Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_int.h221 } tBTA_GATTC_SERV; typedef
250 tBTA_GATTC_SERV* p_srcb; /* server cache CB */
301 tBTA_GATTC_SERV known_server[BTA_GATTC_KNOWN_SR_MAX];
396 extern tBTA_GATTC_SERV* bta_gattc_find_srcb(const RawAddress& bda);
397 extern tBTA_GATTC_SERV* bta_gattc_srcb_alloc(const RawAddress& bda);
398 extern tBTA_GATTC_SERV* bta_gattc_find_scb_by_cid(uint16_t conn_id);
405 tBTA_GATTC_SERV* p_srcb,
412 extern void bta_gattc_clear_notif_registration(tBTA_GATTC_SERV* p_srcb,
416 extern tBTA_GATTC_SERV* bta_gattc_find_srvr_cache(const RawAddress& bda);
426 tBTA_GATTC_SERV* p_server_cb,
[all …]
Dbta_gattc_cache.cc53 tBTA_GATTC_SERV* p_srvc_cb);
55 tBTA_GATTC_SERV* p_server_cb);
57 tBTA_GATTC_SERV* p_srcb, uint16_t handle);
59 tBTA_GATTC_SERV* p_srcb, uint16_t handle);
144 tGATT_STATUS bta_gattc_init_cache(tBTA_GATTC_SERV* p_srvc_cb) { in bta_gattc_init_cache()
277 tBTA_GATTC_SERV* p_server_cb, in bta_gattc_discover_pri_service()
292 tBTA_GATTC_SERV* p_srvc_cb) { in bta_gattc_start_disc_char_dscp()
317 tBTA_GATTC_SERV* p_srvc_cb) { in bta_gattc_explore_srvc()
357 tBTA_GATTC_SERV* p_srvc_cb) { in bta_gattc_char_dscpt_disc_cmpl()
401 tBTA_GATTC_SERV* p_srvc_cb = bta_gattc_find_scb_by_cid(cb_data->sdp_conn_id); in bta_gattc_sdp_callback()
[all …]
Dbta_gattc_utils.cc195 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 …]
Dbta_gattc_act.cc110 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()
594 void bta_gattc_set_discover_st(tBTA_GATTC_SERV* p_srcb) { in bta_gattc_set_discover_st()
1090 tBTA_GATTC_SERV* p_srvc_cb = bta_gattc_find_srvr_cache(remote_bda); in bta_gattc_process_api_refresh()
1119 tBTA_GATTC_SERV* p_srcb, in bta_gattc_process_srvc_chg_ind()
1231 tBTA_GATTC_SERV* p_srcb = bta_gattc_find_srcb(remote_bda); in bta_gattc_process_indicate()