Searched refs:mBluetoothLeAdvertiser (Results 1 – 1 of 1) sorted by relevance
43 private BluetoothLeAdvertiser mBluetoothLeAdvertiser; field in AdvertiserService91 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()