Searched refs:is_execute (Results 1 - 13 of 13) sorted by relevance

/system/bt/service/common/android/bluetooth/
H A DIBluetoothGattServerCallback.aidl41 int request_id, boolean is_execute);
/system/bt/service/doc/
H A DIBluetoothGattServerCallback.txt117 * previously prepared writes. If |is_execute| is true, then the
124 in boolean is_execute);
/system/bt/service/example/heart_rate/
H A Dheart_rate_server.h78 bool is_execute) override;
/system/bt/service/ipc/binder/
H A Dbluetooth_gatt_server_binder_server.h90 bool is_execute) override;
H A Dbluetooth_gatt_server_binder_server.cc277 int request_id, bool is_execute) {
289 is_execute); local
275 OnExecuteWriteRequest( bluetooth::GattServer* gatt_server, const std::string& device_address, int request_id, bool is_execute) argument
/system/bt/bta/gatt/
H A Dbta_gattc_api.cc573 * is_execute - execute or cancel.
578 void BTA_GATTC_ExecuteWrite(uint16_t conn_id, bool is_execute) { argument
584 p_buf->is_execute = is_execute;
H A Dbta_gattc_int.h127 bool is_execute; member in struct:__anon138
H A Dbta_gattc_act.cc1016 GATTC_ExecuteWrite(p_clcb->bta_conn_id, p_data->api_exec.is_execute);
/system/bt/service/
H A Dgatt_server.h95 // Called when there is an incoming "Execute Write Request". If |is_execute|
101 int request_id, bool is_execute) = 0;
/system/bt/stack/gatt/
H A Dgatt_api.cc865 * is_execute - to execute or cancel the prepared write
871 tGATT_STATUS GATTC_ExecuteWrite(uint16_t conn_id, bool is_execute) { argument
878 << StringPrintf(": conn_id=%d is_execute=%d", conn_id, is_execute);
895 is_execute ? GATT_PREP_WRITE_EXEC : GATT_PREP_WRITE_CANCEL;
/system/bt/stack/include/
H A Dgatt_api.h879 * is_execute - to execute or cancel the prepare write
885 extern tGATT_STATUS GATTC_ExecuteWrite(uint16_t conn_id, bool is_execute);
/system/bt/service/test/
H A Dgatt_server_unittest.cc143 bool is_execute) override {
147 exec_req_.is_exec = is_execute;
/system/bt/bta/include/
H A Dbta_gatt_api.h928 * is_execute - execute or cancel.
933 extern void BTA_GATTC_ExecuteWrite(uint16_t conn_id, bool is_execute);

Completed in 195 milliseconds