Home
last modified time | relevance | path

Searched refs:mBluetoothManager (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DBluetoothLeService.java45 private BluetoothManager mBluetoothManager; field in BluetoothLeService
185 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()
/development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
DAdvertiserService.java92 …BluetoothManager mBluetoothManager = (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE… in initialize() local
93 if (mBluetoothManager != null) { in initialize()
94 BluetoothAdapter mBluetoothAdapter = mBluetoothManager.getAdapter(); in initialize()