Home
last modified time | relevance | path

Searched refs:GATT_CHARAC_FMT_UUID (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluez/plugins/
Dgatt-example.c171 bt_uuid16_create(&uuid, GATT_CHARAC_FMT_UUID); in register_termometer_service()
198 bt_uuid16_create(&uuid, GATT_CHARAC_FMT_UUID); in register_termometer_service()
441 bt_uuid16_create(&uuid, GATT_CHARAC_FMT_UUID); in register_weight_service()
/external/bluetooth/hcidump/parser/
Datt.c55 #define GATT_CHARAC_FMT_UUID 0x2904 macro
251 case GATT_CHARAC_FMT_UUID: in uuid2str()
/external/bluetooth/bluez/attrib/
Datt.h44 #define GATT_CHARAC_FMT_UUID 0x2904 macro
Dclient.c745 store_attribute(gatt, current->handle, GATT_CHARAC_FMT_UUID, in update_char_format()
831 } else if (uuid_desc16_cmp(&uuid, GATT_CHARAC_FMT_UUID) == 0) { in descriptor_cb()