Searched refs:mBluetoothManager (Results 1 – 2 of 2) sorted by relevance
45 private BluetoothManager mBluetoothManager; field in BluetoothLeService185 if (mBluetoothManager == null) { in initialize()186 mBluetoothManager = (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE); in initialize()187 if (mBluetoothManager == null) { in initialize()193 mBluetoothAdapter = mBluetoothManager.getAdapter(); in initialize()
92 …BluetoothManager mBluetoothManager = (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE… in initialize() local93 if (mBluetoothManager != null) { in initialize()94 BluetoothAdapter mBluetoothAdapter = mBluetoothManager.getAdapter(); in initialize()