Searched refs:SMP_CMD_PUBLIC_KEY (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | smp.h | 109 #define SMP_CMD_PUBLIC_KEY 0x0c macro
|
H A D | smp.c | 1573 case SMP_CMD_PUBLIC_KEY: in sc_passkey_round() 1862 SMP_ALLOW_CMD(smp, SMP_CMD_PUBLIC_KEY); in smp_cmd_pairing_req() 1925 smp_send_cmd(smp->conn, SMP_CMD_PUBLIC_KEY, 64, smp->local_pk); in sc_send_public_key() 2011 SMP_ALLOW_CMD(smp, SMP_CMD_PUBLIC_KEY); in smp_cmd_pairing_rsp() 2833 return sc_passkey_round(smp, SMP_CMD_PUBLIC_KEY); in smp_cmd_public_key() 3029 case SMP_CMD_PUBLIC_KEY: in smp_sig_channel()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | smp.h | 109 #define SMP_CMD_PUBLIC_KEY 0x0c macro
|
H A D | smp.c | 1579 case SMP_CMD_PUBLIC_KEY: in sc_passkey_round() 1868 SMP_ALLOW_CMD(smp, SMP_CMD_PUBLIC_KEY); in smp_cmd_pairing_req() 1931 smp_send_cmd(smp->conn, SMP_CMD_PUBLIC_KEY, 64, smp->local_pk); in sc_send_public_key() 2017 SMP_ALLOW_CMD(smp, SMP_CMD_PUBLIC_KEY); in smp_cmd_pairing_rsp() 2839 return sc_passkey_round(smp, SMP_CMD_PUBLIC_KEY); in smp_cmd_public_key() 3035 case SMP_CMD_PUBLIC_KEY: in smp_sig_channel()
|
Completed in 10 milliseconds