Home
last modified time | relevance | path

Searched refs:ESP_GATTS_WRITE_EVT (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/wechat_AirSync/
Dwx_airsync_prf.c77 case ESP_GATTS_WRITE_EVT: in airsync_profile_cb()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gatts_api.h22ESP_GATTS_WRITE_EVT = 2, /*!< This event is triggered when the write request f… enumerator
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/ble_button/
Dbutton_pro.c88 case ESP_GATTS_WRITE_EVT: in button_profile_cb()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/battery/
Dbattery_prf.c181 case ESP_GATTS_WRITE_EVT: { in bas_gatts_callback()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c809 btc_gatts_cb_to_app(ESP_GATTS_WRITE_EVT, gatts_if, &param); in btc_gatts_cb_handler()