Searched refs:DEVICE_RESET_RSP (Results 1 – 1 of 1) sorted by relevance
95 const DEVICE_RESET_RSP: [u8; 5] = [64, 0, 0, 1, 0]; in consume_device_reset_rsp_and_ntf() constant97 let mut buffer = vec![0; DEVICE_RESET_RSP.len() + DEVICE_STATUS_NTF.len()]; in consume_device_reset_rsp_and_ntf()101 assert_eq!(&buffer[0..DEVICE_RESET_RSP.len()], &DEVICE_RESET_RSP); in consume_device_reset_rsp_and_ntf()102 assert_eq!(&buffer[DEVICE_RESET_RSP.len()..], &DEVICE_STATUS_NTF); in consume_device_reset_rsp_and_ntf()