Home
last modified time | relevance | path

Searched defs:ConnectionComplete (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsocket.rs58 pub struct ConnectionComplete { struct
71 impl TryFrom<&[u8]> for ConnectionComplete { argument
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsocket_manager.rs139 conn: socket::ConnectionComplete, in to_connecting_socket()