Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_int.h280 } tBTA_GATTC_RCB; typedef
288 tBTA_GATTC_RCB* p_rcb; /* pointer to the registration CB */
345 tBTA_GATTC_RCB cl_rcb[BTA_GATTC_CL_MAX];
372 void bta_gattc_deregister(tBTA_GATTC_RCB* p_clreg);
418 void bta_gattc_send_open_cback(tBTA_GATTC_RCB* p_clreg, tGATT_STATUS status,
439 tBTA_GATTC_RCB* bta_gattc_cl_get_regcb(uint8_t client_if);
462 bool bta_gattc_check_notif_registry(tBTA_GATTC_RCB* p_clreg,
Dbta_gattc_act.cc66 static void bta_gattc_deregister_cmpl(tBTA_GATTC_RCB* p_clreg);
80 tBTA_GATTC_RCB* p_clreg);
225 void bta_gattc_deregister(tBTA_GATTC_RCB* p_clreg) { in bta_gattc_deregister()
272 tBTA_GATTC_RCB* p_clreg = bta_gattc_cl_get_regcb(p_msg->api_conn.client_if); in bta_gattc_process_api_open()
320 tBTA_GATTC_RCB* p_clreg = in bta_gattc_process_api_open_cancel()
333 tBTA_GATTC_RCB* p_clreg = bta_gattc_cl_get_regcb(client_if); in bta_gattc_process_enc_cmpl()
402 tBTA_GATTC_RCB* p_clreg = p_clcb->p_rcb; in bta_gattc_open()
425 tBTA_GATTC_RCB* p_clreg) { in bta_gattc_init_bk_conn()
473 tBTA_GATTC_RCB* p_clreg; in bta_gattc_cancel_bk_conn()
540 tBTA_GATTC_RCB* p_clreg = p_clcb->p_rcb; in bta_gattc_conn()
[all …]
Dbta_gattc_utils.cc61 tBTA_GATTC_RCB* bta_gattc_cl_get_regcb(uint8_t client_if) { in bta_gattc_cl_get_regcb()
63 tBTA_GATTC_RCB* p_clrcb = &bta_gattc_cb.cl_rcb[0]; in bta_gattc_cl_get_regcb()
479 bool bta_gattc_check_notif_registry(tBTA_GATTC_RCB* p_clreg, in bta_gattc_check_notif_registry()
513 tBTA_GATTC_RCB* p_clrcb; in bta_gattc_clear_notif_registration()
632 void bta_gattc_send_open_cback(tBTA_GATTC_RCB* p_clreg, tGATT_STATUS status, in bta_gattc_send_open_cback()
836 tBTA_GATTC_RCB* p_cl_rcb = &bta_gattc_cb.cl_rcb[i]; in bta_gatt_client_dump()
Dbta_gattc_api.cc98 tBTA_GATTC_RCB* p_clreg = bta_gattc_cl_get_regcb(client_if); in app_deregister_impl()
673 tBTA_GATTC_RCB* p_clreg; in BTA_GATTC_RegisterForNotifications()
741 tBTA_GATTC_RCB* p_clreg = bta_gattc_cl_get_regcb(client_if); in BTA_GATTC_DeregisterForNotifications()
/packages/modules/Bluetooth/system/bta/test/
Dbta_gatt_test.cc114 tBTA_GATTC_RCB app_control_block = {