| 660 | |
| 661 | #[derive(Debug)] |
| 662 | pub struct NotificationData { |
| 663 | pub(crate) handle: u16, |
| 664 | pub(crate) data: Data, |
| 665 | } |
| 666 | |
| 667 | impl NotificationData { |
| 668 | pub fn new(handle: u16, data: &[u8]) -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected