Home
last modified time | relevance | path

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

/system/bt/test/suite/gatt/
Dgatt_unittest.cc63 bluetooth::Uuid char_uuid = bluetooth::Uuid::GetRandom(); in TEST_F() local
/system/bt/stack/srvc/
Dsrvc_dis.cc348 bluetooth::Uuid char_uuid = in DIS_SrInit() local
/system/bt/stack/gatt/
Dgatt_attr.cc285 Uuid char_uuid = Uuid::From16Bit(GATT_UUID_GATT_SRV_CHGD); in gatt_profile_db_init() local
Dgatt_db.cc368 const Uuid& char_uuid) { in gatts_add_characteristic()
/system/bt/bta/hh/
Dbta_hh_le.cc696 uint16_t char_uuid = characteristic->uuid.As16Bit(); in write_rpt_ctl_cfg_cb() local
1726 uint16_t char_uuid = p_char->uuid.As16Bit(); in read_report_cb() local
/system/bt/stack/include/
Dgatt_api.h496 bluetooth::Uuid char_uuid; /* characteristic UUID type */ member