Searched refs:bt_conn_le_start_encryption (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/ |
D | conn_internal.h | 522 int bt_conn_le_start_encryption(struct bt_conn *conn, uint8_t rand[8],
|
D | smp.c | 2425 if (bt_conn_le_start_encryption(conn, rand, ediv, tmp, in legacy_pairing_random() 4160 if (bt_conn_le_start_encryption(conn, conn->le.keys->ltk.rand, in smp_security_request() 4456 if (bt_conn_le_start_encryption(smp->chan.chan.conn, rand, ediv, in smp_dhkey_check() 5939 err = bt_conn_le_start_encryption(conn, in bt_smp_start_security()
|
D | conn.c | 2535 int bt_conn_le_start_encryption(struct bt_conn *conn, uint8_t rand[8], in bt_conn_le_start_encryption() function
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.5.rst | 194 * Fixed possible buffer overflow in ``bt_conn_le_start_encryption``
|