Searched refs:mPanService (Results 1 – 2 of 2) sorted by relevance
52 private final PanService mPanService; field in BluetoothTetheringNetworkFactory65 mPanService = panService; in BluetoothTetheringNetworkFactory()206 for (BluetoothDevice device : mPanService.getConnectedDevices()) { in onCancelRequest()207 mPanService.disconnect(device); in onCancelRequest()
238 private PanService mPanService; field in AdapterService917 if (mPanService != null && mPanService.getConnectionPolicy(device) in isAnyProfileEnabled()982 if (mPanService != null && isSupported(localDeviceUuids, remoteDeviceUuids, in connectEnabledProfiles()983 BluetoothProfile.PAN, device) && mPanService.getConnectionPolicy(device) in connectEnabledProfiles()986 mPanService.connect(device); in connectEnabledProfiles()1034 mPanService = PanService.getPanService(); in initProfileServices()2450 if (mPanService != null && isSupported(localDeviceUuids, remoteDeviceUuids, in connectAllEnabledProfiles()2453 mPanService.setConnectionPolicy(device, BluetoothProfile.CONNECTION_POLICY_ALLOWED); in connectAllEnabledProfiles()2530 if (mPanService != null && mPanService.getConnectionState(device) in disconnectAllEnabledProfiles()2533 mPanService.disconnect(device); in disconnectAllEnabledProfiles()