Searched refs:tBTA_GATTC_SERV (Results 1 – 5 of 5) sorted by relevance
/system/bt/bta/gatt/ |
D | bta_gattc_int.h | 223 } tBTA_GATTC_SERV; typedef 252 tBTA_GATTC_SERV* p_srcb; /* server cache CB */ 309 tBTA_GATTC_SERV known_server[BTA_GATTC_KNOWN_SR_MAX]; 418 extern tBTA_GATTC_SERV* bta_gattc_find_srcb(const RawAddress& bda); 419 extern tBTA_GATTC_SERV* bta_gattc_srcb_alloc(const RawAddress& bda); 420 extern tBTA_GATTC_SERV* bta_gattc_find_scb_by_cid(uint16_t conn_id); 428 tBTA_GATTC_SERV* p_srcb, 435 extern void bta_gattc_clear_notif_registration(tBTA_GATTC_SERV* p_srcb, 439 extern tBTA_GATTC_SERV* bta_gattc_find_srvr_cache(const RawAddress& bda); 450 tBTA_GATTC_SERV* p_server_cb, [all …]
|
D | bta_gattc_cache.cc | 55 tBTA_GATTC_SERV* p_server_cb); 56 const Descriptor* bta_gattc_get_descriptor_srcb(tBTA_GATTC_SERV* p_srcb, 58 const Characteristic* bta_gattc_get_characteristic_srcb(tBTA_GATTC_SERV* p_srcb, 61 tBTA_GATTC_SERV* p_srvc_cb); 118 void bta_gattc_init_cache(tBTA_GATTC_SERV* p_srvc_cb) { in bta_gattc_init_cache() 135 tBTA_GATTC_SERV* p_server_cb, in bta_gattc_discover_pri_service() 151 tBTA_GATTC_SERV* p_srvc_cb) { in bta_gattc_explore_next_service() 211 tBTA_GATTC_SERV* p_srvc_cb) { in bta_gattc_explore_srvc_finished() 247 tBTA_GATTC_SERV* p_srvc_cb) { in bta_gattc_start_disc_char_dscp() 273 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 | 203 tBTA_GATTC_SERV* p_srcb = p_clcb->p_srcb; in bta_gattc_clcb_dealloc() 231 tBTA_GATTC_SERV* bta_gattc_find_srcb(const RawAddress& bda) { in bta_gattc_find_srcb() 232 tBTA_GATTC_SERV* p_srcb = &bta_gattc_cb.known_server[0]; in bta_gattc_find_srcb() 250 tBTA_GATTC_SERV* bta_gattc_find_srvr_cache(const RawAddress& bda) { in bta_gattc_find_srvr_cache() 251 tBTA_GATTC_SERV* p_srcb = &bta_gattc_cb.known_server[0]; in bta_gattc_find_srvr_cache() 268 tBTA_GATTC_SERV* bta_gattc_find_scb_by_cid(uint16_t conn_id) { in bta_gattc_find_scb_by_cid() 285 tBTA_GATTC_SERV* bta_gattc_srcb_alloc(const RawAddress& bda) { in bta_gattc_srcb_alloc() 286 tBTA_GATTC_SERV *p_tcb = &bta_gattc_cb.known_server[0], *p_recycle = NULL; in bta_gattc_srcb_alloc() 309 *p_tcb = tBTA_GATTC_SERV(); in bta_gattc_srcb_alloc() 346 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); 589 void bta_gattc_reset_discover_st(tBTA_GATTC_SERV* p_srcb, tGATT_STATUS status) { in bta_gattc_reset_discover_st() 620 void bta_gattc_set_discover_st(tBTA_GATTC_SERV* p_srcb) { in bta_gattc_set_discover_st() 1157 tBTA_GATTC_SERV* p_srvc_cb = bta_gattc_find_srvr_cache(remote_bda); in bta_gattc_process_api_refresh() 1185 tBTA_GATTC_SERV* p_srcb, in bta_gattc_process_srvc_chg_ind() 1308 tBTA_GATTC_SERV* p_srcb = bta_gattc_find_srcb(remote_bda); in bta_gattc_process_indicate()
|
/system/bt/bta/test/ |
D | bta_gatt_test.cc | 126 tBTA_GATTC_SERV service_control_block = {
|