Home
last modified time | relevance | path

Searched defs:STATE_DISCONNECTING (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothProfile.java67 int STATE_DISCONNECTING = 3; field
DBluetoothAdapter.java798 public static final int STATE_DISCONNECTING = field in BluetoothAdapter
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_constants.py153 STATE_DISCONNECTING = 3 variable in BluetoothConnectionStatus
Dbt_gatt_constants.py177 STATE_DISCONNECTING = 3 variable in GattConnectionState
/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java74 static final int STATE_DISCONNECTING = 6; field in BluetoothPeripheralHandover
/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothUtils.java103 sConnectionStates.put(BluetoothAdapter.STATE_DISCONNECTING, "Disconnecting"); in sConnectionStates.put()