Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gatts_int.h70 tBTA_GATTS_CBACK *p_cback;
188 tBTA_GATTS_CBACK *p_cback;
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h688 typedef void (tBTA_GATTS_CBACK)(tBTA_GATTS_EVT event, tBTA_GATTS *p_data); typedef
1256 extern void BTA_GATTS_AppRegister(const tBT_UUID * p_app_uuid, tBTA_GATTS_CBACK *p_cback);
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_api.c86 void BTA_GATTS_AppRegister(const tBT_UUID * p_app_uuid, tBTA_GATTS_CBACK *p_cback) in BTA_GATTS_AppRegister()
Dbta_gatts_act.c272 tBTA_GATTS_CBACK *p_cback = NULL; in bta_gatts_deregister()