Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This enumeration lists the operation modes of the Bluetooth radio.
Syntax
enum BTH_RADIO_MODE {
BTH_POWER_OFF,
BTH_CONNECTABLE,
BTH_DISCOVERABLE
};
Elements
- BTH_POWER_OFF
Bluetooth radio is off.
- BTH_CONNECTABLE
Bluetooth radio is on and connectable.
- BTH_DISCOVERABLE
Bluetooth radio is on, connectable, and discoverable.
Requirements
Header |
bt_api.h |