|
BLE_API
v2.1.3
|
Modules | |
| BLE Profile Subsystem Structure Definition | |
Macros | |
| #define | SIZE_ARRAY_ROW(a) (sizeof((a))/sizeof((a[0]))) |
| #define | SIZE_STRING(a) (sizeof((a))/sizeof((a[0])) - 1) |
| #define | BLE_HOSTID_RESERVED 0xFF |
| #define | REF_SIZE_LE_HOST_PARA 168 |
Provide the declarations that for BLE Host subsystem needed. (ble_host.h)
| #define BLE_HOSTID_RESERVED 0xFF |
Reserved BLE host id.
| #define REF_SIZE_LE_HOST_PARA 168 |
REF_SIZE_LE_HOST_PARA for checking host parameter size in application layer and host layer.
| #define SIZE_ARRAY_ROW | ( | a | ) | (sizeof((a))/sizeof((a[0]))) |
The size of the array.
| #define SIZE_STRING | ( | a | ) | (sizeof((a))/sizeof((a[0])) - 1) |
The size of the string.