Home
last modified time | relevance | path

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

/development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
DAdvertiserService.java43 private BluetoothLeAdvertiser mBluetoothLeAdvertiser; field in AdvertiserService
91 if (mBluetoothLeAdvertiser == null) { in initialize()
96 mBluetoothLeAdvertiser = mBluetoothAdapter.getBluetoothLeAdvertiser(); in initialize()
135 if (mBluetoothLeAdvertiser != null) { in startAdvertising()
136 mBluetoothLeAdvertiser.startAdvertising(settings, data, in startAdvertising()
147 if (mBluetoothLeAdvertiser != null) { in stopAdvertising()
148 mBluetoothLeAdvertiser.stopAdvertising(mAdvertiseCallback); in stopAdvertising()