#include <Bluetooth.h>
Definition at line 75 of file Bluetooth.h.
Public Member Functions | |
Batostr (bdaddr_t addr) | |
~Batostr () | |
const char * | buf () |
Static Public Attributes | |
static const int | bufsize_ = sizeof(":00:00:00:00:00:00") |
Protected Attributes | |
char | buf_ [bufsize_] |
const char * | str_ |
oasys::Batostr::Batostr | ( | bdaddr_t | addr | ) | [inline] |
Definition at line 77 of file Bluetooth.h.
References oasys::Bluetooth::_batostr(), buf_, bufsize_, and str_.
oasys::Batostr::~Batostr | ( | ) | [inline] |
const char* oasys::Batostr::buf | ( | ) | [inline] |
const int oasys::Batostr::bufsize_ = sizeof(":00:00:00:00:00:00") [static] |
char oasys::Batostr::buf_[bufsize_] [protected] |
const char* oasys::Batostr::str_ [protected] |