Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c369 BTA_GATTS_HandleValueIndication(conn_id, attr_id, pkts->pkt_len, in esp_blufi_send_notify()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_api.c411 void BTA_GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_id, UINT16 data_len, in BTA_GATTS_HandleValueIndication() function
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h1447 extern void BTA_GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_id,
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c678 BTA_GATTS_HandleValueIndication(arg->send_ind.conn_id, arg->send_ind.attr_handle, in btc_gatts_call_handler()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c1063 BTA_GATTS_HandleValueIndication(conn_id, attr->handle, len, (uint8_t *)data, false); in bt_mesh_gatts_notify()