Home
last modified time | relevance | path

Searched refs:BtProfileState (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothProfile.java76 public @interface BtProfileState {} annotation
319 @BtProfileState int getConnectionState(BluetoothDevice device); in getConnectionState()
DBluetoothPbap.java241 public @BtProfileState int getConnectionState(@NonNull BluetoothDevice device) { in getConnectionState()
DBluetoothHearingAid.java266 public @BluetoothProfile.BtProfileState int getConnectionState( in getConnectionState()
DBluetoothA2dp.java376 public @BtProfileState int getConnectionState(BluetoothDevice device) { in getConnectionState()
/frameworks/base/services/core/java/com/android/server/audio/
DBtHelper.java462 final @BluetoothProfile.BtProfileState int state = in onA2dpSinkProfileConnected()
475 final @BluetoothProfile.BtProfileState int state = in onHearingAidProfileConnected()
DAudioDeviceBroker.java565 /*package*/ void postSetA2dpSourceConnectionState(@BluetoothProfile.BtProfileState int state, in postSetA2dpSourceConnectionState()