Searched refs:tBTA_GATTC_SERV (Results 1 – 4 of 4) sorted by relevance
/system/bt/bta/gatt/ |
D | bta_gattc_int.h | 220 } tBTA_GATTC_SERV; typedef 249 tBTA_GATTC_SERV* p_srcb; /* server cache CB */ 300 tBTA_GATTC_SERV known_server[BTA_GATTC_KNOWN_SR_MAX]; 395 extern tBTA_GATTC_SERV* bta_gattc_find_srcb(const RawAddress& bda); 396 extern tBTA_GATTC_SERV* bta_gattc_srcb_alloc(const RawAddress& bda); 397 extern tBTA_GATTC_SERV* bta_gattc_find_scb_by_cid(uint16_t conn_id); 404 tBTA_GATTC_SERV* p_srcb, 411 extern void bta_gattc_clear_notif_registration(tBTA_GATTC_SERV* p_srcb, 415 extern tBTA_GATTC_SERV* bta_gattc_find_srvr_cache(const RawAddress& bda); 425 tBTA_GATTC_SERV* p_server_cb, [all …]
|
D | bta_gattc_cache.cc | 63 tBTA_GATTC_SERV* p_server_cb); 64 const Descriptor* bta_gattc_get_descriptor_srcb(tBTA_GATTC_SERV* p_srcb, 66 const Characteristic* bta_gattc_get_characteristic_srcb(tBTA_GATTC_SERV* p_srcb, 69 tBTA_GATTC_SERV* p_srvc_cb); 117 void bta_gattc_init_cache(tBTA_GATTC_SERV* p_srvc_cb) { in bta_gattc_init_cache() 134 tBTA_GATTC_SERV* p_server_cb, in bta_gattc_discover_pri_service() 150 tBTA_GATTC_SERV* p_srvc_cb) { in bta_gattc_explore_next_service() 170 tBTA_GATTC_SERV* p_srvc_cb) { in bta_gattc_explore_srvc_finished() 198 tBTA_GATTC_SERV* p_srvc_cb) { in bta_gattc_start_disc_char_dscp() 224 tBTA_GATTC_SERV* p_srvc_cb = bta_gattc_find_scb_by_cid(cb_data->sdp_conn_id); in bta_gattc_sdp_callback() [all …]
|
D | bta_gattc_utils.cc | 195 tBTA_GATTC_SERV* p_srcb = p_clcb->p_srcb; in bta_gattc_clcb_dealloc() 223 tBTA_GATTC_SERV* bta_gattc_find_srcb(const RawAddress& bda) { in bta_gattc_find_srcb() 224 tBTA_GATTC_SERV* p_srcb = &bta_gattc_cb.known_server[0]; in bta_gattc_find_srcb() 242 tBTA_GATTC_SERV* bta_gattc_find_srvr_cache(const RawAddress& bda) { in bta_gattc_find_srvr_cache() 243 tBTA_GATTC_SERV* p_srcb = &bta_gattc_cb.known_server[0]; in bta_gattc_find_srvr_cache() 260 tBTA_GATTC_SERV* bta_gattc_find_scb_by_cid(uint16_t conn_id) { in bta_gattc_find_scb_by_cid() 277 tBTA_GATTC_SERV* bta_gattc_srcb_alloc(const RawAddress& bda) { in bta_gattc_srcb_alloc() 278 tBTA_GATTC_SERV *p_tcb = &bta_gattc_cb.known_server[0], *p_recycle = NULL; in bta_gattc_srcb_alloc() 301 *p_tcb = tBTA_GATTC_SERV(); in bta_gattc_srcb_alloc() 338 tBTA_GATTC_SERV* p_srcb, in bta_gattc_check_notif_registry() [all …]
|
D | bta_gattc_act.cc | 109 void bta_gattc_reset_discover_st(tBTA_GATTC_SERV* p_srcb, tGATT_STATUS status); 565 void bta_gattc_reset_discover_st(tBTA_GATTC_SERV* p_srcb, tGATT_STATUS status) { in bta_gattc_reset_discover_st() 595 void bta_gattc_set_discover_st(tBTA_GATTC_SERV* p_srcb) { in bta_gattc_set_discover_st() 1092 tBTA_GATTC_SERV* p_srvc_cb = bta_gattc_find_srvr_cache(remote_bda); in bta_gattc_process_api_refresh() 1120 tBTA_GATTC_SERV* p_srcb, in bta_gattc_process_srvc_chg_ind() 1236 tBTA_GATTC_SERV* p_srcb = bta_gattc_find_srcb(remote_bda); in bta_gattc_process_indicate()
|