Home
last modified time | relevance | path

Searched defs:char_uuid (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/suite/gatt/
Dgatt_unittest.cc66 bluetooth::Uuid char_uuid = bluetooth::Uuid::From128BitBE( in TEST_F() local
/aosp_15_r20/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_le.cc689 uint16_t char_uuid = bta_hh_get_uuid16(p_dev_cb, characteristic->uuid); in write_rpt_clt_cfg_cb() local
1884 uint16_t char_uuid = bta_hh_get_uuid16(p_dev_cb, p_char->uuid); in read_report_cb() local
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_db.cc375 const Uuid& char_uuid) { in gatts_add_characteristic()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h654 bluetooth::Uuid char_uuid; /* characteristic UUID type */ member