Home
last modified time | relevance | path

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

/aosp12/system/bt/test/mock/
H A Dmock_bta_gattc_api.cc103 void BTA_GATTC_ExecuteWrite(uint16_t conn_id, bool is_execute) { in BTA_GATTC_ExecuteWrite() function
/aosp12/system/bt/bta/include/
H A Dbta_gatt_api.h751 extern void BTA_GATTC_ExecuteWrite(uint16_t conn_id, bool is_execute);
/aosp12/system/bt/bta/gatt/
H A Dbta_gattc_api.cc590 void BTA_GATTC_ExecuteWrite(uint16_t conn_id, bool is_execute) { in BTA_GATTC_ExecuteWrite() function
/aosp12/system/bt/btif/src/
H A Dbtif_gatt_client.cc523 Bind(&BTA_GATTC_ExecuteWrite, conn_id, (uint8_t)execute)); in btif_gattc_execute_write()