Home
last modified time | relevance | path

Searched refs:char_uuid (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/test/suite/gatt/
Dgatt_unittest.cc69 bluetooth::Uuid char_uuid = bluetooth::Uuid::From128BitBE( in TEST_F() local
85 .uuid = char_uuid, in TEST_F()
/packages/modules/Bluetooth/system/stack/srvc/
Dsrvc_dis.cc359 bluetooth::Uuid char_uuid = in DIS_SrInit() local
363 service[i + 1].uuid = char_uuid; in DIS_SrInit()
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_le.cc679 uint16_t char_uuid = bta_hh_get_uuid16(p_dev_cb, characteristic->uuid); in write_rpt_clt_cfg_cb() local
682 switch (char_uuid) { in write_rpt_clt_cfg_cb()
697 log::error("Unknown char ID clt cfg:0x{:04x}", char_uuid); in write_rpt_clt_cfg_cb()
1850 uint16_t char_uuid = bta_hh_get_uuid16(p_dev_cb, p_char->uuid); in read_report_cb() local
1852 switch (char_uuid) { in read_report_cb()
1860 log::error("Unexpected Read UUID: 0x{:04x}", char_uuid); in read_report_cb()
1872 p_rpt = bta_hh_le_find_report_entry(p_dev_cb, p_svc->handle, char_uuid, in read_report_cb()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_db.cc375 const Uuid& char_uuid) { in gatts_add_characteristic() argument
381 tGATT_ATTR& char_val = allocate_attr_in_db(db, char_uuid, perm); in gatts_add_characteristic()
Dgatt_cl.cc935 if (!gatt_parse_uuid_from_cmd(&record_value.dclr_value.char_uuid, in gatt_process_read_by_type_rsp()
944 !record_value.dclr_value.char_uuid.IsEmpty() && in gatt_process_read_by_type_rsp()
945 record_value.dclr_value.char_uuid != p_clcb->uuid) { in gatt_process_read_by_type_rsp()
Dgatt_int.h666 const bluetooth::Uuid& char_uuid);
/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_server.py1527 char_uuid = utils.get_uuid_as_list(uuid)
1529 'uuid': GLib.Variant('ay', char_uuid),
/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h655 bluetooth::Uuid char_uuid; /* characteristic UUID type */ member
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_cache.cc512 p_data->value.dclr_value.char_uuid, in bta_gattc_disc_res_cback()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc771 p_data->value.dclr_value.char_uuid.ToString()); in btif_test_discovery_result_cback()