Searched refs:char_uuid (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Bluetooth/system/test/suite/gatt/ |
D | gatt_unittest.cc | 69 bluetooth::Uuid char_uuid = bluetooth::Uuid::From128BitBE( in TEST_F() local 85 .uuid = char_uuid, in TEST_F()
|
/packages/modules/Bluetooth/system/stack/srvc/ |
D | srvc_dis.cc | 359 bluetooth::Uuid char_uuid = in DIS_SrInit() local 363 service[i + 1].uuid = char_uuid; in DIS_SrInit()
|
/packages/modules/Bluetooth/system/bta/hh/ |
D | bta_hh_le.cc | 679 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/ |
D | gatt_db.cc | 375 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()
|
D | gatt_cl.cc | 935 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()
|
D | gatt_int.h | 666 const bluetooth::Uuid& char_uuid);
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | gatt_server.py | 1527 char_uuid = utils.get_uuid_as_list(uuid) 1529 'uuid': GLib.Variant('ay', char_uuid),
|
/packages/modules/Bluetooth/system/stack/include/ |
D | gatt_api.h | 655 bluetooth::Uuid char_uuid; /* characteristic UUID type */ member
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gattc_cache.cc | 512 p_data->value.dclr_value.char_uuid, in bta_gattc_disc_res_cback()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_client.cc | 771 p_data->value.dclr_value.char_uuid.ToString()); in btif_test_discovery_result_cback()
|