Home
last modified time | relevance | path

Searched refs:AttReadRequest (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Datt_server_bearer.rs266 att::AttReadRequest { attribute_handle: VALID_HANDLE.into() }.try_into().unwrap(), in test_single_transaction()
278 att::AttReadRequest { attribute_handle: INVALID_HANDLE.into() }.try_into().unwrap(), in test_sequential_transactions()
284 att::AttReadRequest { attribute_handle: VALID_HANDLE.into() }.try_into().unwrap(), in test_sequential_transactions()
331 let req1 = att::AttReadRequest { attribute_handle: VALID_HANDLE.into() }; in test_concurrent_transaction_failure()
334 let req2 = att::AttReadRequest { attribute_handle: ANOTHER_VALID_HANDLE.into() }; in test_concurrent_transaction_failure()
554 att::AttReadRequest { attribute_handle: VALID_HANDLE.into() }.try_into().unwrap(), in test_server_transaction_pending_mtu()
Drequest_handler.rs124 att::AttReadRequest { attribute_handle: AttHandle(3).into() }.try_into().unwrap(); in test_read_request()
/packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/
Dread_request.rs6 request: att::AttReadRequest, in handle_read_request() argument
53 let att_view = att::AttReadRequest { attribute_handle: AttHandle(handle).into() }; in do_read_request_with_handle_and_mtu()
/packages/modules/Bluetooth/system/rust/tests/
Dgatt_server_test.rs99 att::AttReadRequest { attribute_handle: SERVICE_HANDLE.into() }.try_into().unwrap(), in test_service_read()
129 att::AttReadRequest { attribute_handle: SERVICE_HANDLE.into() }.try_into().unwrap(), in test_server_closed_while_connected()
155 att::AttReadRequest { attribute_handle: CHARACTERISTIC_HANDLE.into() } in test_characteristic_read()
337 att::AttReadRequest { attribute_handle: CHARACTERISTIC_HANDLE.into() } in test_multiple_servers()
342 att::AttReadRequest { attribute_handle: CHARACTERISTIC_HANDLE.into() } in test_multiple_servers()
/packages/modules/Bluetooth/system/rust/src/gatt/
Darbiter.rs178 let packet = att::AttReadRequest { attribute_handle: AttHandle(1).into() }; in test_packet_capture_when_isolated()
224 let packet = att::AttReadRequest { attribute_handle: AttHandle(1).into() }; in test_packet_bypass_when_not_isolated()
/packages/modules/Bluetooth/system/rust/src/
Dpackets.pdl210 packet AttReadRequest : Att(opcode = READ_REQUEST) {