Home
last modified time | relevance | path

Searched refs:exec_write (Results 1 – 15 of 15) sorted by relevance

/aosp12/system/bt/service/hal/
H A Dfake_bluetooth_gatt_interface.cc272 int conn_id, int trans_id, const RawAddress& bda, int exec_write) { in NotifyRequestExecWriteCallback() argument
274 observer.RequestExecWriteCallback(this, conn_id, trans_id, bda, exec_write); in NotifyRequestExecWriteCallback()
H A Dbluetooth_gatt_interface.cc341 int exec_write) { in RequestExecWriteCallback() argument
344 << " exec_write: " << exec_write; in RequestExecWriteCallback()
348 trans_id, bda, exec_write)); in RequestExecWriteCallback()
H A Dfake_bluetooth_gatt_interface.h128 const RawAddress& bda, int exec_write);
H A Dbluetooth_gatt_interface.h164 int exec_write);
/aosp12/system/bt/service/
H A Dgatt_server.cc484 const RawAddress& bda, int exec_write) { in RequestExecWriteCallback() argument
495 << " BD_ADDR: " << device_address << " exec_write: " << exec_write; in RequestExecWriteCallback()
512 delegate_->OnExecuteWriteRequest(this, device_address, trans_id, exec_write); in RequestExecWriteCallback()
H A Dgatt_server_old.cc309 int exec_write) { in RequestExecWriteCallback() argument
312 addr.c_str(), trans_id, exec_write); in RequestExecWriteCallback()
319 if (!exec_write) return; in RequestExecWriteCallback()
H A Dgatt_server.h224 const RawAddress& bda, int exec_write) override;
/aosp12/system/bt/include/hardware/
H A Dbt_gatt_server.h85 int exec_write);
/aosp12/system/bt/btif/src/
H A Dbtif_gatt_server.cc213 p_data->req_data.p_data->exec_write); in btapp_gatts_handle_cback()
/aosp12/system/bt/stack/gatt/
H A Datt_protocol.cc573 p_cmd = attp_build_exec_write_cmd(op_code, p_msg->exec_write); in attp_send_cl_msg()
H A Dgatt_int.h122 tGATT_EXEC_FLAG exec_write; /* execute write */ member
H A Dgatt_cl.cc291 gatt_cl_msg.exec_write = flag; in gatt_send_queue_write_cancel()
H A Dgatt_sr.cc383 gatts_data.exec_write = flag; in gatt_process_exec_write_req()
/aosp12/system/bt/stack/include/
H A Dgatt_api.h480 tGATT_EXEC_FLAG exec_write; /* execute write */ member
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp697 const RawAddress& bda, int exec_write) { in btgatts_request_exec_write_cb() argument
704 address.get(), conn_id, trans_id, exec_write); in btgatts_request_exec_write_cb()