BTH_RADIO_MODE (Compact 2013)
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 |