Home
last modified time | relevance | path

Searched refs:bt_conn_le_start_encryption (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dconn_internal.h522 int bt_conn_le_start_encryption(struct bt_conn *conn, uint8_t rand[8],
Dsmp.c2462 if (bt_conn_le_start_encryption(conn, rand, ediv, tmp, in legacy_pairing_random()
4197 if (bt_conn_le_start_encryption(conn, conn->le.keys->ltk.rand, in smp_security_request()
4493 if (bt_conn_le_start_encryption(smp->chan.chan.conn, rand, ediv, in smp_dhkey_check()
6028 err = bt_conn_le_start_encryption(conn, in bt_smp_start_security()
Dconn.c2542 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/
Drelease-notes-3.5.rst194 * Fixed possible buffer overflow in ``bt_conn_le_start_encryption``