Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_int.h259 } tBTA_GATTC_SERV; typedef
289 tBTA_GATTC_SERV* p_srcb; /* server cache CB */
348 tBTA_GATTC_SERV known_server[BTA_GATTC_KNOWN_SR_MAX];
435 void bta_gattc_server_disconnected(tBTA_GATTC_SERV* p_srcb);
440 tBTA_GATTC_SERV* bta_gattc_find_srcb(const RawAddress& bda);
441 tBTA_GATTC_SERV* bta_gattc_srcb_alloc(const RawAddress& bda);
442 tBTA_GATTC_SERV* bta_gattc_find_scb_by_cid(uint16_t conn_id);
463 tBTA_GATTC_SERV* p_srcb,
470 void bta_gattc_clear_notif_registration(tBTA_GATTC_SERV* p_srcb,
473 tBTA_GATTC_SERV* bta_gattc_find_srvr_cache(const RawAddress& bda);
[all …]
Dbta_gattc_cache.cc66 tBTA_GATTC_SERV* p_server_cb);
67 const Descriptor* bta_gattc_get_descriptor_srcb(tBTA_GATTC_SERV* p_srcb,
69 const Characteristic* bta_gattc_get_characteristic_srcb(tBTA_GATTC_SERV* p_srcb,
72 tBTA_GATTC_SERV* p_srvc_cb);
120 void bta_gattc_init_cache(tBTA_GATTC_SERV* p_srvc_cb) { in bta_gattc_init_cache()
210 uint16_t conn_id, tBTA_GATTC_SERV* p_server_cb, tGATT_DISC_TYPE disc_type) { in bta_gattc_discover_pri_service()
225 tBTA_GATTC_SERV* p_srvc_cb) { in bta_gattc_explore_next_service()
292 tBTA_GATTC_SERV* p_srvc_cb) { in bta_gattc_explore_srvc_finished()
331 tBTA_GATTC_SERV* p_srvc_cb) { in bta_gattc_start_disc_char_dscp()
356 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.cc201 void bta_gattc_server_disconnected(tBTA_GATTC_SERV* p_srcb) { in bta_gattc_server_disconnected()
227 tBTA_GATTC_SERV* p_srcb = p_clcb->p_srcb; in bta_gattc_clcb_dealloc()
276 tBTA_GATTC_SERV* bta_gattc_find_srcb(const RawAddress& bda) { in bta_gattc_find_srcb()
277 tBTA_GATTC_SERV* p_srcb = &bta_gattc_cb.known_server[0]; in bta_gattc_find_srcb()
295 tBTA_GATTC_SERV* bta_gattc_find_srvr_cache(const RawAddress& bda) { in bta_gattc_find_srvr_cache()
296 tBTA_GATTC_SERV* p_srcb = &bta_gattc_cb.known_server[0]; in bta_gattc_find_srvr_cache()
313 tBTA_GATTC_SERV* bta_gattc_find_scb_by_cid(uint16_t conn_id) { in bta_gattc_find_scb_by_cid()
330 tBTA_GATTC_SERV* bta_gattc_srcb_alloc(const RawAddress& bda) { in bta_gattc_srcb_alloc()
331 tBTA_GATTC_SERV *p_tcb = &bta_gattc_cb.known_server[0], *p_recycle = NULL; in bta_gattc_srcb_alloc()
354 *p_tcb = tBTA_GATTC_SERV(); in bta_gattc_srcb_alloc()
[all …]
Dbta_gattc_act.cc120 void bta_gattc_reset_discover_st(tBTA_GATTC_SERV* p_srcb, tGATT_STATUS status);
702 void bta_gattc_reset_discover_st(tBTA_GATTC_SERV* p_srcb, tGATT_STATUS status) { in bta_gattc_reset_discover_st()
739 static void bta_gattc_set_discover_st(tBTA_GATTC_SERV* p_srcb) { in bta_gattc_set_discover_st()
892 tBTA_GATTC_SERV* p_srcb = bta_gattc_find_srvr_cache(bd_addr); in bta_gattc_continue_discovery_if_needed()
1445 tBTA_GATTC_SERV* p_srvc_cb = bta_gattc_find_srvr_cache(remote_bda); in bta_gattc_process_api_refresh()
1474 tBTA_GATTC_SERV* p_srcb, in bta_gattc_process_srvc_chg_ind()
1611 tBTA_GATTC_SERV* p_srcb = bta_gattc_find_srcb(remote_bda); in bta_gattc_process_indicate()
/packages/modules/Bluetooth/system/bta/test/
Dbta_gatt_test.cc130 tBTA_GATTC_SERV service_control_block = {