Home
last modified time | relevance | path

Searched refs:tBTA_GATTC_CHARACTERISTIC (Results 1 – 7 of 7) sorted by relevance

/system/bt/bta/gatt/
Dbta_gattc_cache.cc58 tBTA_GATTC_CHARACTERISTIC* bta_gattc_get_characteristic_srcb(
98 for (const tBTA_GATTC_CHARACTERISTIC& c : service.characteristics) { in display_db()
203 tBTA_GATTC_CHARACTERISTIC{.declaration_handle = attr_handle, in add_characteristic_to_gatt_db()
232 tBTA_GATTC_CHARACTERISTIC* char_node = &service->characteristics.front(); in add_descriptor_to_gatt_db()
662 tBTA_GATTC_CHARACTERISTIC* bta_gattc_get_characteristic_srcb( in bta_gattc_get_characteristic_srcb()
669 for (tBTA_GATTC_CHARACTERISTIC& charac : service->characteristics) { in bta_gattc_get_characteristic_srcb()
676 tBTA_GATTC_CHARACTERISTIC* bta_gattc_get_characteristic(uint16_t conn_id, in bta_gattc_get_characteristic()
695 for (const tBTA_GATTC_CHARACTERISTIC& charac : service->characteristics) { in bta_gattc_get_descriptor_srcb()
714 tBTA_GATTC_CHARACTERISTIC* bta_gattc_get_owning_characteristic_srcb( in bta_gattc_get_owning_characteristic_srcb()
721 for (tBTA_GATTC_CHARACTERISTIC& charac : service->characteristics) { in bta_gattc_get_owning_characteristic_srcb()
[all …]
Dbta_gattc_int.h215 std::vector<tBTA_GATTC_CHARACTERISTIC>::iterator pending_char;
434 tBTA_GATTC_CHARACTERISTIC* bta_gattc_get_characteristic_srcb(
438 extern tBTA_GATTC_CHARACTERISTIC* bta_gattc_get_characteristic(uint16_t conn_id,
442 extern const tBTA_GATTC_CHARACTERISTIC* bta_gattc_get_owning_characteristic(
Dbta_gattc_api.cc289 const tBTA_GATTC_CHARACTERISTIC* BTA_GATTC_GetCharacteristic(uint16_t conn_id, in BTA_GATTC_GetCharacteristic()
314 const tBTA_GATTC_CHARACTERISTIC* BTA_GATTC_GetOwningCharacteristic( in BTA_GATTC_GetOwningCharacteristic()
Dbta_gattc_act.cc1127 const tBTA_GATTC_CHARACTERISTIC* p_char = in bta_gattc_process_srvc_chg_ind()
/system/bt/bta/include/
Dbta_gatt_api.h377 struct tBTA_GATTC_CHARACTERISTIC;
387 std::vector<tBTA_GATTC_CHARACTERISTIC> characteristics;
391 struct tBTA_GATTC_CHARACTERISTIC { struct
562 extern const tBTA_GATTC_CHARACTERISTIC* BTA_GATTC_GetCharacteristic(
583 extern const tBTA_GATTC_CHARACTERISTIC* BTA_GATTC_GetOwningCharacteristic(
/system/bt/bta/hh/
Dbta_hh_le.cc462 const tBTA_GATTC_CHARACTERISTIC* p_char = in find_descriptor_by_short_uuid()
694 const tBTA_GATTC_CHARACTERISTIC* characteristic = in write_rpt_ctl_cfg_cb()
1321 const tBTA_GATTC_CHARACTERISTIC* characteristic = in read_report_ref_desc_cb()
1404 for (const tBTA_GATTC_CHARACTERISTIC& charac : service->characteristics) { in bta_hh_le_search_hid_chars()
1463 for (const tBTA_GATTC_CHARACTERISTIC& charac : service->characteristics) { in bta_hh_le_search_hid_chars()
1516 for (const tBTA_GATTC_CHARACTERISTIC& charac : service.characteristics) { in bta_hh_le_srvc_search_cmpl()
1531 for (const tBTA_GATTC_CHARACTERISTIC& charac : service.characteristics) { in bta_hh_le_srvc_search_cmpl()
1568 const tBTA_GATTC_CHARACTERISTIC* p_char = in bta_hh_le_input_rpt_notify()
1722 const tBTA_GATTC_CHARACTERISTIC* p_char = in read_report_cb()
1821 const tBTA_GATTC_CHARACTERISTIC* p_char = in write_report_cb()
[all …]
/system/bt/bta/hearing_aid/
Dhearing_aid.cc466 for (const tBTA_GATTC_CHARACTERISTIC& charac : service->characteristics) { in OnServiceSearchComplete()