Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_gatt_api.h228 typedef void(tBTA_GATTC_CBACK)(tBTA_GATTC_EVT event, tBTA_GATTC* p_data); typedef
389 extern void BTA_GATTC_AppRegister(tBTA_GATTC_CBACK* p_client_cb,
/system/bt/bta/gatt/
Dbta_gattc_int.h233 tBTA_GATTC_CBACK* p_cback;
320 tBTA_GATTC_CBACK* p_data,
Dbta_gattc_act.cc170 void bta_gattc_register(const Uuid& app_uuid, tBTA_GATTC_CBACK* p_cback, in bta_gattc_register()
534 tBTA_GATTC_CBACK* p_cback = p_clcb->p_rcb->p_cback; in bta_gattc_close()
1019 tBTA_GATTC_CBACK* p_cback = p_clreg->p_cback; in bta_gattc_deregister_cmpl()
Dbta_gattc_api.cc74 void BTA_GATTC_AppRegister(tBTA_GATTC_CBACK* p_client_cb, in BTA_GATTC_AppRegister()