Searched refs:tBTA_GATTC_SERVICE (Results 1 – 4 of 4) sorted by relevance
51 tBTA_GATTC_SERVICE* bta_gattc_find_matching_service(const list_t *services, UINT16 handle);94 tBTA_GATTC_SERVICE *p_cur_srvc = data; in display_cache_service()185 tBTA_GATTC_SERVICE *srvc = ptr; in service_free()209 tBTA_GATTC_SERVICE *p_new_srvc = osi_malloc(sizeof(tBTA_GATTC_SERVICE)); in bta_gattc_add_srvc_to_cache()240 …tBTA_GATTC_SERVICE *service = bta_gattc_find_matching_service(p_srvc_cb->p_srvc_cache, attr_handle… in bta_gattc_add_char_to_cache()287 tBTA_GATTC_SERVICE *service = bta_gattc_find_matching_service(p_srvc_cb->p_srvc_cache, handle); in bta_gattc_add_attr_to_cache()991 tBTA_GATTC_SERVICE *p_cache = list_node(sn); in bta_gattc_search_service()1033 tBTA_GATTC_SERVICE* bta_gattc_find_matching_service(const list_t *services, UINT16 handle) { in bta_gattc_find_matching_service()1039 tBTA_GATTC_SERVICE *service = list_node(sn); in bta_gattc_find_matching_service()1048 const tBTA_GATTC_SERVICE* bta_gattc_get_service_for_handle_srcb(tBTA_GATTC_SERV *p_srcb, UINT16 ha… in bta_gattc_get_service_for_handle_srcb()[all …]
483 extern const tBTA_GATTC_SERVICE* bta_gattc_get_service_for_handle(UINT16 conn_id, UINT16 handle);
570 } __attribute__((packed)) tBTA_GATTC_SERVICE; typedef577 tBTA_GATTC_SERVICE *service; /* owning service*/592 tBTA_GATTC_SERVICE *owning_service; /* owning service*/593 tBTA_GATTC_SERVICE *included_service;
1373 void process_included(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATTC_SERVICE *service) { in process_included()1382 tBTA_GATTC_SERVICE *incl_svc = p_isvc->included_service; in process_included()1421 static void bta_hh_le_search_hid_chars(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATTC_SERVICE *service) in bta_hh_le_search_hid_chars()1528 tBTA_GATTC_SERVICE *service = list_node(sn); in bta_hh_le_srvc_search_cmpl()