HomeSort by relevance Sort by last modified time
    Searched refs:need_response (Results 1 - 8 of 8) sorted by null

  /system/bt/service/common/android/bluetooth/
IBluetoothGattServerCallback.aidl 33 int request_id, int offset, boolean is_prepare_write, boolean need_response,
37 int request_id, int offset, boolean is_prepare_write, boolean need_response,
  /system/bt/service/doc/
IBluetoothGattServerCallback.txt 82 * |offset|. If |need_response| is false, then this is a "Write Without
92 in boolean need_response, in byte[] value,
102 * |offset|. If |need_response| is false, then this is a "Write Without
112 in boolean need_response, in byte[] value,
  /system/bt/service/example/heart_rate/
heart_rate_server.h 69 bool is_prepare_write, bool need_response,
74 bool is_prepare_write, bool need_response,
heart_rate_server.cc 371 bool is_prepare_write, bool need_response,
404 if (!need_response) return Status::ok();
414 bool is_prepare_write, bool need_response,
455 if (!need_response) return Status::ok();
  /system/bt/service/ipc/binder/
bluetooth_gatt_server_binder_server.h 79 bool is_prepare_write, bool need_response,
85 bool is_prepare_write, bool need_response,
bluetooth_gatt_server_binder_server.cc 241 int request_id, int offset, bool is_prepare_write, bool need_response,
254 offset, is_prepare_write, need_response, value, handle); local
259 int request_id, int offset, bool is_prepare_write, bool need_response,
272 offset, is_prepare_write, need_response, value, handle); local
  /system/bt/service/
gatt_server.h 69 // calling SendResponse, if the |need_response| parameter is true. Otherwise
77 int request_id, int offset, bool is_prepare_write, bool need_response,
83 // calling SendResponse, if the |need_response| parameter is true. Otherwise
91 int request_id, int offset, bool is_prepare_write, bool need_response,
  /system/bt/service/test/
gatt_server_unittest.cc 110 bool is_prepare_write, bool need_response,
118 char_write_req_.need_rsp = need_response;
127 bool is_prepare_write, bool need_response,
135 desc_write_req_.need_rsp = need_response;

Completed in 716 milliseconds