Microchip® Advanced Software Framework

at_ble_uuid_t Struct Reference

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