Searched defs:is_prep (Results 1 – 7 of 7) sorted by relevance
/aosp12/system/bt/service/ |
H A D | gatt_server.cc | 407 bool is_prep, std::vector<uint8_t> value) { in RequestWriteCharacteristicCallback() 446 bool is_prep, std::vector<uint8_t> value) { in RequestWriteDescriptorCallback()
|
H A D | gatt_server_old.cc | 254 bool is_prep, std::vector<uint8_t> value) { in RequestWriteCallback()
|
/aosp12/system/bt/service/hal/ |
H A D | fake_bluetooth_gatt_interface.cc | 253 int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) { in NotifyRequestWriteCharacteristicCallback() 263 int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) { in NotifyRequestWriteDescriptorCallback()
|
H A D | bluetooth_gatt_interface.cc | 310 int offset, bool need_rsp, bool is_prep, in RequestWriteCharacteristicCallback() 326 int offset, bool need_rsp, bool is_prep, in RequestWriteDescriptorCallback()
|
/aosp12/system/bt/service/test/ |
H A D | gatt_server_unittest.cc | 74 bool is_prep; member
|
/aosp12/system/bt/stack/include/ |
H A D | gatt_api.h | 466 bool is_prep; /* is prepare write */ member
|
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_gatt.cpp | 657 bool need_rsp, bool is_prep, in btgatts_request_write_characteristic_cb() 678 bool is_prep, in btgatts_request_write_descriptor_cb()
|