Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dsmp.h109 #define SMP_CMD_PUBLIC_KEY 0x0c macro
H A Dsmp.c1574 case SMP_CMD_PUBLIC_KEY: in sc_passkey_round()
1861 SMP_ALLOW_CMD(smp, SMP_CMD_PUBLIC_KEY); in smp_cmd_pairing_req()
1924 smp_send_cmd(smp->conn, SMP_CMD_PUBLIC_KEY, 64, smp->local_pk); in sc_send_public_key()
2010 SMP_ALLOW_CMD(smp, SMP_CMD_PUBLIC_KEY); in smp_cmd_pairing_rsp()
2840 return sc_passkey_round(smp, SMP_CMD_PUBLIC_KEY); in smp_cmd_public_key()
3036 case SMP_CMD_PUBLIC_KEY: in smp_sig_channel()