Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothProfile.java67 int STATE_DISCONNECTING = 3; field
DBluetoothAdapter.java725 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.java104 sConnectionStates.put(BluetoothAdapter.STATE_DISCONNECTING, "Disconnecting"); in sConnectionStates.put()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidHostService.java136 public static final int STATE_DISCONNECTING = BluetoothProfile.STATE_DISCONNECTING; field in HidHostService