⚠️
Hi there.. thanks for coming to the forums. Exciting news! we’re now in the process of moving to our new forum platform that will offer better functionality and is contained within the main Dialog website. All posts and accounts have been migrated. We’re now accepting traffic on the new forum only - please POST any new threads at//www.xmece.com/support. We’ll be fixing bugs / optimising the searching and tagging over the coming days.
2 posts / 0 new
Last post
MADHUSF
Offline
Last seen:1 month 1 week ago
加入:2018-01-15 09:22
OOB with NFC

Hi,

I want to implement the out of band pairing(OOB) with nfc using DA14585 ble chip with sdk 6.0.10

please tell me..it supports or not..if yes please help me how to do that and implement.

Device:
PM_Dialog
Offline
Last seen:3 days 17 hours ago
工作人员
加入:2018-02-08 11:03
Hi MADHUSF,

Hi MADHUSF,

Please check the ble_app_security example of the SDK. The DA14585/586 supports the OOB mechanism, only when legacy pairing is used. By default, it is enables – the CFG_ENABLE_SMP_SECURE in da1458x_config_advanced.h is enabled. neither Android nor iOS support the OOB mechanism for Bluetooth pairing. The app_on_tk_exch( ) will be called if a temporary key needs to be used for the pairing procedure (OOB, PassKey Entry, Numeric Comparison). In the example project, user_app_on_tk_exch(), depending on the pairing method. In case of OOB, local device will assign to OOB data the value defined in APP_SECURITY_OOB_TK_VAL

Thanks, PM_Dialog