Searched refs:panService (Results 1 – 2 of 2) sorted by relevance
279 PanService panService = mFactory.getPanService(); in processInitProfilePriorities() local309 if ((panService != null) && (ArrayUtils.contains(uuids, BluetoothUuid.PANU) && ( in processInitProfilePriorities()310 panService.getConnectionPolicy(device) in processInitProfilePriorities()379 PanService panService = mFactory.getPanService(); in handleAllProfilesDisconnected() local391 if (panService != null) { in handleAllProfilesDisconnected()392 List<BluetoothDevice> panConnDevList = panService.getConnectedDevices(); in handleAllProfilesDisconnected()511 PanService panService = mFactory.getPanService(); in processConnectOtherProfiles() local533 if (panService != null) { in processConnectOtherProfiles()534 List<BluetoothDevice> panConnDevList = panService.getConnectedDevices(); in processConnectOtherProfiles()537 if (panConnDevList.isEmpty() && (panService.getConnectionPolicy(device) in processConnectOtherProfiles()[all …]
62 public BluetoothTetheringNetworkFactory(Context context, Looper looper, PanService panService) { in BluetoothTetheringNetworkFactory() argument66 mPanService = panService; in BluetoothTetheringNetworkFactory()