Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bjoernQ/bleps
/ write_bytes
Method
write_bytes
bleps/src/sm.rs:103–105 ·
view source on GitHub ↗
(&mut self, bytes: &[u8])
Source
from the content-addressed store, hash-verified
101
102
impl<
'a> BleWriter for Ble<'
a> {
103
fn write_bytes(&mut self, bytes: &[u8]) {
104
self.write_bytes(bytes);
105
}
106
}
107
108
impl<
'a, B, R: CryptoRng> SecurityManager<'
a, B, R> {
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected