Searched defs:send_lmp_packet (Results 1 – 5 of 5) sorted by relevance
16 void (*send_lmp_packet)(void* user, const uint8_t (*to)[6], member
17 send_lmp_packet: field44 pub(crate) fn send_lmp_packet(&self, to: hci::Address, packet: &[u8]) { in send_lmp_packet() method
83 fn send_lmp_packet<P: Into<lmp::LmpPacket>>(&self, packet: P) { in send_lmp_packet() method
14 fn send_lmp_packet<P: Into<lmp::LmpPacket>>(&self, packet: P); in send_lmp_packet() method
313 fn send_lmp_packet<P: Into<lmp::LmpPacket>>(&self, packet: P) { in send_lmp_packet() method