Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h1141 extern void BTA_GATTC_ExecuteWrite (UINT16 conn_id, BOOLEAN is_execute);
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c849 void BTA_GATTC_ExecuteWrite (UINT16 conn_id, BOOLEAN is_execute) in BTA_GATTC_ExecuteWrite() function
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c681 BTA_GATTC_ExecuteWrite(arg->exec_write.conn_id, arg->exec_write.is_execute); in btc_gattc_execute_write()