Searched refs:panService (Results 1 – 3 of 3) sorted by relevance
309 PanService panService = mFactory.getPanService(); in processInitProfilePriorities() local484 if ((panService != null) in processInitProfilePriorities()486 && (panService.getConnectionPolicy(device) in processInitProfilePriorities()492 panService.setConnectionPolicy(device, BluetoothProfile.CONNECTION_POLICY_ALLOWED); in processInitProfilePriorities()812 PanService panService = mFactory.getPanService(); in handleAllProfilesDisconnected() local832 if (panService != null) { in handleAllProfilesDisconnected()833 List<BluetoothDevice> panConnDevList = panService.getConnectedDevices(); in handleAllProfilesDisconnected()1024 PanService panService = mFactory.getPanService(); in processConnectOtherProfiles() local1055 if (panService != null) { in processConnectOtherProfiles()1056 List<BluetoothDevice> panConnDevList = panService.getConnectedDevices(); in processConnectOtherProfiles()[all …]
58 void init(PanService panService) { in init() argument59 mPanService = panService; in init()
61 public BluetoothTetheringNetworkFactory(Context context, Looper looper, PanService panService) { in BluetoothTetheringNetworkFactory() argument65 mPanService = panService; in BluetoothTetheringNetworkFactory()