Sample code for out-of band pairing

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
hanhes
Level 1
Level 1
25 sign-ins First reply posted 5 questions asked

Hi,

I'm trying to implement Bluetooth low energy secure connections out of band pairing with the CYBT-413055-EVAL board and NFC. Are there any code examples which shows how to configure this feature using the Bluetooth SDK? I can't find any in the associated examples.

0 Likes
1 Solution
DheerajPK_41
Moderator
Moderator
Moderator
750 replies posted 500 likes received 500 replies posted

Hi,

I am not aware of an OOB example on CYBT-413055. You can check the wiced_bt_dev.h to get the supported APIs and definitions (Eg. wiced_bt_smp_oob_data_reply). 

 

I got a document about OOB application which is implemented in PSoC4 Bluetooth chip. This can be used to learn the basic and project architecture. 

https://github.com/Infineon/PSoC-4-BLE/blob/master/100_Projects_in_100_Days/Day032_OOB_Pairing/OOB%2...

Thanks,

-Dheeraj.P.K

View solution in original post

0 Likes
1 Reply
DheerajPK_41
Moderator
Moderator
Moderator
750 replies posted 500 likes received 500 replies posted

Hi,

I am not aware of an OOB example on CYBT-413055. You can check the wiced_bt_dev.h to get the supported APIs and definitions (Eg. wiced_bt_smp_oob_data_reply). 

 

I got a document about OOB application which is implemented in PSoC4 Bluetooth chip. This can be used to learn the basic and project architecture. 

https://github.com/Infineon/PSoC-4-BLE/blob/master/100_Projects_in_100_Days/Day032_OOB_Pairing/OOB%2...

Thanks,

-Dheeraj.P.K

0 Likes