MCPcopy Create free account

hub / github.com/bjoernQ/bleps / functions

Functions206 in github.com/bjoernQ/bleps

Functiondebug_key
()
bleps/src/crypto.rs:395
Methoddecode
(packet: AclPacket)
bleps/src/l2cap.rs:16
Methoddecode
(packet: L2capPacket)
bleps/src/att.rs:191
Methoddecode_raw_handle
( raw_handle_buffer: [u8; 2], )
bleps/src/acl.rs:82
Functiondedup
(input: TokenStream)
bleps-dedup/src/lib.rs:13
Methoddefault
()
bleps/src/lib.rs:169
Functiondh_key_f5
()
bleps/src/crypto.rs:513
Methodenable_notification
(&mut self, _enabled: bool)
bleps/src/attribute.rs:25
Methodenable_notification
(&mut self, enabled: bool)
bleps/src/attribute.rs:267
Methodencode
(self)
bleps/src/command.rs:72
Methodencode
(att_data: Data)
bleps/src/l2cap.rs:33
Methodencode_sm
(att_data: Data)
bleps/src/l2cap.rs:47
Methodf4
(&self, u: &PublicKeyX, v: &PublicKeyX, z: u8)
bleps/src/crypto.rs:161
Methodflush
(&mut self)
example/src/main.rs:288
Methodfmt
(&self, f: &mut core::fmt::Formatter<'_>)
bleps/src/lib.rs:175
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
bleps/src/attribute.rs:331
Methodformat
(&self, fmt: defmt::Formatter)
bleps/src/lib.rs:50
Methodfrom
(k: &LTK)
bleps/src/crypto.rs:26
Methodfrom
(err: L2capDecodeError)
bleps/src/attribute_server.rs:54
Methodfrom
(data: Data)
bleps/src/att.rs:70
Methodfrom_be_bytes
(x: [u8; core::mem::size_of::<Self>()])
bleps/src/crypto.rs:326
Methodfrom_bytes
(bytes: &[u8])
bleps/src/command.rs:31
Methodfrom_bytes
(bytes: &[u8])
bleps/src/crypto.rs:250
Methodfrom_le_bytes
(is_random: bool, mut v: [u8; 6])
bleps/src/lib.rs:72
Methodfrom_ogf_ocf
(ogf: u8, ocf: u16, len: u8)
bleps/src/command.rs:38
Methodfrom_u8
(value: u8)
bleps/src/event.rs:63
Methodg2
(&self, pkax: &PublicKeyX, pkbx: &PublicKeyX, nb: &Self)
bleps/src/crypto.rs:172
Functiongatt
(input: TokenStream)
bleps-macros/src/lib.rs:39
Methodget_current_millis_idx
(&self)
bleps/tests/test_ble.rs:80
Methodget_ltk
Get the current LTK
bleps/src/async_attribute_server.rs:111
Methodget_to_write_at
(&self, idx: usize)
bleps/tests/test_ble.rs:72
Methodget_write_idx
(&self)
bleps/tests/test_ble.rs:68
Methodhas_att_find_information_response_data
(&self)
bleps/src/att.rs:409
Methodhas_att_prepare_write_response_data
(&self)
bleps/src/att.rs:420
Methodhas_att_read_blob_response_data
(&self)
bleps/src/att.rs:432
Methodhas_att_read_response_data
(&self)
bleps/src/att.rs:375
Functioninit_fails
()
bleps/tests/test_ble.rs:206
Functioninit_fails_timeout
()
bleps/tests/test_ble.rs:191
Functioninit_works
()
bleps/tests/test_ble.rs:158
Methodkind
(&self)
example/src/main.rs:253
Functionle_set_advertise_enable_works
()
bleps/tests/test_ble.rs:320
Functionle_set_advertising_data_works
()
bleps/tests/test_ble.rs:301
Methodlimit_len
(&mut self, max_len: usize)
bleps/src/lib.rs:123
Functionmac_key_f6
()
bleps/src/crypto.rs:609
Functionmain
()
example/src/main.rs:20
Functionmain
()
esp32s3-serial-hci/src/main.rs:21
Functionmake_auth_req
()
bleps/src/sm.rs:195
Methodmillis
(&self)
bleps/tests/test_ble.rs:105
Methodnew
(connection: &'a mut T)
example/src/main.rs:242
Methodnew
Create a new instance of the AttributeServer When _NOT_ using the `crypto` feature you can pass a mutual reference to `bleps::no_rng::NoRng`
bleps/src/async_attribute_server.rs:48
Methodnew
(bytes: &[u8])
bleps/src/lib.rs:94
Methodnew
(rng: &'a mut R)
bleps/src/sm.rs:109
Methodnew
(k: u128)
bleps/src/crypto.rs:19
Methodnew
Create a new instance of the AttributeServer When _NOT_ using the `crypto` feature you can pass a mutual reference to `bleps::no_rng::NoRng`
bleps/src/attribute_server.rs:585
Methodnew
(uuid: Uuid, data: &'a mut impl AttData)
bleps/src/attribute.rs:343
Methodnew_att_error_response
(opcode: u8, handle: u16, code: AttErrorCode)
bleps/src/att.rs:341
Methodnew_att_exchange_mtu_response
(mtu: u16)
bleps/src/att.rs:383
Methodnew_att_execute_write_response
()
bleps/src/att.rs:424
Methodnew_att_find_information_response
()
bleps/src/att.rs:389
Methodnew_att_prepare_write_response
(handle: u16, offset: u16)
bleps/src/att.rs:413
Methodnew_att_read_blob_response
()
bleps/src/att.rs:428
Methodnew_att_read_by_group_type_response
()
bleps/src/att.rs:319
Methodnew_att_read_by_type_response
()
bleps/src/att.rs:348
Methodnew_att_read_response
()
bleps/src/att.rs:371
Methodnew_att_value_ntf
(handle: u16)
bleps/src/att.rs:436
Methodnew_att_write_response
()
bleps/src/att.rs:379
Methodnew_with_ltk
Create a new instance, optionally provide an LTK
bleps/src/async_attribute_server.rs:63
Methodnew_with_ltk
Create a new instance, optionally provide an LTK
bleps/src/attribute_server.rs:600
Methodnext_u32
(&mut self)
bleps/src/lib.rs:817
Methodnext_u64
(&mut self)
bleps/src/lib.rs:821
Functionnonce
()
bleps/src/crypto.rs:567
Functionnonce_f4
()
bleps/src/crypto.rs:577
Functionnonce_f4_test
()
bleps/src/crypto.rs:622
Functionnonce_g2
()
bleps/src/crypto.rs:593
Methodocf
(&self)
bleps/src/command.rs:53
Methodogf
(&self)
bleps/src/command.rs:49
Functionp256_1
()
bleps/src/crypto.rs:416
Functionp256_2
()
bleps/src/crypto.rs:466
Functionparse_event
()
bleps/tests/test_ble.rs:144
Methodread
(&mut self, _offset: usize, _data: &mut [u8])
bleps/src/attribute.rs:13
Methodread
(&self)
bleps/tests/test_ble.rs:90
Methodreadable
(&self)
bleps/src/attribute.rs:9
Functionreceiving_async_data_works
()
bleps/tests/test_ble.rs:332
Functionreceiving_disconnection_complete_works
()
bleps/tests/test_ble.rs:354
Functionreceiving_number_of_completed_packets_works
()
bleps/tests/test_ble.rs:373
Functionreceiving_read_by_group_type_works
()
bleps/tests/test_ble.rs:392
Functionreceiving_read_by_type_works
()
bleps/tests/test_ble.rs:467
Functionreceiving_read_works
()
bleps/tests/test_ble.rs:514
Functionreceiving_write_works
()
bleps/tests/test_ble.rs:544
Methodrun
Run the GATT server until disconnect
bleps/src/async_attribute_server.rs:120
Functionset_advertising_parameters_works
()
bleps/tests/test_ble.rs:279
Functionsizes
()
bleps/src/crypto.rs:386
Functiontest
()
bleps-macros/tests/macro_test.rs:4
Functiontest2
()
bleps-macros/tests/macro_test.rs:26
Functiontest3
()
bleps-macros/tests/macro_test.rs:48
Functiontest4
()
bleps-macros/tests/macro_test.rs:71
Functiontest5
()
bleps-macros/tests/macro_test.rs:99
Functiontest6
()
bleps-macros/tests/macro_test.rs:135
Functiontesting_will_work
()
bleps/tests/test_ble.rs:125
Functiontesttest
()
bleps/src/crypto.rs:538
← previousnext →101–200 of 206, ranked by callers