Bt v0.3.0 Bt.Bluetoothctl
GenServer wrapper around bluetoothctl
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Connects a device
Check if any device is connected
Check if device is connected
Disconnects a device
Callback implementation for GenServer.init/1
.
Power off selected adapter
Power off an adapter
Power on selected adapter
Power on an adapter
Check if adapter is powered
Select an adapter
Link to this section Functions
Link to this function
adapters_data()
Link to this function
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Connects a device
Check if any device is connected
Check if device is connected
Link to this function
devices()
Disconnects a device
Link to this function
handle_info_line(data, arg2, from, arg4)
Callback implementation for GenServer.init/1
.
Link to this function
off()
Power off selected adapter
Link to this function
off(adapter)
Power off an adapter
Power on selected adapter
Link to this function
on(adapter)
Power on an adapter
Check if adapter is powered
Link to this function
select(adapter)
Select an adapter
Link to this function