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.h364 }tBTA_GATTC_RCB; typedef
372 tBTA_GATTC_RCB *p_rcb; /* pointer to the registration CB */
426 tBTA_GATTC_RCB cl_rcb[BTA_GATTC_CL_MAX];
459 extern void bta_gattc_deregister(tBTA_GATTC_CB *p_cb, tBTA_GATTC_RCB *p_clreg);
495 extern void bta_gattc_init_bk_conn(tBTA_GATTC_API_OPEN *p_data, tBTA_GATTC_RCB *p_clreg);
497 extern void bta_gattc_send_open_cback( tBTA_GATTC_RCB *p_clreg, tBTA_GATT_STATUS status,
511 extern tBTA_GATTC_RCB * bta_gattc_cl_get_regcb(UINT8 client_if);
524 extern BOOLEAN bta_gattc_check_notif_registry(tBTA_GATTC_RCB *p_clreg, tBTA_GATTC_SERV *p_srcb, tB…
Dbta_gattc_act.c58 static void bta_gattc_deregister_cmpl(tBTA_GATTC_RCB *p_clreg);
232 memset( &p_cb->cl_rcb[i], 0 , sizeof(tBTA_GATTC_RCB)); in bta_gattc_register()
280 void bta_gattc_deregister(tBTA_GATTC_CB *p_cb, tBTA_GATTC_RCB *p_clreg) in bta_gattc_deregister()
340 tBTA_GATTC_RCB *p_clreg = bta_gattc_cl_get_regcb(p_msg->api_conn.client_if); in bta_gattc_process_api_open()
388 tBTA_GATTC_RCB *p_clreg; in bta_gattc_process_api_open_cancel()
431 tBTA_GATTC_RCB *p_clreg; in bta_gattc_process_enc_cmpl()
558 void bta_gattc_init_bk_conn(tBTA_GATTC_API_OPEN *p_data, tBTA_GATTC_RCB *p_clreg) in bta_gattc_init_bk_conn()
617 tBTA_GATTC_RCB *p_clreg; in bta_gattc_cancel_bk_conn()
793 tBTA_GATTC_RCB *p_clreg = p_clcb->p_rcb; in bta_gattc_close()
1774 static void bta_gattc_deregister_cmpl(tBTA_GATTC_RCB *p_clreg) in bta_gattc_deregister_cmpl()
[all …]
Dbta_gattc_utils.c127 tBTA_GATTC_RCB * bta_gattc_cl_get_regcb(UINT8 client_if) in bta_gattc_cl_get_regcb()
130 tBTA_GATTC_RCB *p_clrcb = &bta_gattc_cb.cl_rcb[0]; in bta_gattc_cl_get_regcb()
568 BOOLEAN bta_gattc_check_notif_registry(tBTA_GATTC_RCB *p_clreg, tBTA_GATTC_SERV *p_srcb, in bta_gattc_check_notif_registry()
599 tBTA_GATTC_RCB *p_clrcb ; in bta_gattc_clear_notif_registration()
788 void bta_gattc_send_open_cback( tBTA_GATTC_RCB *p_clreg, tBTA_GATT_STATUS status, in bta_gattc_send_open_cback()
Dbta_gattc_main.c364 tBTA_GATTC_RCB *p_clreg; in bta_gattc_hdl_event()
Dbta_gattc_api.c899 tBTA_GATTC_RCB *p_clreg; in BTA_GATTC_RegisterForNotifications()
973 tBTA_GATTC_RCB *p_clreg; in BTA_GATTC_DeregisterForNotifications()