You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we should name it as bdaddr_t to follow the conventions. beside, beaddr_t is better because BLE address has a type and a 6 bytes mac. So byte array is not complete.
I noticed there is a data type called "tBDAddr" to describe Bluetooth device address.
Some API uses this data type to define its variable.
However, not all of the places use this, some of API still use
uint8_t*
, for example:Apparently,
tBDAddr
is a better choice compared withunit8_t *
when referring to a specific data type. agree?The text was updated successfully, but these errors were encountered: