Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_cache.cc54 tBTA_GATTC_SERVICE* bta_gattc_find_matching_service(const list_t* services,
99 tBTA_GATTC_SERVICE* p_cur_srvc = data; in display_cache_service()
187 tBTA_GATTC_SERVICE* srvc = (tBTA_GATTC_SERVICE*)ptr; in service_free()
211 tBTA_GATTC_SERVICE* p_new_srvc = in bta_gattc_add_srvc_to_cache()
212 (tBTA_GATTC_SERVICE*)osi_malloc(sizeof(tBTA_GATTC_SERVICE)); in bta_gattc_add_srvc_to_cache()
242 tBTA_GATTC_SERVICE* service = in bta_gattc_add_char_to_cache()
289 tBTA_GATTC_SERVICE* service = in bta_gattc_add_attr_to_cache()
941 tBTA_GATTC_SERVICE* p_cache = (tBTA_GATTC_SERVICE*)list_node(sn); in bta_gattc_search_service()
980 tBTA_GATTC_SERVICE* bta_gattc_find_matching_service(const list_t* services, in bta_gattc_find_matching_service()
986 tBTA_GATTC_SERVICE* service = (tBTA_GATTC_SERVICE*)list_node(sn); in bta_gattc_find_matching_service()
[all …]
Dbta_gattc_int.h453 extern const tBTA_GATTC_SERVICE* bta_gattc_get_service_for_handle(
/system/bt/bta/include/
Dbta_gatt_api.h559 } __attribute__((packed, aligned(alignof(tBT_UUID)))) tBTA_GATTC_SERVICE; typedef
565 tBTA_GATTC_SERVICE* service; /* owning service*/
578 tBTA_GATTC_SERVICE* owning_service; /* owning service*/
579 tBTA_GATTC_SERVICE* included_service;
/system/bt/bta/hh/
Dbta_hh_le.cc1510 tBTA_GATTC_SERVICE* service) { in bta_hh_le_search_hid_chars()
1619 tBTA_GATTC_SERVICE* service = (tBTA_GATTC_SERVICE*)list_node(sn); in bta_hh_le_srvc_search_cmpl()