Home
last modified time | relevance | path

Searched refs:tBTA_GATTC_SERVICE (Results 1 – 8 of 8) sorted by relevance

/system/bt/bta/gatt/
Dbta_gattc_cache.cc86 static void display_db(const std::vector<tBTA_GATTC_SERVICE>& cache) { in display_db()
87 for (const tBTA_GATTC_SERVICE& service : cache) { in display_db()
117 const std::vector<tBTA_GATTC_SERVICE>& cache) { in bta_gattc_display_cache_server()
126 const std::vector<tBTA_GATTC_SERVICE>& cache) { in bta_gattc_display_explore_record()
146 std::vector<tBTA_GATTC_SERVICE>().swap(p_srvc_cb->srvc_cache); in bta_gattc_init_cache()
147 std::vector<tBTA_GATTC_SERVICE>().swap(p_srvc_cb->pending_discovery); in bta_gattc_init_cache()
151 tBTA_GATTC_SERVICE* bta_gattc_find_matching_service( in bta_gattc_find_matching_service()
152 std::vector<tBTA_GATTC_SERVICE>& services, uint16_t handle) { in bta_gattc_find_matching_service()
153 for (tBTA_GATTC_SERVICE& service : services) { in bta_gattc_find_matching_service()
162 static void add_service_to_gatt_db(std::vector<tBTA_GATTC_SERVICE>& gatt_db, in add_service_to_gatt_db()
[all …]
Dbta_gattc_int.h209 std::vector<tBTA_GATTC_SERVICE> srvc_cache;
213 std::vector<tBTA_GATTC_SERVICE> pending_discovery;
214 std::vector<tBTA_GATTC_SERVICE>::iterator pending_service;
430 extern std::vector<tBTA_GATTC_SERVICE>* bta_gattc_get_services(
432 extern const tBTA_GATTC_SERVICE* bta_gattc_get_service_for_handle(
436 extern tBTA_GATTC_SERVICE* bta_gattc_get_service_for_handle_srcb(
Dbta_gattc_utils.cc207 std::vector<tBTA_GATTC_SERVICE>().swap(p_srcb->srvc_cache); in bta_gattc_clcb_dealloc()
299 std::vector<tBTA_GATTC_SERVICE>().swap(p_tcb->srvc_cache); in bta_gattc_srcb_alloc()
300 std::vector<tBTA_GATTC_SERVICE>().swap(p_tcb->pending_discovery); in bta_gattc_srcb_alloc()
Dbta_gattc_api.cc272 const std::vector<tBTA_GATTC_SERVICE>* BTA_GATTC_GetServices(uint16_t conn_id) { in BTA_GATTC_GetServices()
321 const tBTA_GATTC_SERVICE* BTA_GATTC_GetOwningService(uint16_t conn_id, in BTA_GATTC_GetOwningService()
Dbta_gattc_act.cc697 std::vector<tBTA_GATTC_SERVICE>().swap(p_clcb->p_srcb->srvc_cache); in bta_gattc_disc_cmpl()
1110 std::vector<tBTA_GATTC_SERVICE>().swap(p_srvc_cb->srvc_cache); in bta_gattc_process_api_refresh()
1130 const tBTA_GATTC_SERVICE* p_svc = in bta_gattc_process_srvc_chg_ind()
/system/bt/bta/include/
Dbta_gatt_api.h381 struct tBTA_GATTC_SERVICE { struct
408 tBTA_GATTC_SERVICE* owning_service; /* owning service*/ argument
409 tBTA_GATTC_SERVICE* included_service;
546 extern const std::vector<tBTA_GATTC_SERVICE>* BTA_GATTC_GetServices(
588 extern const tBTA_GATTC_SERVICE* BTA_GATTC_GetOwningService(uint16_t conn_id,
/system/bt/bta/hh/
Dbta_hh_le.cc1323 const tBTA_GATTC_SERVICE* service = in read_report_ref_desc_cb()
1401 const tBTA_GATTC_SERVICE* service) { in bta_hh_le_search_hid_chars()
1494 const std::vector<tBTA_GATTC_SERVICE>* services = in bta_hh_le_srvc_search_cmpl()
1498 for (const tBTA_GATTC_SERVICE& service : *services) { in bta_hh_le_srvc_search_cmpl()
1755 const tBTA_GATTC_SERVICE* p_svc = in read_report_cb()
/system/bt/bta/hearing_aid/
Dhearing_aid.cc447 const std::vector<tBTA_GATTC_SERVICE>* services = in OnServiceSearchComplete()
450 const tBTA_GATTC_SERVICE* service = nullptr; in OnServiceSearchComplete()
451 for (const tBTA_GATTC_SERVICE& tmp : *services) { in OnServiceSearchComplete()