Enum bluetooth_serial_port::BtProtocol [] [src]

pub enum BtProtocol {
    RFCOMM,
}

The Bluetooth protocol you can use with this libary.

Will probably be always RFCOMM.

Variants

Serial RFCOMM connection to a bluetooth device.

Trait Implementations

impl Clone for BtProtocol
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BtProtocol
[src]

impl Debug for BtProtocol
[src]

[src]

Formats the value using the given formatter.