Lines Matching full:advertising
33 * Allows user to start & stop Bluetooth LE Advertising of their device.
38 * Lets user toggle BLE Advertising.
43 * Listens for notifications that the {@code AdvertiserService} has failed to start advertising.
56 * Receives Advertising error codes from {@code AdvertiserService} and displays error messages
57 * to the user. Sets the advertising toggle to 'false.'
109 * and register the Receiver to be notified if Advertising fails.
127 * When app goes off screen, unregister the Advertising failure Receiver to stop memory leaks.
128 * (and because the app doesn't care if Advertising fails while the UI isn't active)
144 * Called when switch is toggled - starts or stops advertising.
159 * Starts BLE Advertising by starting {@code AdvertiserService}.
167 * Stops BLE Advertising by stopping {@code AdvertiserService}.