-
Notifications
You must be signed in to change notification settings - Fork 793
class_tiny_gsm_bluetooth
Sara Damiano edited this page Sep 11, 2026
·
2 revisions
Module: TinyGsmBluetooth
The CRTP parent class for Bluetooth functions.
#include <src/TinyGsmBluetooth.tpp>
| 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. |
bool enableBluetooth()
- Return: True if the Bluetooth was successfully enabled, false otherwise.
bool disableBluetooth()
- Return: True if the Bluetooth was successfully disabled, false otherwise.
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.
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
If you like TinyGSM library - give it a star, or fork it and contribute!