Searched refs:SMP_CMD_SIGN_INFO (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | smp.h | 99 #define SMP_CMD_SIGN_INFO 0x0a macro
|
H A D | smp.c | 1201 SMP_ALLOW_CMD(smp, SMP_CMD_SIGN_INFO); in smp_allow_key_dist() 1357 smp_send_cmd(conn, SMP_CMD_SIGN_INFO, sizeof(sign), &sign); in smp_distribute_keys() 2546 SMP_ALLOW_CMD(smp, SMP_CMD_SIGN_INFO); in smp_cmd_initiator_ident() 2608 SMP_ALLOW_CMD(smp, SMP_CMD_SIGN_INFO); in smp_cmd_ident_addr_info() 3025 case SMP_CMD_SIGN_INFO: in smp_sig_channel()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | smp.h | 99 #define SMP_CMD_SIGN_INFO 0x0a macro
|
H A D | smp.c | 1207 SMP_ALLOW_CMD(smp, SMP_CMD_SIGN_INFO); in smp_allow_key_dist() 1363 smp_send_cmd(conn, SMP_CMD_SIGN_INFO, sizeof(sign), &sign); in smp_distribute_keys() 2552 SMP_ALLOW_CMD(smp, SMP_CMD_SIGN_INFO); in smp_cmd_initiator_ident() 2614 SMP_ALLOW_CMD(smp, SMP_CMD_SIGN_INFO); in smp_cmd_ident_addr_info() 3031 case SMP_CMD_SIGN_INFO: in smp_sig_channel()
|
Completed in 10 milliseconds