Definitions of shared profiles types.
More...
Definitions of shared profiles types.
◆ sfloat
SFLOAT: Short Floating Point Type
+----------+----------+---------+
| Exponent | Mantissa | Total |
+---—+-------—+-------—+------—+ | size | 4 bits | 12 bits | 16 bits | +---—+-------—+-------—+------—+
◆ ble_cli_conf
Possible values for setting client configuration characteristics.
| Enumerator |
|---|
| CLI_STOP_NTFIND | Stop notification/indication.
|
| CLI_START_NTF | Start notification.
|
| CLI_START_IND | Start indication.
|
◆ ble_con_type
Connection type.
| Enumerator |
|---|
| CON_DISCOVERY | Discovery type connection.
|
| CON_NORMAL | Normal type connection.
|
◆ ble_ntf_cfg
Notification config.
| Enumerator |
|---|
| BLE_PRF_STOP_NTFIND | Stop notification/indication.
|
| BLE_PRF_CLI_START_NTF | Start notification.
|
| BLE_PRF_CLI_START_IND | Start indication.
|
◆ ble_srv_conf
Possible values for setting server configuration characteristics.
| Enumerator |
|---|
| SRV_STOP_BCST | Stop Broadcast.
|
| SRV_START_BCST | Start Broadcast.
|