- BluetoothStack - Interface in is.hello.buruberi.bluetooth.stacks
-
Provides methods for discovering Bluetooth Low Energy peripherals, inspecting user
device support level, and controlling power state of the device's Bluetooth radio.
- BluetoothStack.SupportLevel - Enum in is.hello.buruberi.bluetooth.stacks
-
Describes the level of support the current device has in the implementation.
- BOND_BONDED - Static variable in interface is.hello.buruberi.bluetooth.stacks.GattPeripheral
-
Indicates the peripheral is bonded.
- BOND_CHANGING - Static variable in interface is.hello.buruberi.bluetooth.stacks.GattPeripheral
-
Indicates the bond is in the process of changing.
- BOND_NONE - Static variable in interface is.hello.buruberi.bluetooth.stacks.GattPeripheral
-
Indicates that no bond exists.
- BOND_SUCCESS - Static variable in exception is.hello.buruberi.bluetooth.errors.BondException
-
A bond alternation succeeded.
- BondException - Exception in is.hello.buruberi.bluetooth.errors
-
Indicates that the state of a peripheral bond could not be altered by Buruberi.
- BondException(int) - Constructor for exception is.hello.buruberi.bluetooth.errors.BondException
-
- build() - Method in class is.hello.buruberi.bluetooth.Buruberi
-
Creates a new BluetoothStack
instance using the parameters of this builder.
- Buruberi - Class in is.hello.buruberi.bluetooth
-
- Buruberi() - Constructor for class is.hello.buruberi.bluetooth.Buruberi
-
- BuruberiException - Exception in is.hello.buruberi.bluetooth.errors
-
The superclass of all errors propagated by Buruberi.
- BuruberiException(String) - Constructor for exception is.hello.buruberi.bluetooth.errors.BuruberiException
-
- BuruberiException(String, Throwable) - Constructor for exception is.hello.buruberi.bluetooth.errors.BuruberiException
-
- BuruberiShadows - Class in is.hello.buruberi.testing
-
Convenience methods for extracting shadows specific to the Buruberi project.
- BuruberiShadows() - Constructor for class is.hello.buruberi.testing.BuruberiShadows
-
- Bytes - Class in is.hello.buruberi.bluetooth.stacks.util
-
Utility methods for converting arrays of byte
s to and from String
s.
- Bytes() - Constructor for class is.hello.buruberi.bluetooth.stacks.util.Bytes
-