Searched refs:BluetoothConnectionStatus (Results 1 – 4 of 4) sorted by relevance
144 class BluetoothConnectionStatus(enum.IntEnum): class
118 return status == bt_constants.BluetoothConnectionStatus.STATE_CONNECTED1240 expected_state = bt_constants.BluetoothConnectionStatus.STATE_DISCONNECTED1242 expected_state = bt_constants.BluetoothConnectionStatus.STATE_CONNECTED
243 if status == bt_constants.BluetoothConnectionStatus.STATE_DISCONNECTED:252 if status != bt_constants.BluetoothConnectionStatus.STATE_DISCONNECTED:
36 _CONNECTION_STATE = bt_constants.BluetoothConnectionStatus