Skip to content

class_tiny_gsm_bluetooth

Sara Damiano edited this page Sep 11, 2026 · 2 revisions

title: TinyGsmBluetooth

TinyGsmBluetooth (class)

Module: TinyGsmBluetooth

The CRTP parent class for Bluetooth functions.

#include <src/TinyGsmBluetooth.tpp>

Bluetooth functions

Public Functions

Name
bool enableBluetooth()
Enable module Bluetooth.
bool disableBluetooth()
Disable module Bluetooth.
bool setBluetoothVisibility(bool visible)
Set the Bluetooth visibility.
bool setBluetoothHostName(const char * name)
Set the Bluetooth host name.

Public Functions Documentation

Bluetooth functions

functionenableBluetooth

bool enableBluetooth()
  • Return: True if the Bluetooth was successfully enabled, false otherwise.

functiondisableBluetooth

bool disableBluetooth()
  • Return: True if the Bluetooth was successfully disabled, false otherwise.

functionsetBluetoothVisibility

bool setBluetoothVisibility(bool visible)
  • Parameters:
    • visible True to make the modem visible over Bluetooth, false to make it invisible.
  • Return: True if the Bluetooth visibility was successfully changed, false otherwise.

functionsetBluetoothHostName

bool setBluetoothHostName(const char * name)
  • Parameters:
    • name The name visible to other Bluetooth objects
  • Return: True if the Bluetooth host name was successfully changed, false otherwise.

Generated by Doxygen and m.css with templates from doxybook2 Updated on 2026-09-11

Clone this wiki locally