#include <config.h>
#include <bluetooth/bluetooth.h>
#include <bluetooth/hci.h>
#include "../debug/Log.h"
Go to the source code of this file.
Namespaces | |
namespace | oasys |
Classes | |
class | oasys::BluetoothInquiry |
Defines | |
#define | MAX_BTNAME_SZ 248 |
#define | MIN(a, b) ((a) < (b) ? (a) : (b)) |
#define | BT_INQ_NUM_RESP 20 |
#define | BT_INQ_LENGTH 8 |
#define BT_INQ_LENGTH 8 |
#define BT_INQ_NUM_RESP 20 |
Definition at line 40 of file BluetoothInquiry.h.
Referenced by oasys::BluetoothInquiry::BluetoothInquiry(), oasys::BluetoothInquiry::inquire(), and oasys::BluetoothInquiry::reset().
#define MAX_BTNAME_SZ 248 |
Definition at line 28 of file BluetoothInquiry.h.
#define MIN | ( | a, | |||
b | ) | ((a) < (b) ? (a) : (b)) |
Definition at line 31 of file BluetoothInquiry.h.