Home
last modified time | relevance | path

Searched refs:handle_read_request (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/
Dread_request.rs9 pub async fn handle_read_request<T: AttDatabase>( in handle_read_request() function
72 tokio_test::block_on(handle_read_request(att_view.view(), mtu, db)) in do_read_request_with_handle_and_mtu()
/packages/modules/Bluetooth/system/rust/src/gatt/server/
Drequest_handler.rs19 read_by_type_request::handle_read_by_type_request, read_request::handle_read_request,
62 Ok(handle_read_request(AttReadRequestView::try_parse(packet)?, mtu, &self.db).await) in try_parse_and_process_packet()