Home
last modified time | relevance | path

Searched refs:execute_write (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/bt/include/hardware/
H A Dbt_gatt_client.h269 bt_status_t (*execute_write)(int conn_id, int execute); member
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1323 sGattIf->client->execute_write(conn_id, execute ? 1 : 0); in gattClientExecuteWriteNative()