Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c352 case BTA_GATTS_OPEN_EVT: in blufi_profile_cb()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c935 case BTA_GATTS_OPEN_EVT: in btc_gatts_cb_handler()
939 btc_gatts_cb_to_app(BTA_GATTS_OPEN_EVT, gatts_if, &param); in btc_gatts_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h477 #define BTA_GATTS_OPEN_EVT 16 macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_act.c777 (*p_rcb->p_cback)(BTA_GATTS_OPEN_EVT, (tBTA_GATTS *)&open); in bta_gatts_open()