Searched refs:tBTA_GATTC_SERVICE (Results 1 – 4 of 4) sorted by relevance
54 tBTA_GATTC_SERVICE* bta_gattc_find_matching_service(const list_t *services, UINT16 handle);108 tBTA_GATTC_SERVICE *p_cur_srvc = data; in display_cache_service()206 tBTA_GATTC_SERVICE *srvc = ptr; in service_free()217 void bta_gattc_insert_sec_service_to_cache(list_t *services, tBTA_GATTC_SERVICE *p_new_srvc) in bta_gattc_insert_sec_service_to_cache()230 tBTA_GATTC_SERVICE *service = list_node(sn); in bta_gattc_insert_sec_service_to_cache()240 tBTA_GATTC_SERVICE *service = list_node(sn); in bta_gattc_insert_sec_service_to_cache()241 tBTA_GATTC_SERVICE *next_service = list_node(next_sn); in bta_gattc_insert_sec_service_to_cache()269 tBTA_GATTC_SERVICE *p_new_srvc = osi_malloc(sizeof(tBTA_GATTC_SERVICE)); in bta_gattc_add_srvc_to_cache()315 …tBTA_GATTC_SERVICE *service = bta_gattc_find_matching_service(p_srvc_cb->p_srvc_cache, attr_handle… in bta_gattc_add_char_to_cache()366 tBTA_GATTC_SERVICE *service = bta_gattc_find_matching_service(p_srvc_cb->p_srvc_cache, handle); in bta_gattc_add_attr_to_cache()[all …]
2430 tBTA_GATTC_SERVICE *p_service = NULL; in bta_gattc_register_service_change_notify()
703 } __attribute__((packed)) tBTA_GATTC_SERVICE; typedef710 tBTA_GATTC_SERVICE *service; /* owning service*/727 tBTA_GATTC_SERVICE *owning_service; /* owning service*/728 tBTA_GATTC_SERVICE *included_service;
545 extern const tBTA_GATTC_SERVICE* bta_gattc_get_service_for_handle(UINT16 conn_id, UINT16 handle);