Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c828 case BTA_GATTC_WRITE_CHAR_EVT: in btc_gattc_cb_handler()
831 uint32_t ret_evt = (msg->act == BTA_GATTC_WRITE_CHAR_EVT) ? in btc_gattc_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h150 #define BTA_GATTC_WRITE_CHAR_EVT 4 /* GATT write characteristic or char descriptor event */ macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c679 p_buf->cmpl_evt = BTA_GATTC_WRITE_CHAR_EVT; in BTA_GATTC_WriteCharValue()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c2762 case BTA_GATTC_WRITE_CHAR_EVT: /* 4 */ in bta_hh_gattc_callback()
2764 if (event == BTA_GATTC_WRITE_CHAR_EVT) { in bta_hh_gattc_callback()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c1626 case BTA_GATTC_WRITE_CHAR_EVT: in bt_mesh_bta_gattc_cb()