Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dsmp.h99 #define SMP_CMD_SIGN_INFO 0x0a macro
Dsmp.c1193 SMP_ALLOW_CMD(smp, SMP_CMD_SIGN_INFO); in smp_allow_key_dist()
1349 smp_send_cmd(conn, SMP_CMD_SIGN_INFO, sizeof(sign), &sign); in smp_distribute_keys()
2538 SMP_ALLOW_CMD(smp, SMP_CMD_SIGN_INFO); in smp_cmd_initiator_ident()
2600 SMP_ALLOW_CMD(smp, SMP_CMD_SIGN_INFO); in smp_cmd_ident_addr_info()
3017 case SMP_CMD_SIGN_INFO: in smp_sig_channel()