add comment to explain the format of Gap::address_t
This commit is contained in:
parent
0ee85fb586
commit
bd493c8aae
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ public:
|
|||
} addr_type_t;
|
||||
|
||||
static const unsigned ADDR_LEN = 6;
|
||||
typedef uint8_t address_t[ADDR_LEN];
|
||||
typedef uint8_t address_t[ADDR_LEN]; /* 48-bit address, LSB format. */
|
||||
|
||||
/**
|
||||
* Enumeration for disconnection reasons. The values for these reasons are
|
||||
|
|
Loading…
Reference in a new issue