Searched refs:bluetoothState (Results 1 – 1 of 1) sorted by relevance
73 private State bluetoothState; field in AppRTCBluetoothManager103 if (profile != BluetoothProfile.HEADSET || bluetoothState == State.UNINITIALIZED) { in onServiceConnected()106 Log.d(TAG, "BluetoothServiceListener.onServiceConnected: BT state=" + bluetoothState); in onServiceConnected()110 Log.d(TAG, "onServiceConnected done: BT state=" + bluetoothState); in onServiceConnected()116 if (profile != BluetoothProfile.HEADSET || bluetoothState == State.UNINITIALIZED) { in onServiceDisconnected()119 Log.d(TAG, "BluetoothServiceListener.onServiceDisconnected: BT state=" + bluetoothState); in onServiceDisconnected()123 bluetoothState = State.HEADSET_UNAVAILABLE; in onServiceDisconnected()125 Log.d(TAG, "onServiceDisconnected done: BT state=" + bluetoothState); in onServiceDisconnected()134 if (bluetoothState == State.UNINITIALIZED) { in onReceive()149 + "BT state: " + bluetoothState); in onReceive()[all …]