RustlerBtleplug.Native (Rustler btleplug v0.0.2-alpha)
Summary
Types
Functions
@spec add(Number.t(), Number.t()) :: {:ok, Number.t()} | {:error, term()}
@spec connect(peripheral()) :: {:ok, peripheral()} | {:error, term()}
@spec find_peripheral(central(), uuid()) :: {:ok, peripheral()} | {:error, term()}
@spec find_peripheral_by_name(central(), String.t()) :: {:ok, peripheral()} | {:error, term()}