![]() |
Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
|
Prepare Write Queue for long chracteristic. More...
Data Fields | |
| uint8_t * | p_buf_start |
| Buffer start address for Write Long Characteristic Request. More... | |
| st_ble_gatt_queue_elm_t * | p_queue |
| Prepare Write Queue for Long Characteristic Value. More... | |
| uint16_t | buffer_len |
| Buffer length. More... | |
| uint16_t | conn_hdl |
| Connection Handle. More... | |
| uint16_t | buf_offset |
| Current buffer offset. More... | |
| uint8_t | queue_size |
| Number of elements in the prepare write queue. More... | |
| uint8_t | queue_idx |
| Index of Prepare Write Queue. More... | |
Prepare Write Queue for long chracteristic.
| uint8_t* st_ble_gatt_pre_queue_t::p_buf_start |
Buffer start address for Write Long Characteristic Request.
| st_ble_gatt_queue_elm_t* st_ble_gatt_pre_queue_t::p_queue |
Prepare Write Queue for Long Characteristic Value.
| uint16_t st_ble_gatt_pre_queue_t::buffer_len |
Buffer length.
| uint16_t st_ble_gatt_pre_queue_t::conn_hdl |
Connection Handle.
| uint16_t st_ble_gatt_pre_queue_t::buf_offset |
Current buffer offset.
| uint8_t st_ble_gatt_pre_queue_t::queue_size |
Number of elements in the prepare write queue.
| uint8_t st_ble_gatt_pre_queue_t::queue_idx |
Index of Prepare Write Queue.