Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]

Detailed Description

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...
 

Macro Definition Documentation

◆ BLE_GATTC_EXECUTE_WRITE_CANCEL_FLAG

#define BLE_GATTC_EXECUTE_WRITE_CANCEL_FLAG   (0x00)

GATT Execute Write Cancel Flag.

◆ BLE_GATTC_EXECUTE_WRITE_EXEC_FLAG

#define BLE_GATTC_EXECUTE_WRITE_EXEC_FLAG   (0x01)

GATT Execute Write Execute Flag.

◆ BLE_GATTC_MAX_CB

#define BLE_GATTC_MAX_CB   (15)

GATT Client Callback Number.

◆ BLE_GATTC_EXEC_AUTO

#define BLE_GATTC_EXEC_AUTO   (0x01)

Auto execution.

◆ BLE_GATTC_EXEC_NOT_AUTO

#define BLE_GATTC_EXEC_NOT_AUTO   (0x02)

Not auto execution.

◆ BLE_GATTC_RELIABLE_WRITES_MAX_CHAR_PAIR

#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.