HomeSort by relevance Sort by last modified time
    Searched refs:panService (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
PhonePolicy.java 41 import com.android.bluetooth.pan.PanService;
232 PanService panService = mFactory.getPanService();
256 if ((panService != null) && (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.PANU) && (
257 panService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED)
260 panService.setPriority(device, BluetoothProfile.PRIORITY_ON);
415 PanService panService = mFactory.getPanService();
433 if (panService != null) {
434 panConnDevList = panService.getConnectedDevices()
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
BluetoothTetheringNetworkFactory.java 36 * reverse tethering. PanService calls it when a reverse tethered
48 private final PanService mPanService;
56 public BluetoothTetheringNetworkFactory(Context context, Looper looper, PanService panService) {
60 mPanService = panService;
75 // Called by NetworkFactory when PanService and NetworkFactory both desire a Bluetooth
151 // Called by the NetworkFactory, NetworkAgent or PanService to tear down network.
166 // Called by PanService when a network interface for Bluetooth reverse-tethering
185 // Called by PanService when a network interface for Bluetooth reverse-tethering

Completed in 124 milliseconds