Searched defs:need_response (Results 1 - 2 of 2) sorted by relevance

/system/bt/service/example/heart_rate/
H A Dheart_rate_server.cc371 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();
369 OnCharacteristicWriteRequest( const String16& device_address, int request_id, int offset, bool is_prepare_write, bool need_response, const std::vector<uint8_t>& value, int handle) argument
412 OnDescriptorWriteRequest( const String16& device_address, int request_id, int offset, bool is_prepare_write, bool need_response, const std::vector<uint8_t>& value, int handle) argument
/system/bt/service/ipc/binder/
H A Dbluetooth_gatt_server_binder_server.cc241 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
239 OnCharacteristicWriteRequest( bluetooth::GattServer* gatt_server, const std::string& device_address, int request_id, int offset, bool is_prepare_write, bool need_response, const std::vector<uint8_t>& value, uint16_t handle) argument
257 OnDescriptorWriteRequest( bluetooth::GattServer* gatt_server, const std::string& device_address, int request_id, int offset, bool is_prepare_write, bool need_response, const std::vector<uint8_t>& value, uint16_t handle) argument

Completed in 387 milliseconds