diff options
author | Sven Gothel <[email protected]> | 2020-06-24 05:36:31 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-06-24 05:36:31 +0200 |
commit | 023779148a86213a034a2916b15b9846c4385feb (patch) | |
tree | fc00b642afb789d98a1bfef5829ba20484ca3f06 /api | |
parent | e2766791a7023efefd25ef3a16e70bf76540e4a4 (diff) |
BTAddress: Add 'BDAddressType getBDAddressType(const HCIAddressType hciAddrType)' translation
Diffstat (limited to 'api')
-rw-r--r-- | api/direct_bt/BTAddress.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/direct_bt/BTAddress.hpp b/api/direct_bt/BTAddress.hpp index 01bc4fa1..1c13ad71 100644 --- a/api/direct_bt/BTAddress.hpp +++ b/api/direct_bt/BTAddress.hpp @@ -108,6 +108,7 @@ namespace direct_bt { HCIADDR_UNDEFINED = 0xff }; + BDAddressType getBDAddressType(const HCIAddressType hciAddrType); std::string getBDAddressTypeString(const BDAddressType op); } // namespace direct_bt |