Home
last modified time | relevance | path

Searched refs:need_rsp (Results 1 – 16 of 16) 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
436 …observer.on_characteristic_write_request(addr, trans_id, offset, length, is_prep, need_rsp, handle,
453 …def OnDescriptorWriteRequest(self, addr, trans_id, offset, length, is_prep, need_rsp, handle, valu… argument
467 …erver.on_descriptor_write_request(addr, trans_id, offset, length, is_prep, need_rsp, handle, value)
762 def on_attr_write(self, addr, trans_id, offset, length, is_prep, need_rsp, handle, value): argument
780 … self.write_requests.append((addr, trans_id, offset, length, is_prep, need_rsp, handle, value))
787 if need_rsp:
1177 …def on_characteristic_write_request(self, addr, trans_id, offset, length, is_prep, need_rsp, handl… argument
[all …]
/packages/modules/Bluetooth/system/rust/src/gatt/ffi/
Dgatt_shim.cc83 int attr_handle, int offset, bool need_rsp, in request_write_with_vec() argument
86 cb(conn_id, trans_id, bda, attr_handle, offset, need_rsp, is_prep, 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
423 conn_id, write_req_handle, need_rsp, len); in OnWriteCharacteristic()
459 if (need_rsp) { in OnWriteCharacteristic()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_server.h80 int offset, bool need_rsp, bool is_prep,
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_server.cc195 req.need_rsp, req.is_prep, req.value, req.len); in btapp_gatts_handle_cback()
204 req.need_rsp, req.is_prep, req.value, req.len); in btapp_gatts_handle_cback()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs991 need_rsp: bool, in on_characteristic_write_request()
1003 need_rsp, in on_characteristic_write_request()
1025 need_rsp: bool, in on_descriptor_write_request()
1037 need_rsp, in on_descriptor_write_request()
Ddbus_iface.rs2004 need_rsp: bool, in on_characteristic_write_request()
2018 need_rsp: bool, in on_descriptor_write_request()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs206 need_rsp: bool, in on_characteristic_write_request()
221 need_rsp: bool, in on_descriptor_write_request()
/packages/modules/Bluetooth/system/stack/srvc/
Dsrvc_eng.cc262 if (!p_data->write_req.need_rsp) act = SRVC_ACT_IGNORE; in srvc_eng_s_request_cback()
/packages/modules/Bluetooth/system/stack/gap/
Dgap_ble.cc221 if (!p_data->write_req.need_rsp) ignore = true; in server_attr_request_cback()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs3301 need_rsp: bool, in request_write_characteristic_cb()
3315 need_rsp: bool, in request_write_descriptor_cb()
3509 need_rsp: bool, in request_write_characteristic_cb()
3521 addr, trans_id, offset, len as i32, is_prep, need_rsp, handle, data, in request_write_characteristic_cb()
3534 need_rsp: bool, in request_write_descriptor_cb()
3546 addr, trans_id, offset, len as i32, is_prep, need_rsp, handle, data, in request_write_descriptor_cb()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp746 bool need_rsp, bool is_prep, in btgatts_request_write_characteristic_cb() argument
761 trans_id, attr_handle, offset, length, need_rsp, is_prep, val.get()); in btgatts_request_write_characteristic_cb()
766 int offset, bool need_rsp, in btgatts_request_write_descriptor_cb() argument
781 offset, length, need_rsp, is_prep, val.get()); in btgatts_request_write_descriptor_cb()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_attr.cc332 if (!p_data->write_req.need_rsp) rsp_needed = false; in gatt_request_cback()
Dgatt_sr.cc1010 sr_data.write_req.need_rsp = true; in gatts_process_write_req()