Commit dbd5524
Add MAC accessor for returning the MAC in the usual format
The MAC address in the bluetooth.MAC type is little endian, the reverse
of what is commonly used. The usual way a MAC address is printed is big
endian. To simplify code, the Address() method will return the address
in the usual (big endian) format.1 parent 6b07e06 commit dbd5524
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
59 | 64 | | |
60 | 65 | | |
61 | 66 | | |
| |||
0 commit comments