![]() |
Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
|
Macros | |
#define | BLE_GATTC_EXECUTE_WRITE_CANCEL_FLAG (0x00) |
#define | BLE_GATTC_EXECUTE_WRITE_EXEC_FLAG (0x01) |
#define | BLE_GATTC_MAX_CB (15) |
GATT Client Callback Number. More... | |
#define | BLE_GATTC_EXEC_AUTO (0x01) |
Auto execution. More... | |
#define | BLE_GATTC_EXEC_NOT_AUTO (0x02) |
Not auto execution. More... | |
#define | BLE_GATTC_RELIABLE_WRITES_MAX_CHAR_PAIR (10) |
Length of the Queue used with Prepare Write procedure to write a characteristic whose size is larger than MTU. More... | |
#define BLE_GATTC_EXECUTE_WRITE_CANCEL_FLAG (0x00) |
GATT Execute Write Cancel Flag.
#define BLE_GATTC_EXECUTE_WRITE_EXEC_FLAG (0x01) |
GATT Execute Write Execute Flag.
#define BLE_GATTC_MAX_CB (15) |
GATT Client Callback Number.
#define BLE_GATTC_EXEC_AUTO (0x01) |
Auto execution.
#define BLE_GATTC_EXEC_NOT_AUTO (0x02) |
Not auto execution.
#define BLE_GATTC_RELIABLE_WRITES_MAX_CHAR_PAIR (10) |
Length of the Queue used with Prepare Write procedure to write a characteristic whose size is larger than MTU.