pub trait BluetoothRfcommConnectableSyncTrait { // Required method fn accept(self, timeout: Duration) -> Result<BluetoothStream, String>; }
The trait for bluetooth rfcomm objects that can be connected or accepted
Accept a connection from a bluetooth peer