Python Bluetooth Broadcaster Listener

The listener of the Broadcaster is used to observe the device's state changes and for discovered/lost Links.

State Change

Callback for when the Broadcaster's state has changed.

Declaration

state_changed(self, state):

Parameters

state

The state of the Broadcaster.

Proximity Events