Searched defs:send_lmp_packet (Results 1 – 5 of 5) sorted by relevance
38 send_lmp_packet: field73 pub(crate) fn send_lmp_packet(&self, to: hci::Address, packet: &[u8]) { in send_lmp_packet() method
35 void (*send_lmp_packet)(void* user, const uint8_t (*to)[6], const uint8_t* data, uintptr_t len); member
95 fn send_lmp_packet<P: Into<lmp::LmpPacket>>(&self, packet: P) { in send_lmp_packet() method
28 fn send_lmp_packet<P: Into<lmp::LmpPacket>>(&self, packet: P); in send_lmp_packet() method
325 fn send_lmp_packet<P: Into<lmp::LmpPacket>>(&self, packet: P) { in send_lmp_packet() method