Searched defs:tBTA_GATTC_RCB (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_int.h364 }tBTA_GATTC_RCB; typedef in typeref:struct:__anon573
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, tBTA_GATTC_NOTIFY *p_notify);

Completed in 58 milliseconds