Home
last modified time | relevance | path

Searched refs:SMP_DIST_LINK_KEY (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/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()
1271 if (hcon->type == LE_LINK && (*keydist & SMP_DIST_LINK_KEY)) in smp_distribute_keys()