Searched refs:SOCK_META_FLAG_SECURE (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | socket_manager.rs | 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() 1346 socket::SOCK_META_FLAG_SECURE, in listen_using_rfcomm_with_service_record() 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() 1463 BluetoothSocket::make_rfcomm_channel(socket::SOCK_META_FLAG_SECURE, device, uuid); in create_rfcomm_socket_to_service_record()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | socket.rs | 54 pub const SOCK_META_FLAG_SECURE: i32 = SOCK_FLAG_ENCRYPT | SOCK_FLAG_AUTH; constant
|