Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_int.h243 } tBTA_GATTC_RCB; typedef
251 tBTA_GATTC_RCB* p_rcb; /* pointer to the registration CB */
306 tBTA_GATTC_RCB cl_rcb[BTA_GATTC_CL_MAX];
333 extern void bta_gattc_deregister(tBTA_GATTC_RCB* p_clreg);
392 tBTA_GATTC_RCB* p_clreg);
394 extern void bta_gattc_send_open_cback(tBTA_GATTC_RCB* p_clreg,
417 extern tBTA_GATTC_RCB* bta_gattc_cl_get_regcb(uint8_t client_if);
427 extern bool bta_gattc_check_notif_registry(tBTA_GATTC_RCB* p_clreg,
Dbta_gattc_utils.cc55 tBTA_GATTC_RCB* bta_gattc_cl_get_regcb(uint8_t client_if) { in bta_gattc_cl_get_regcb()
57 tBTA_GATTC_RCB* p_clrcb = &bta_gattc_cb.cl_rcb[0]; in bta_gattc_cl_get_regcb()
345 bool bta_gattc_check_notif_registry(tBTA_GATTC_RCB* p_clreg, in bta_gattc_check_notif_registry()
378 tBTA_GATTC_RCB* p_clrcb; in bta_gattc_clear_notif_registration()
498 void bta_gattc_send_open_cback(tBTA_GATTC_RCB* p_clreg, tGATT_STATUS status, in bta_gattc_send_open_cback()
Dbta_gattc_act.cc63 static void bta_gattc_deregister_cmpl(tBTA_GATTC_RCB* p_clreg);
204 void bta_gattc_deregister(tBTA_GATTC_RCB* p_clreg) { in bta_gattc_deregister()
251 tBTA_GATTC_RCB* p_clreg = bta_gattc_cl_get_regcb(p_msg->api_conn.client_if); in bta_gattc_process_api_open()
300 tBTA_GATTC_RCB* p_clreg = in bta_gattc_process_api_open_cancel()
312 tBTA_GATTC_RCB* p_clreg = bta_gattc_cl_get_regcb(client_if); in bta_gattc_process_enc_cmpl()
382 tBTA_GATTC_RCB* p_clreg) { in bta_gattc_init_bk_conn()
420 tBTA_GATTC_RCB* p_clreg; in bta_gattc_cancel_bk_conn()
548 tBTA_GATTC_RCB* p_clreg = p_clcb->p_rcb; in bta_gattc_close()
1080 static void bta_gattc_deregister_cmpl(tBTA_GATTC_RCB* p_clreg) { in bta_gattc_deregister_cmpl()
1088 memset(p_clreg, 0, sizeof(tBTA_GATTC_RCB)); in bta_gattc_deregister_cmpl()
[all …]
Dbta_gattc_api.cc644 tBTA_GATTC_RCB* p_clreg; in BTA_GATTC_RegisterForNotifications()
712 tBTA_GATTC_RCB* p_clreg = bta_gattc_cl_get_regcb(client_if); in BTA_GATTC_DeregisterForNotifications()
/system/bt/bta/test/
Dbta_gatt_test.cc110 tBTA_GATTC_RCB app_control_block = {