Packages

Gleam SDK for Rockbox Zig — pipe-friendly client for the rockboxd GraphQL API

Current section

Files

Jump to
rockbox include rockbox@types_BluetoothDevice.hrl
Raw

include/rockbox@types_BluetoothDevice.hrl

-record(bluetooth_device, {
address :: binary(),
name :: binary(),
paired :: boolean(),
trusted :: boolean(),
connected :: boolean(),
rssi :: gleam@option:option(integer())
}).