Searched defs:Att (Results 1 – 12 of 12) sorted by relevance
/packages/modules/Bluetooth/system/rust/src/gatt/server/ |
D | request_handler.rs | 49 pub async fn process_packet(&mut self, packet: att::Att, mtu: usize) -> att::Att { in process_packet() 68 packet: &att::Att, in try_parse_and_process_packet() 70 ) -> Result<att::Att, ProcessingError> { in try_parse_and_process_packet()
|
D | att_server_bearer.rs | 86 pub fn handle_packet(&self, packet: att::Att) { in handle_packet() 142 fn handle_request(&self, packet: att::Att) { in handle_request() 233 ) -> (SharedBox<AttServerBearer<TestAttDatabase>>, UnboundedReceiver<att::Att>) { in open_connection()
|
D | command_handler.rs | 17 pub fn process_packet(&self, packet: att::Att) { in process_packet()
|
/packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/ |
D | read_request.rs | 9 ) -> Result<att::Att, EncodeError> { in handle_read_request() 52 ) -> Result<att::Att, EncodeError> { in do_read_request_with_handle_and_mtu()
|
D | write_request.rs | 8 ) -> Result<att::Att, EncodeError> { in handle_write_request()
|
D | read_by_type_request.rs | 16 ) -> Result<att::Att, EncodeError> { in handle_read_by_type_request()
|
D | find_information_request.rs | 12 ) -> Result<att::Att, EncodeError> { in handle_find_information_request()
|
D | read_by_group_type_request.rs | 20 ) -> Result<att::Att, EncodeError> { in handle_read_by_group_type_request()
|
D | find_by_type_value.rs | 17 ) -> Result<att::Att, EncodeError> { in handle_find_by_type_value_request()
|
/packages/modules/Bluetooth/system/rust/src/gatt/ |
D | arbiter.rs | 63 ) -> Option<att::Att> { in try_parse_att_server_packet()
|
/packages/modules/Bluetooth/system/rust/src/gatt/server/services/ |
D | gatt.rs | 199 ) -> (AttDatabaseImpl, SharedBox<AttServerBearer<AttDatabaseImpl>>, UnboundedReceiver<att::Att>) in add_connection()
|
/packages/modules/Bluetooth/floss/hcidoc/src/groups/ |
D | informational.rs | 475 Att, enumerator
|