Searched refs:make_l2cap_channel (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | socket_manager.rs | 91 fn make_l2cap_channel(flags: i32, is_le: bool) -> Self { in make_l2cap_channel() method 220 fn make_l2cap_channel(flags: i32, device: BluetoothDevice, psm: i32, is_le: bool) -> Self { in make_l2cap_channel() method 1287 let socket_info = BluetoothServerSocket::make_l2cap_channel(socket::SOCK_FLAG_NONE, false); in listen_using_insecure_l2cap_channel() 1296 let socket_info = BluetoothServerSocket::make_l2cap_channel(socket::SOCK_FLAG_NONE, true); in listen_using_insecure_l2cap_le_channel() 1306 BluetoothServerSocket::make_l2cap_channel(socket::SOCK_META_FLAG_SECURE, false); in listen_using_l2cap_channel() 1316 BluetoothServerSocket::make_l2cap_channel(socket::SOCK_META_FLAG_SECURE, true); in listen_using_l2cap_le_channel() 1388 BluetoothSocket::make_l2cap_channel(socket::SOCK_FLAG_NONE, device, psm, false); in create_insecure_l2cap_channel() 1403 BluetoothSocket::make_l2cap_channel(socket::SOCK_FLAG_NONE, device, psm, true); in create_insecure_l2cap_le_channel() 1418 BluetoothSocket::make_l2cap_channel(socket::SOCK_META_FLAG_SECURE, device, psm, false); in create_l2cap_channel() 1433 BluetoothSocket::make_l2cap_channel(socket::SOCK_META_FLAG_SECURE, device, psm, true); in create_l2cap_le_channel()
|