Searched defs:ble_hs_adv_fields (Results 1 – 1 of 1) sorted by relevance
44 struct ble_hs_adv_fields { struct46 uint8_t flags;49 ble_uuid16_t *uuids16;50 uint8_t num_uuids16;51 unsigned uuids16_is_complete:1;54 ble_uuid32_t *uuids32;55 uint8_t num_uuids32;56 unsigned uuids32_is_complete:1;59 ble_uuid128_t *uuids128;60 uint8_t num_uuids128;[all …]