Home
last modified time | relevance | path

Searched refs:BluetoothConnectionStatus (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_constants.py144 class BluetoothConnectionStatus(enum.IntEnum): class
Dandroid_bluetooth_decorator.py118 return status == bt_constants.BluetoothConnectionStatus.STATE_CONNECTED
1240 expected_state = bt_constants.BluetoothConnectionStatus.STATE_DISCONNECTED
1242 expected_state = bt_constants.BluetoothConnectionStatus.STATE_CONNECTED
/packages/modules/Bluetooth/system/blueberry/tests/pbap/
Dbluetooth_pbap_test.py243 if status == bt_constants.BluetoothConnectionStatus.STATE_DISCONNECTED:
252 if status != bt_constants.BluetoothConnectionStatus.STATE_DISCONNECTED:
/packages/modules/Bluetooth/system/blueberry/controllers/
Dandroid_bt_target_device.py36 _CONNECTION_STATE = bt_constants.BluetoothConnectionStatus