BluetoothAdapter(Adapter1 *object) (defined in tinyb::BluetoothAdapter) | tinyb::BluetoothAdapter | protected |
BluetoothAdapter(const BluetoothAdapter &object) (defined in tinyb::BluetoothAdapter) | tinyb::BluetoothAdapter | |
class_type() (defined in tinyb::BluetoothAdapter) | tinyb::BluetoothAdapter | inlinestatic |
clone() const | tinyb::BluetoothAdapter | virtual |
disable_discoverable_notifications() | tinyb::BluetoothAdapter | |
disable_discovering_notifications() | tinyb::BluetoothAdapter | |
disable_pairable_notifications() | tinyb::BluetoothAdapter | |
disable_powered_notifications() | tinyb::BluetoothAdapter | |
discoverable_callback (defined in tinyb::BluetoothAdapter) | tinyb::BluetoothAdapter | protected |
discovering_callback (defined in tinyb::BluetoothAdapter) | tinyb::BluetoothAdapter | protected |
enable_discoverable_notifications(std::function< void(BluetoothAdapter &adapter, bool discoverable, void *userdata)> callback, void *userdata) | tinyb::BluetoothAdapter | |
enable_discoverable_notifications(std::function< void(bool discoverable)> callback) | tinyb::BluetoothAdapter | |
enable_discovering_notifications(std::function< void(BluetoothAdapter &adapter, bool discovering, void *userdata)> callback, void *userdata) | tinyb::BluetoothAdapter | |
enable_discovering_notifications(std::function< void(bool discovering)> callback) | tinyb::BluetoothAdapter | |
enable_pairable_notifications(std::function< void(BluetoothAdapter &adapter, bool pairable, void *userdata)> callback, void *userdata) | tinyb::BluetoothAdapter | |
enable_pairable_notifications(std::function< void(bool pairable)> callback) | tinyb::BluetoothAdapter | |
enable_powered_notifications(std::function< void(BluetoothAdapter &adapter, bool powered, void *userdata)> callback, void *userdata) | tinyb::BluetoothAdapter | |
enable_powered_notifications(std::function< void(bool powered)> callback) | tinyb::BluetoothAdapter | |
find(std::string *name, std::string *identifier, std::chrono::milliseconds timeout=std::chrono::milliseconds::zero()) (defined in tinyb::BluetoothAdapter) | tinyb::BluetoothAdapter | inline |
get_address() | tinyb::BluetoothAdapter | |
get_alias() | tinyb::BluetoothAdapter | |
get_bluetooth_type() const | tinyb::BluetoothAdapter | virtual |
get_class() | tinyb::BluetoothAdapter | |
get_class_name() const | tinyb::BluetoothAdapter | virtual |
get_devices() | tinyb::BluetoothAdapter | |
get_discoverable() | tinyb::BluetoothAdapter | |
get_discoverable_timeout() | tinyb::BluetoothAdapter | |
get_discovering() | tinyb::BluetoothAdapter | |
get_java_class() const | tinyb::BluetoothAdapter | virtual |
get_modalias() | tinyb::BluetoothAdapter | |
get_name() | tinyb::BluetoothAdapter | |
get_object_path() const | tinyb::BluetoothAdapter | virtual |
get_pairable() | tinyb::BluetoothAdapter | |
get_pairable_timeout() | tinyb::BluetoothAdapter | |
get_powered() | tinyb::BluetoothAdapter | |
get_uuids() | tinyb::BluetoothAdapter | |
java_class() (defined in tinyb::BluetoothAdapter) | tinyb::BluetoothAdapter | inlinestatic |
lk (defined in tinyb::BluetoothObject) | tinyb::BluetoothObject | protected |
lock() (defined in tinyb::BluetoothObject) | tinyb::BluetoothObject | inlineprotected |
make(Object *object, BluetoothType type=BluetoothType::ADAPTER, std::string *name=nullptr, std::string *identifier=nullptr, BluetoothObject *parent=nullptr) (defined in tinyb::BluetoothAdapter) | tinyb::BluetoothAdapter | protectedstatic |
operator!=(const BluetoothObject &other) const (defined in tinyb::BluetoothObject) | tinyb::BluetoothObject | virtual |
operator==(const BluetoothObject &other) const | tinyb::BluetoothObject | virtual |
pairable_callback (defined in tinyb::BluetoothAdapter) | tinyb::BluetoothAdapter | protected |
powered_callback (defined in tinyb::BluetoothAdapter) | tinyb::BluetoothAdapter | protected |
remove_device(const std::string &arg_device) | tinyb::BluetoothAdapter | |
set_alias(const std::string &value) | tinyb::BluetoothAdapter | |
set_discoverable(bool value) | tinyb::BluetoothAdapter | |
set_discoverable_timeout(unsigned int value) | tinyb::BluetoothAdapter | |
set_discovery_filter(std::vector< BluetoothUUID > uuids, int16_t rssi, uint16_t pathloss, const TransportType &transport) | tinyb::BluetoothAdapter | |
set_pairable(bool value) | tinyb::BluetoothAdapter | |
set_pairable_timeout(unsigned int value) | tinyb::BluetoothAdapter | |
set_powered(bool value) | tinyb::BluetoothAdapter | |
start_discovery() | tinyb::BluetoothAdapter | |
stop_discovery() | tinyb::BluetoothAdapter | |
tinyb::BluetoothDevice (defined in tinyb::BluetoothAdapter) | tinyb::BluetoothAdapter | friend |
tinyb::BluetoothEventManager (defined in tinyb::BluetoothAdapter) | tinyb::BluetoothAdapter | friend |
tinyb::BluetoothManager (defined in tinyb::BluetoothAdapter) | tinyb::BluetoothAdapter | friend |
tinyb::BluetoothNotificationHandler (defined in tinyb::BluetoothAdapter) | tinyb::BluetoothAdapter | friend |
unlock() (defined in tinyb::BluetoothObject) | tinyb::BluetoothObject | inlineprotected |
valid (defined in tinyb::BluetoothObject) | tinyb::BluetoothObject | protected |
~BluetoothAdapter() (defined in tinyb::BluetoothAdapter) | tinyb::BluetoothAdapter | |
~BluetoothObject() (defined in tinyb::BluetoothObject) | tinyb::BluetoothObject | inlinevirtual |