diff options
author | Sven Gothel <[email protected]> | 2020-11-08 05:28:21 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-11-08 05:28:21 +0100 |
commit | 468adfb3c5819b4ef64d4877583cebd9588e5a4a (patch) | |
tree | 736e023f4acbf2325092ecee86f23316cc65eec6 /api/direct_bt/L2CAPComm.hpp | |
parent | 0f0eaedf7fee6add54f56fa54c356d5beee344dd (diff) |
L2CAPComm::l2cap_open_dev(..): Pass BDAddressType directly instead of synthetic flag
Diffstat (limited to 'api/direct_bt/L2CAPComm.hpp')
-rw-r--r-- | api/direct_bt/L2CAPComm.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/direct_bt/L2CAPComm.hpp b/api/direct_bt/L2CAPComm.hpp index f09c5aab..1966f9ba 100644 --- a/api/direct_bt/L2CAPComm.hpp +++ b/api/direct_bt/L2CAPComm.hpp @@ -123,7 +123,7 @@ namespace direct_bt { } private: - static int l2cap_open_dev(const EUI48 & adapterAddress, const uint16_t psm, const uint16_t cid, const bool pubaddr); + static int l2cap_open_dev(const EUI48 & adapterAddress, const uint16_t psm, const uint16_t cid, const BDAddressType addrType); static int l2cap_close_dev(int dd); const L2CAPEnv & env; |