Home
last modified time | relevance | path

Searched defs:need_rsp (Results 1 – 6 of 6) sorted by relevance

/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
/packages/modules/Bluetooth/system/rust/src/gatt/ffi/
Dgatt_shim.cc83 int attr_handle, int offset, bool need_rsp, in request_write_with_vec()
/packages/modules/Bluetooth/system/stack/include/
Dsrvc_api.h87 bool need_rsp; member
Dgatt_api.h524 bool need_rsp; /* need write response */ member
/packages/modules/Bluetooth/system/bta/ras/
Dras_server.cc420 bool need_rsp = p_data->req_data.p_data->write_req.need_rsp; in OnWriteCharacteristic() local
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp746 bool need_rsp, bool is_prep, in btgatts_request_write_characteristic_cb()
766 int offset, bool need_rsp, in btgatts_request_write_descriptor_cb()