| blocked_callback (defined in tinyb::BluetoothDevice) | tinyb::BluetoothDevice | protected |
| BluetoothDevice(Device1 *object) (defined in tinyb::BluetoothDevice) | tinyb::BluetoothDevice | protected |
| BluetoothDevice(const BluetoothDevice &object) (defined in tinyb::BluetoothDevice) | tinyb::BluetoothDevice | |
| cancel_pairing() | tinyb::BluetoothDevice | |
| class_type() (defined in tinyb::BluetoothDevice) | tinyb::BluetoothDevice | inlinestatic |
| clone() const | tinyb::BluetoothDevice | virtual |
| connect() | tinyb::BluetoothDevice | |
| connect_profile(const std::string &arg_UUID) | tinyb::BluetoothDevice | |
| connected_callback (defined in tinyb::BluetoothDevice) | tinyb::BluetoothDevice | protected |
| disable_blocked_notifications() | tinyb::BluetoothDevice | |
| disable_connected_notifications() | tinyb::BluetoothDevice | |
| disable_manufacturer_data_notifications() | tinyb::BluetoothDevice | |
| disable_paired_notifications() | tinyb::BluetoothDevice | |
| disable_rssi_notifications() | tinyb::BluetoothDevice | |
| disable_service_data_notifications() | tinyb::BluetoothDevice | |
| disable_services_resolved_notifications() | tinyb::BluetoothDevice | |
| disable_trusted_notifications() | tinyb::BluetoothDevice | |
| disconnect() | tinyb::BluetoothDevice | |
| disconnect_profile(const std::string &arg_UUID) | tinyb::BluetoothDevice | |
| enable_blocked_notifications(std::function< void(BluetoothDevice &device, bool blocked, void *userdata)> callback, void *userdata) | tinyb::BluetoothDevice | |
| enable_blocked_notifications(std::function< void(bool blocked)> callback) | tinyb::BluetoothDevice | |
| enable_connected_notifications(std::function< void(BluetoothDevice &device, bool connected, void *userdata)> callback, void *userdata) | tinyb::BluetoothDevice | |
| enable_connected_notifications(std::function< void(bool connected)> callback) | tinyb::BluetoothDevice | |
| enable_manufacturer_data_notifications(std::function< void(BluetoothDevice &device, std::map< uint16_t, std::vector< uint8_t >> &mfgdata, void *userdata)> callback, void *userdata) | tinyb::BluetoothDevice | |
| enable_manufacturer_data_notifications(std::function< void(std::map< uint16_t, std::vector< uint8_t >> &mfgdata)> callback) | tinyb::BluetoothDevice | |
| enable_paired_notifications(std::function< void(BluetoothDevice &device, bool paired, void *userdata)> callback, void *userdata) | tinyb::BluetoothDevice | |
| enable_paired_notifications(std::function< void(bool paired)> callback) | tinyb::BluetoothDevice | |
| enable_rssi_notifications(std::function< void(BluetoothDevice &device, int16_t rssi, void *userdata)> callback, void *userdata=nullptr) | tinyb::BluetoothDevice | |
| enable_rssi_notifications(std::function< void(int16_t rssi)> callback) | tinyb::BluetoothDevice | |
| enable_service_data_notifications(std::function< void(BluetoothDevice &device, std::map< std::string, std::vector< uint8_t >> &servicedata, void *userdata)> callback, void *userdata) | tinyb::BluetoothDevice | |
| enable_service_data_notifications(std::function< void(std::map< std::string, std::vector< uint8_t >> &servicedata)> callback) | tinyb::BluetoothDevice | |
| enable_services_resolved_notifications(std::function< void(BluetoothDevice &device, bool services_resolved, void *userdata)> callback, void *userdata) | tinyb::BluetoothDevice | |
| enable_services_resolved_notifications(std::function< void(bool connec)> callback) | tinyb::BluetoothDevice | |
| enable_trusted_notifications(std::function< void(BluetoothDevice &device, bool trusted, void *userdata)> callback, void *userdata) | tinyb::BluetoothDevice | |
| enable_trusted_notifications(std::function< void(bool trusted)> callback) | tinyb::BluetoothDevice | |
| find(std::string *identifier, std::chrono::milliseconds timeout=std::chrono::milliseconds::zero()) (defined in tinyb::BluetoothDevice) | tinyb::BluetoothDevice | inline |
| get_adapter() | tinyb::BluetoothDevice | |
| get_address() | tinyb::BluetoothDevice | |
| get_alias() | tinyb::BluetoothDevice | |
| get_appearance() | tinyb::BluetoothDevice | |
| get_blocked() | tinyb::BluetoothDevice | |
| get_bluetooth_type() const | tinyb::BluetoothDevice | virtual |
| get_class() | tinyb::BluetoothDevice | |
| get_class_name() const | tinyb::BluetoothDevice | virtual |
| get_connected() | tinyb::BluetoothDevice | |
| get_icon() | tinyb::BluetoothDevice | |
| get_java_class() const | tinyb::BluetoothDevice | virtual |
| get_legacy_pairing() | tinyb::BluetoothDevice | |
| get_manufacturer_data() | tinyb::BluetoothDevice | |
| get_modalias() | tinyb::BluetoothDevice | |
| get_name() | tinyb::BluetoothDevice | |
| get_object_path() const | tinyb::BluetoothDevice | virtual |
| get_paired() | tinyb::BluetoothDevice | |
| get_rssi() | tinyb::BluetoothDevice | |
| get_service_data() | tinyb::BluetoothDevice | |
| get_services() | tinyb::BluetoothDevice | |
| get_services_resolved() | tinyb::BluetoothDevice | |
| get_trusted() | tinyb::BluetoothDevice | |
| get_tx_power() | tinyb::BluetoothDevice | |
| get_uuids() | tinyb::BluetoothDevice | |
| java_class() (defined in tinyb::BluetoothDevice) | tinyb::BluetoothDevice | inlinestatic |
| lk (defined in tinyb::BluetoothObject) | tinyb::BluetoothObject | protected |
| lock() (defined in tinyb::BluetoothObject) | tinyb::BluetoothObject | inlineprotected |
| make(Object *object, BluetoothType type=BluetoothType::DEVICE, std::string *name=nullptr, std::string *identifier=nullptr, BluetoothObject *parent=nullptr) (defined in tinyb::BluetoothDevice) | tinyb::BluetoothDevice | protectedstatic |
| mfg_callback (defined in tinyb::BluetoothDevice) | tinyb::BluetoothDevice | protected |
| operator!=(const BluetoothObject &other) const (defined in tinyb::BluetoothObject) | tinyb::BluetoothObject | virtual |
| operator==(const BluetoothObject &other) const | tinyb::BluetoothObject | virtual |
| pair() | tinyb::BluetoothDevice | |
| paired_callback (defined in tinyb::BluetoothDevice) | tinyb::BluetoothDevice | protected |
| remove_device() | tinyb::BluetoothDevice | |
| rssi_callback (defined in tinyb::BluetoothDevice) | tinyb::BluetoothDevice | protected |
| service_callback (defined in tinyb::BluetoothDevice) | tinyb::BluetoothDevice | protected |
| services_resolved_callback (defined in tinyb::BluetoothDevice) | tinyb::BluetoothDevice | protected |
| set_alias(const std::string &value) | tinyb::BluetoothDevice | |
| set_blocked(bool value) | tinyb::BluetoothDevice | |
| set_trusted(bool value) | tinyb::BluetoothDevice | |
| tinyb::BluetoothAdapter (defined in tinyb::BluetoothDevice) | tinyb::BluetoothDevice | friend |
| tinyb::BluetoothEventManager (defined in tinyb::BluetoothDevice) | tinyb::BluetoothDevice | friend |
| tinyb::BluetoothGattService (defined in tinyb::BluetoothDevice) | tinyb::BluetoothDevice | friend |
| tinyb::BluetoothManager (defined in tinyb::BluetoothDevice) | tinyb::BluetoothDevice | friend |
| tinyb::BluetoothNotificationHandler (defined in tinyb::BluetoothDevice) | tinyb::BluetoothDevice | friend |
| trusted_callback (defined in tinyb::BluetoothDevice) | tinyb::BluetoothDevice | protected |
| unlock() (defined in tinyb::BluetoothObject) | tinyb::BluetoothObject | inlineprotected |
| valid (defined in tinyb::BluetoothObject) | tinyb::BluetoothObject | protected |
| ~BluetoothDevice() (defined in tinyb::BluetoothDevice) | tinyb::BluetoothDevice | |
| ~BluetoothObject() (defined in tinyb::BluetoothObject) | tinyb::BluetoothObject | inlinevirtual |