Home
last modified time | relevance | path

Searched defs:is_prep (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_server.py95 …def on_characteristic_write_request(self, addr, trans_id, offset, length, is_prep, need_rsp, handl… argument
110 …def on_descriptor_write_request(self, addr, trans_id, offset, length, is_prep, need_rsp, handle, v… argument
422 …def OnCharacteristicWriteRequest(self, addr, trans_id, offset, length, is_prep, need_rsp, handle, … argument
453 …def OnDescriptorWriteRequest(self, addr, trans_id, offset, length, is_prep, need_rsp, handle, valu… argument
762 def on_attr_write(self, addr, trans_id, offset, length, is_prep, need_rsp, handle, value): argument
1177 …def on_characteristic_write_request(self, addr, trans_id, offset, length, is_prep, need_rsp, handl… argument
1196 …def on_descriptor_write_request(self, addr, trans_id, offset, length, is_prep, need_rsp, handle, v… argument
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/ffi/
Dgatt_shim.cc78 bool need_rsp, bool is_prep, const std::vector<uint8_t>& value) { in request_write_with_vec()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h526 bool is_prep; /* is prepare write */ member
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp774 bool is_prep, const uint8_t* value, size_t length) { in btgatts_request_write_characteristic_cb()
792 int attr_handle, int offset, bool need_rsp, bool is_prep, in btgatts_request_write_descriptor_cb()