UUID type.
#include <at_ble_api.h>
Data Fields | |
at_ble_uuid_type_t | type |
either a 16-Bit UUID or a 128-Bit UUID More... | |
uint8_t | uuid [AT_BLE_UUID_128_LEN] |
If type is 16-Bit, only bytes [0] and [1] are used, otherwise all bytes are used in case of type 128-Bit. More... | |
at_ble_uuid_type_t at_ble_uuid_t::type |
either a 16-Bit UUID or a 128-Bit UUID
Referenced by csc_prf_connected_state_handler(), csc_serv_init(), and scan_info_parse().
uint8_t at_ble_uuid_t::uuid[AT_BLE_UUID_128_LEN] |
If type is 16-Bit, only bytes [0] and [1] are used, otherwise all bytes are used in case of type 128-Bit.
LSB format.
Referenced by csc_prf_connected_state_handler(), csc_serv_init(), and scan_info_parse().