Searched defs:is_prep (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/service/hal/ |
D | fake_bluetooth_gatt_interface.cc | 258 int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) { in NotifyRequestWriteCharacteristicCallback() 268 int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) { in NotifyRequestWriteDescriptorCallback()
|
D | bluetooth_gatt_interface.cc | 315 int offset, bool need_rsp, bool is_prep, in RequestWriteCharacteristicCallback() 331 int offset, bool need_rsp, bool is_prep, in RequestWriteDescriptorCallback()
|
/packages/modules/Bluetooth/system/service/ |
D | gatt_server.cc | 408 bool is_prep, std::vector<uint8_t> value) { in RequestWriteCharacteristicCallback() 447 bool is_prep, std::vector<uint8_t> value) { in RequestWriteDescriptorCallback()
|
D | gatt_server_old.cc | 254 bool is_prep, const uint8_t* value, size_t length) { in RequestWriteCallback()
|
/packages/modules/Bluetooth/system/service/test/ |
D | gatt_server_unittest.cc | 76 bool is_prep; member
|
/packages/modules/Bluetooth/system/stack/include/ |
D | gatt_api.h | 475 bool is_prep; /* is prepare write */ member
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 695 bool need_rsp, bool is_prep, in btgatts_request_write_characteristic_cb() 716 bool is_prep, const uint8_t* value, in btgatts_request_write_descriptor_cb()
|