Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_int.h315 }tBTA_GATTC_RCB; typedef
322 tBTA_GATTC_RCB *p_rcb; /* pointer to the registration CB */
357 tBTA_GATTC_RCB cl_rcb[BTA_GATTC_CL_MAX];
423 extern void bta_gattc_init_bk_conn(tBTA_GATTC_API_OPEN *p_data, tBTA_GATTC_RCB *p_clreg);
425 extern void bta_gattc_send_open_cback( tBTA_GATTC_RCB *p_clreg, tBTA_GATT_STATUS status,
434 extern tBTA_GATTC_RCB * bta_gattc_cl_get_regcb(UINT8 client_if);
444 extern BOOLEAN bta_gattc_check_notif_registry(tBTA_GATTC_RCB *p_clreg, tBTA_GATTC_SERV *p_srcb, tB…
Dbta_gattc_act.c137 memset( &p_cb->cl_rcb[i], 0 , sizeof(tBTA_GATTC_RCB)); in bta_gattc_register()
181 void bta_gattc_int_deregister_cmpl(tBTA_GATTC_RCB *p_clreg, tBTA_GATTC_IF client_if) in bta_gattc_int_deregister_cmpl()
190 memset(p_clreg, 0, sizeof(tBTA_GATTC_RCB)); in bta_gattc_int_deregister_cmpl()
210 void bta_gattc_deregister_cmpl(tBTA_GATTC_RCB *p_clreg, tBTA_GATTC_IF client_if) in bta_gattc_deregister_cmpl()
244 tBTA_GATTC_RCB *p_clreg; in bta_gattc_int_deregister()
253 memset(p_clreg, 0, sizeof(tBTA_GATTC_RCB)); in bta_gattc_int_deregister()
279 tBTA_GATTC_RCB *p_clreg; in bta_gattc_deregister()
321 tBTA_GATTC_RCB *p_clreg = bta_gattc_cl_get_regcb(p_msg->api_conn.client_if); in bta_gattc_process_api_open()
366 tBTA_GATTC_RCB *p_clreg; in bta_gattc_process_api_open_cancel()
489 void bta_gattc_init_bk_conn(tBTA_GATTC_API_OPEN *p_data, tBTA_GATTC_RCB *p_clreg) in bta_gattc_init_bk_conn()
[all …]
Dbta_gattc_utils.c121 tBTA_GATTC_RCB * bta_gattc_cl_get_regcb(UINT8 client_if) in bta_gattc_cl_get_regcb()
124 tBTA_GATTC_RCB *p_clrcb = &bta_gattc_cb.cl_rcb[0]; in bta_gattc_cl_get_regcb()
451 BOOLEAN bta_gattc_check_notif_registry(tBTA_GATTC_RCB *p_clreg, tBTA_GATTC_SERV *p_srcb, in bta_gattc_check_notif_registry()
487 tBTA_GATTC_RCB *p_clrcb ; in bta_gattc_clear_notif_registration()
642 void bta_gattc_send_open_cback( tBTA_GATTC_RCB *p_clreg, tBTA_GATT_STATUS status, in bta_gattc_send_open_cback()
Dbta_gattc_api.c827 tBTA_GATTC_RCB *p_clreg; in BTA_GATTC_RegisterForNotifications()
889 tBTA_GATTC_RCB *p_clreg; in BTA_GATTC_DeregisterForNotifications()