Searched defs:char_uuid (Results 1 - 7 of 7) sorted by relevance

/system/bt/test/suite/gatt/
H A Dgatt_unittest.cc80 bt_uuid_t char_uuid; local
81 create_random_uuid(&char_uuid, -1);
93 .uuid = char_uuid,
/system/bt/stack/gatt/
H A Dgatt_attr.cc285 bt_uuid_t char_uuid; local
286 uuid_128_from_16(&char_uuid, GATT_UUID_GATT_SRV_CHGD);
291 .uuid = char_uuid,
H A Dgatt_db.cc369 tBT_UUID& char_uuid) {
376 tGATT_ATTR& char_val = allocate_attr_in_db(db, char_uuid, perm);
367 gatts_add_characteristic(tGATT_SVC_DB& db, tGATT_PERM perm, tGATT_CHAR_PROP property, tBT_UUID& char_uuid) argument
/system/bt/stack/srvc/
H A Dsrvc_battery.cc193 bt_uuid_t char_uuid; local
194 uuid_128_from_16(&char_uuid, GATT_UUID_BATTERY_LEVEL);
196 service[1].uuid = char_uuid;
H A Dsrvc_dis.cc361 bt_uuid_t char_uuid; local
362 uuid_128_from_16(&char_uuid, dis_cb.dis_attr[i].uuid);
365 service[i + 1].uuid = char_uuid;
/system/bt/bta/hh/
H A Dbta_hh_le.cc829 uint16_t char_uuid = p_desc->characteristic->uuid.uu.uuid16; local
833 switch (char_uuid) {
849 APPL_TRACE_ERROR("Unknown char ID clt cfg: 0x%04x", char_uuid);
1856 uint16_t char_uuid = p_char->uuid.uu.uuid16;
1858 if (char_uuid != GATT_UUID_HID_REPORT &&
1859 char_uuid != GATT_UUID_HID_BT_KB_INPUT &&
1860 char_uuid != GATT_UUID_HID_BT_KB_OUTPUT &&
1861 char_uuid != GATT_UUID_HID_BT_MOUSE_INPUT &&
1862 char_uuid != GATT_UUID_BATTERY_LEVEL) {
1863 APPL_TRACE_ERROR("%s: Unexpected Read UUID: 0x%04x", __func__, char_uuid);
[all...]
/system/bt/stack/include/
H A Dgatt_api.h502 tBT_UUID char_uuid; /* characteristic UUID type */ member in struct:__anon1129

Completed in 81 milliseconds