Searched refs:btManager (Results 1 – 3 of 3) sorted by relevance
103 BluetoothManager btManager = (BluetoothManager) in resetNetwork() local105 if (btManager != null) { in resetNetwork()106 BluetoothAdapter btAdapter = btManager.getAdapter(); in resetNetwork()
148 BluetoothManager btManager = (BluetoothManager)150 if (btManager != null) {151 BluetoothAdapter btAdapter = btManager.getAdapter();
118 BluetoothManager btManager = (BluetoothManager) in doInBackground() local120 if (btManager != null) { in doInBackground()121 BluetoothAdapter btAdapter = btManager.getAdapter(); in doInBackground()