Home
last modified time | relevance | path

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

/linux-6.6.21/net/bluetooth/
Dsmp.h99 #define SMP_CMD_SIGN_INFO 0x0a macro
Dsmp.c1207 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()