Searched refs:bluetoothPan (Results 1 – 4 of 4) sorted by relevance
46 private val bluetoothPan = getProfileProxy<BluetoothPan>(context, BluetoothProfile.PAN) constant in com.android.pandora.Pan69 bluetoothAdapter.closeProfileProxy(BluetoothProfile.PAN, bluetoothPan) in close()98 bluetoothPan.setConnectionPolicy(device, BluetoothProfile.CONNECTION_POLICY_ALLOWED) in connectPan()99 bluetoothPan.connect(device) in connectPan()
143 AtomicReference<BluetoothPan> bluetoothPan) { in TetherEnabler() argument153 mBluetoothPan = bluetoothPan; in TetherEnabler()
502 final BluetoothPan bluetoothPan = mBluetoothPan.get(); in isBluetoothTetheringOn() local503 return bluetoothPan != null && bluetoothPan.isTetheringOn(); in isBluetoothTetheringOn()
848 private void setBluetoothTetheringSettings(@NonNull final BluetoothPan bluetoothPan, in setBluetoothTetheringSettings() argument851 changeBluetoothTetheringSettings(bluetoothPan, enable); in setBluetoothTetheringSettings()853 changeBluetoothTetheringSettingsPreT(bluetoothPan, enable); in setBluetoothTetheringSettings()858 final int result = bluetoothPan.isTetheringOn() == enable in setBluetoothTetheringSettings()863 private void changeBluetoothTetheringSettingsPreT(@NonNull final BluetoothPan bluetoothPan, in changeBluetoothTetheringSettingsPreT() argument865 bluetoothPan.setBluetoothTethering(enable); in changeBluetoothTetheringSettingsPreT()868 private void changeBluetoothTetheringSettings(@NonNull final BluetoothPan bluetoothPan, in changeBluetoothTetheringSettings() argument870 final BluetoothPanShim panShim = mDeps.makeBluetoothPanShim(bluetoothPan); in changeBluetoothTetheringSettings()