Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c126 case BTA_GATTC_READ_CHAR_EVT: in btc_gattc_copy_req_data()
163 case BTA_GATTC_READ_CHAR_EVT: in btc_gattc_free_req_data()
823 case BTA_GATTC_READ_CHAR_EVT: { in btc_gattc_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c503 p_buf->cmpl_evt = BTA_GATTC_READ_CHAR_EVT; in BTA_GATTC_ReadCharacteristic()
641 p_buf->cmpl_evt = BTA_GATTC_READ_CHAR_EVT; in BTA_GATTC_Read_by_type()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h149 #define BTA_GATTC_READ_CHAR_EVT 3 /* GATT read characteristic event */ macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c2749 case BTA_GATTC_READ_CHAR_EVT: /* 3 */ in bta_hh_gattc_callback()
2752 if (event == BTA_GATTC_READ_CHAR_EVT) { in bta_hh_gattc_callback()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c1624 case BTA_GATTC_READ_CHAR_EVT: in bt_mesh_bta_gattc_cb()