Home
last modified time | relevance | path

Searched refs:SMP_DIST_LINK_KEY (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
H A Dsmp.h53 #define SMP_DIST_LINK_KEY 0x08 macro
H A Dsmp.c58 #define SMP_SC_NO_DIST (SMP_DIST_ENC_KEY | SMP_DIST_LINK_KEY);
677 local_dist |= SMP_DIST_LINK_KEY; in build_pairing_cmd()
678 remote_dist |= SMP_DIST_LINK_KEY; in build_pairing_cmd()
1270 if (hcon->type == LE_LINK && (*keydist & SMP_DIST_LINK_KEY)) in smp_distribute_keys()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dsmp.h53 #define SMP_DIST_LINK_KEY 0x08 macro
H A Dsmp.c57 #define SMP_SC_NO_DIST (SMP_DIST_ENC_KEY | SMP_DIST_LINK_KEY)
678 local_dist |= SMP_DIST_LINK_KEY; in build_pairing_cmd()
679 remote_dist |= SMP_DIST_LINK_KEY; in build_pairing_cmd()
1276 if (hcon->type == LE_LINK && (*keydist & SMP_DIST_LINK_KEY)) in smp_distribute_keys()

Completed in 11 milliseconds