Module for handling Queued Write operations.
More...
|
| uint32_t | ble_qwr_init (struct ble_qwr *qwr, const struct ble_qwr_config *qwr_config) |
| | Function for initializing the Queued Writes module.
|
| |
| uint32_t | ble_qwr_conn_handle_assign (struct ble_qwr *qwr, uint16_t conn_handle) |
| | Function for assigning a connection handle to an instance of the Queued Writes module.
|
| |
| void | ble_qwr_on_ble_evt (const ble_evt_t *ble_evt, void *ble_qwr) |
| | Bluetooth LE event handler for the Queued Writes module.
|
| |
| uint32_t | ble_qwr_attr_register (struct ble_qwr *qwr, uint16_t attr_handle) |
| | Function for registering an attribute with the Queued Writes module.
|
| |
| uint32_t | ble_qwr_value_get (struct ble_qwr *qwr, uint16_t attr_handle, uint8_t *mem, uint16_t *len) |
| | Function for retrieving the received data for a given attribute.
|
| |
Module for handling Queued Write operations.
This module handles prepare write, execute write, and cancel write commands. It also manages memory requests related to these operations.