Pairing method table


Zou, Jun Qing
 

Hi,

 

In https://github.com/zephyrproject-rtos/zephyr/blob/master/subsys/bluetooth/host/conn.c

 

L96: #endif /* CONFIG_BT_BREDR */

 

Should this line be at line 80 instead (table 5.7 applies to BLE as well)?

 

---

JUN QING ZOU  Software Engineer, Sales

Nordic Semiconductor | +81 (0)90 3965 3909

 


Szymon Janc
 

Hi,

On Thursday, 21 June 2018 10:57:24 CEST Zou, Jun Qing wrote:
Hi,

In
https://github.com/zephyrproject-rtos/zephyr/blob/master/subsys/bluetooth/h
ost/conn.c

L96: #endif /* CONFIG_BT_BREDR */

Should this line be at line 80 instead (table 5.7 applies to BLE as well)?
This is for Secure Simple Pairing (SSP) which is used only on BR/EDR.
BLE pairing is done in host via Security Manager (SMP) and you can find
equivalent tables in subsys/bluetooth/host/smp.c

--
pozdrawiam
Szymon Janc