Searched refs:panService (Results 1 – 2 of 2) sorted by relevance
260 PanService panService = mFactory.getPanService(); in processInitProfilePriorities() local290 if ((panService != null) && (ArrayUtils.contains(uuids, BluetoothUuid.PANU) && ( in processInitProfilePriorities()291 panService.getConnectionPolicy(device) in processInitProfilePriorities()357 PanService panService = mFactory.getPanService(); in handleAllProfilesDisconnected() local369 if (panService != null) { in handleAllProfilesDisconnected()370 List<BluetoothDevice> panConnDevList = panService.getConnectedDevices(); in handleAllProfilesDisconnected()483 PanService panService = mFactory.getPanService(); in processConnectOtherProfiles() local505 if (panService != null) { in processConnectOtherProfiles()506 List<BluetoothDevice> panConnDevList = panService.getConnectedDevices(); in processConnectOtherProfiles()509 if (panConnDevList.isEmpty() && (panService.getConnectionPolicy(device) in processConnectOtherProfiles()[all …]
61 public BluetoothTetheringNetworkFactory(Context context, Looper looper, PanService panService) { in BluetoothTetheringNetworkFactory() argument65 mPanService = panService; in BluetoothTetheringNetworkFactory()