Home
last modified time | relevance | path

Searched defs:send_llcp_packet (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/src/
Dffi.rs40 send_llcp_packet: unsafe extern "C" fn(user: *mut (), handle: u16, data: *const u8, len: usize), field
85 pub(crate) fn send_llcp_packet(&self, handle: u16, packet: &[u8]) { in send_llcp_packet() method
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/include/
Drootcanal_rs.h36 void (*send_llcp_packet)(void* user, uint16_t handle, const uint8_t* data, uintptr_t len); member
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/src/llcp/
Diso.rs333 fn send_llcp_packet<P: Into<llcp::LlcpPacket>>(&self, acl_connection_handle: u16, packet: P) { in send_llcp_packet() method