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

/system/bt/bta/gatt/
H A Dbta_gattc_int.h262 } tBTA_GATTC_RCB; typedef in typeref:struct:__anon150
270 tBTA_GATTC_RCB* p_rcb; /* pointer to the registration CB */
319 tBTA_GATTC_RCB cl_rcb[BTA_GATTC_CL_MAX];
345 extern void bta_gattc_deregister(tBTA_GATTC_RCB* p_clreg);
391 tBTA_GATTC_RCB* p_clreg);
393 extern void bta_gattc_send_open_cback(tBTA_GATTC_RCB* p_clreg,
415 extern tBTA_GATTC_RCB* bta_gattc_cl_get_regcb(uint8_t client_if);
426 extern bool bta_gattc_check_notif_registry(tBTA_GATTC_RCB* p_clreg,

Completed in 61 milliseconds