MCPcopy Create free account
hub / github.com/bjoernQ/bleps / write

Method write

bleps/src/attribute.rs:21–23  ·  view source on GitHub ↗
(&mut self, _offset: usize, _data: &[u8])

Source from the content-addressed store, hash-verified

19 }
20
21 fn write(&mut self, _offset: usize, _data: &[u8]) -> Result<(), AttErrorCode> {
22 Ok(())
23 }
24
25 fn enable_notification(&mut self, _enabled: bool) -> Result<(), AttErrorCode> {
26 Ok(())

Callers

nothing calls this directly

Implementers 1

attribute.rsbleps/src/attribute.rs

Calls

no outgoing calls

Tested by

no test coverage detected