Searched defs:is_execute (Results 1 - 4 of 4) sorted by relevance

/system/bt/bta/gatt/
H A Dbta_gattc_api.cc578 * is_execute - execute or cancel.
583 void BTA_GATTC_ExecuteWrite(uint16_t conn_id, bool is_execute) { argument
589 p_buf->is_execute = is_execute;
H A Dbta_gattc_int.h130 bool is_execute; member in struct:__anon107
/system/bt/service/ipc/binder/
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/stack/gatt/
H A Dgatt_api.cc809 * is_execute - to execute or cancel the prepared write
815 tGATT_STATUS GATTC_ExecuteWrite(uint16_t conn_id, bool is_execute) { argument
822 << StringPrintf(": conn_id=%d is_execute=%d", conn_id, is_execute);
839 is_execute ? GATT_PREP_WRITE_EXEC : GATT_PREP_WRITE_CANCEL;

Completed in 148 milliseconds