Home
last modified time | relevance | path

Searched defs:exec_write (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_server.py125 def on_execute_write(self, addr, trans_id, exec_write): argument
469 def OnExecuteWrite(self, addr, trans_id, exec_write): argument
1215 def on_execute_write(self, addr, trans_id, exec_write): argument
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_int.h125 tGATT_EXEC_FLAG exec_write; /* execute write */ member
/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h539 tGATT_EXEC_FLAG exec_write; /* execute write */ member
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp785 const RawAddress& bda, int exec_write) { in btgatts_request_exec_write_cb()