Home
last modified time | relevance | path

Searched refs:tBTA_GATTC_DESCRIPTOR (Results 1 – 5 of 5) sorted by relevance

/system/bt/bta/gatt/
Dbta_gattc_cache.cc56 const tBTA_GATTC_DESCRIPTOR* bta_gattc_get_descriptor_srcb(
107 for (const tBTA_GATTC_DESCRIPTOR& d : c.descriptors) { in display_db()
240 tBTA_GATTC_DESCRIPTOR{.handle = handle, .uuid = uuid}); in add_descriptor_to_gatt_db()
686 const tBTA_GATTC_DESCRIPTOR* bta_gattc_get_descriptor_srcb( in bta_gattc_get_descriptor_srcb()
696 for (const tBTA_GATTC_DESCRIPTOR& desc : charac.descriptors) { in bta_gattc_get_descriptor_srcb()
704 const tBTA_GATTC_DESCRIPTOR* bta_gattc_get_descriptor(uint16_t conn_id, in bta_gattc_get_descriptor()
722 for (const tBTA_GATTC_DESCRIPTOR& desc : charac.descriptors) { in bta_gattc_get_owning_characteristic_srcb()
849 for (const tBTA_GATTC_DESCRIPTOR& desc : charac.descriptors) { in bta_gattc_get_gatt_db_impl()
1001 for (const tBTA_GATTC_DESCRIPTOR& desc : charac.descriptors) { in bta_gattc_cache_save()
Dbta_gattc_int.h440 extern const tBTA_GATTC_DESCRIPTOR* bta_gattc_get_descriptor(uint16_t conn_id,
Dbta_gattc_api.cc307 const tBTA_GATTC_DESCRIPTOR* BTA_GATTC_GetDescriptor(uint16_t conn_id, in BTA_GATTC_GetDescriptor()
/system/bt/bta/include/
Dbta_gatt_api.h378 struct tBTA_GATTC_DESCRIPTOR;
397 std::vector<tBTA_GATTC_DESCRIPTOR> descriptors;
400 struct tBTA_GATTC_DESCRIPTOR { struct
578 extern const tBTA_GATTC_DESCRIPTOR* BTA_GATTC_GetDescriptor(uint16_t conn_id,
/system/bt/bta/hh/
Dbta_hh_le.cc460 static const tBTA_GATTC_DESCRIPTOR* find_descriptor_by_short_uuid( in find_descriptor_by_short_uuid()
470 for (const tBTA_GATTC_DESCRIPTOR& desc : p_char->descriptors) { in find_descriptor_by_short_uuid()
489 const tBTA_GATTC_DESCRIPTOR* p_desc = in bta_hh_le_read_char_descriptor()
674 const tBTA_GATTC_DESCRIPTOR* p_desc = find_descriptor_by_short_uuid( in bta_hh_le_write_ccc()
1313 const tBTA_GATTC_DESCRIPTOR* p_desc = in read_report_ref_desc_cb()