Searched refs:btManager (Results 1 – 4 of 4) sorted by relevance
99 BluetoothManager btManager = (BluetoothManager) in resetNetwork() local101 if (btManager != null) { in resetNetwork()102 BluetoothAdapter btAdapter = btManager.getAdapter(); in resetNetwork()
148 BluetoothManager btManager = (BluetoothManager)150 if (btManager != null) {151 BluetoothAdapter btAdapter = btManager.getAdapter();
119 BluetoothManager btManager = (BluetoothManager) in doInBackground() local121 if (btManager != null) { in doInBackground()122 BluetoothAdapter btAdapter = btManager.getAdapter(); in doInBackground()
62 BluetoothManager btManager = (BluetoothManager) mContext.getSystemService( in SimpleBleClient() local64 mScanner = btManager.getAdapter().getBluetoothLeScanner(); in SimpleBleClient()