In Bluetooth, piconets are formed by one Master connecting to up to seven Slaves. The device performing connect() is the Master and the device performing listen()/accept() is the Slave. To add a bluetooth interface in your config file, use:
Syntax: interface add name CL [arg=val arg=val2 argN=valN...]
Example: interface add bluetooth0 bt channel=10
Valid arguments for arg are:
arg | Possible settings | Default | Comments |
---|---|---|---|
channel | number (channel) | 10 | The bluetooth RFCOMM channel |
Note