Bluetooth adapter definition. More...
#include <bluetooth/artik_bluetooth.h>
Data Fields | |
| char * | address |
| char * | name |
| char * | alias |
| artik_bt_class | cod |
| bool | discoverable |
| bool | pairable |
| unsigned int | pair_timeout |
| unsigned int | discover_timeout |
| bool | discovering |
| artik_bt_uuid * | uuid_list |
| int | uuid_length |
Detailed Description
Structure containing the elements defining a Bluetooth adapter
Definition at line 599 of file artik_bluetooth.h.
Field Documentation
| char* artik_bt_adapter::address |
The bluetooth device address.
Definition at line 600 of file artik_bluetooth.h.
| char* artik_bt_adapter::alias |
The bluetooth friendly name.
Definition at line 602 of file artik_bluetooth.h.
| artik_bt_class artik_bt_adapter::cod |
The bluetooth class of device.
Definition at line 603 of file artik_bluetooth.h.
| unsigned int artik_bt_adapter::discover_timeout |
The discoverable timeout in seconds
Definition at line 607 of file artik_bluetooth.h.
| bool artik_bt_adapter::discoverable |
True if the device is disocverable; false otherwise.
Definition at line 604 of file artik_bluetooth.h.
| bool artik_bt_adapter::discovering |
Indicates that a device discovery procedure is active
Definition at line 608 of file artik_bluetooth.h.
| char* artik_bt_adapter::name |
The bluetooth system name.
Definition at line 601 of file artik_bluetooth.h.
| unsigned int artik_bt_adapter::pair_timeout |
The pairable timeout in seconds
Definition at line 606 of file artik_bluetooth.h.
| bool artik_bt_adapter::pairable |
True if the device is pairable; false otherwise
Definition at line 605 of file artik_bluetooth.h.
| int artik_bt_adapter::uuid_length |
The size of uuid_list
Definition at line 610 of file artik_bluetooth.h.
| artik_bt_uuid* artik_bt_adapter::uuid_list |
List of UUIDs of the available local services
Definition at line 609 of file artik_bluetooth.h.
The documentation for this struct was generated from the following file:
- inc/bluetooth/artik_bluetooth.h