Searched refs:make_rfcomm_channel (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | socket_manager.rs | 106 fn make_rfcomm_channel( in make_rfcomm_channel() method 237 fn make_rfcomm_channel(flags: i32, device: BluetoothDevice, uuid: Uuid) -> Self { in make_rfcomm_channel() method 1372 BluetoothServerSocket::make_rfcomm_channel(flags, name, channel, application_uuid), in listen_using_rfcomm() 1448 BluetoothSocket::make_rfcomm_channel(socket::SOCK_FLAG_NONE, device, uuid); in create_insecure_rfcomm_socket_to_service_record() 1463 BluetoothSocket::make_rfcomm_channel(socket::SOCK_META_FLAG_SECURE, device, uuid); in create_rfcomm_socket_to_service_record()
|