Searched defs:is_prep (Results 1 - 6 of 6) sorted by relevance

/system/bt/service/
H A Dgatt_server.cc400 bool is_prep, std::vector<uint8_t> value) {
413 << " need_rsp: " << need_rsp << " is_prep: " << is_prep; local
432 offset, is_prep, need_rsp,
439 bool is_prep, std::vector<uint8_t> value) {
452 << " need_rsp: " << need_rsp << " is_prep: " << is_prep; local
471 is_prep, need_rsp, std::move(value),
397 RequestWriteCharacteristicCallback( hal::BluetoothGattInterface* , int conn_id, int trans_id, const RawAddress& bda, int attr_handle, int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) argument
436 RequestWriteDescriptorCallback( hal::BluetoothGattInterface* , int conn_id, int trans_id, const RawAddress& bda, int attr_handle, int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) argument
H A Dgatt_server_old.cc252 bool is_prep, std::vector<uint8_t> value) {
257 "need_resp:%u is_prep:%u",
259 attribute_offset, value.size(), need_rsp, is_prep);
277 } else if (!is_prep) {
250 RequestWriteCallback(int conn_id, int trans_id, const RawAddress& bda, int attr_handle, int attribute_offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) argument
/system/bt/service/hal/
H A Dfake_bluetooth_gatt_interface.cc249 int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) {
253 is_prep, value);
259 int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) {
263 is_prep, value);
247 NotifyRequestWriteCharacteristicCallback( int conn_id, int trans_id, const RawAddress& bda, int attr_handle, int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) argument
257 NotifyRequestWriteDescriptorCallback( int conn_id, int trans_id, const RawAddress& bda, int attr_handle, int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) argument
H A Dbluetooth_gatt_interface.cc309 int offset, bool need_rsp, bool is_prep,
315 << " is_prep: " << is_prep; local
320 is_prep, value));
325 int offset, bool need_rsp, bool is_prep,
331 << " is_prep: " << is_prep; local
336 is_prep, value));
691 int /* offset */, bool /* need_rsp */, bool /* is_prep */,
699 int /* offset */, bool /* need_rsp */, bool /* is_prep */,
307 RequestWriteCharacteristicCallback(int conn_id, int trans_id, const RawAddress& bda, int attr_handle, int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) argument
323 RequestWriteDescriptorCallback( int conn_id, int trans_id, const RawAddress& bda, int attr_handle, int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) argument
[all...]
/system/bt/service/test/
H A Dgatt_server_unittest.cc62 is_prep(false),
73 bool is_prep; member in struct:bluetooth::__anon881::TestDelegate::RequestData
118 char_write_req_.is_prep = is_prepare_write;
135 desc_write_req_.is_prep = is_prepare_write;
/system/bt/stack/include/
H A Dgatt_api.h369 bool is_prep; /* is prepare write */ member in struct:__anon1205

Completed in 630 milliseconds