Searched refs:AttReadRequest (Results 1 – 6 of 6) sorted by relevance
266 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()
124 att::AttReadRequest { attribute_handle: AttHandle(3).into() }.try_into().unwrap(); in test_read_request()
6 request: att::AttReadRequest, in handle_read_request() argument53 let att_view = att::AttReadRequest { attribute_handle: AttHandle(handle).into() }; in do_read_request_with_handle_and_mtu()
99 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()
178 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()
210 packet AttReadRequest : Att(opcode = READ_REQUEST) {