Home
last modified time | relevance | path

Searched refs:BTA_GATTC_SendIndConfirm (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h1051 extern void BTA_GATTC_SendIndConfirm (UINT16 conn_id, UINT16 handle);
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c877 void BTA_GATTC_SendIndConfirm (UINT16 conn_id, UINT16 handle) in BTA_GATTC_SendIndConfirm() function
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c913 BTA_GATTC_SendIndConfirm(notify->conn_id, notify->handle); in btc_gattc_cb_handler()