Searched refs:SMP_CMD_PAIRING_RSP (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | smp.h | 31 #define SMP_CMD_PAIRING_RSP 0x02 macro
|
H A D | smp.c | 1806 smp->prsp[0] = SMP_CMD_PAIRING_RSP; in smp_cmd_pairing_req() 1808 smp_send_cmd(conn, SMP_CMD_PAIRING_RSP, sizeof(rsp), &rsp); in smp_cmd_pairing_req() 1847 smp->prsp[0] = SMP_CMD_PAIRING_RSP; in smp_cmd_pairing_req() 1850 smp_send_cmd(conn, SMP_CMD_PAIRING_RSP, sizeof(rsp), &rsp); in smp_cmd_pairing_req() 1967 smp->prsp[0] = SMP_CMD_PAIRING_RSP; in smp_cmd_pairing_rsp() 2352 SMP_ALLOW_CMD(smp, SMP_CMD_PAIRING_RSP); in smp_cmd_security_req() 2433 SMP_ALLOW_CMD(smp, SMP_CMD_PAIRING_RSP); in smp_conn_security() 2993 case SMP_CMD_PAIRING_RSP: in smp_sig_channel() 3140 SMP_ALLOW_CMD(smp, SMP_CMD_PAIRING_RSP); in bredr_pairing()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | smp.h | 31 #define SMP_CMD_PAIRING_RSP 0x02 macro
|
H A D | smp.c | 1812 smp->prsp[0] = SMP_CMD_PAIRING_RSP; in smp_cmd_pairing_req() 1814 smp_send_cmd(conn, SMP_CMD_PAIRING_RSP, sizeof(rsp), &rsp); in smp_cmd_pairing_req() 1853 smp->prsp[0] = SMP_CMD_PAIRING_RSP; in smp_cmd_pairing_req() 1856 smp_send_cmd(conn, SMP_CMD_PAIRING_RSP, sizeof(rsp), &rsp); in smp_cmd_pairing_req() 1973 smp->prsp[0] = SMP_CMD_PAIRING_RSP; in smp_cmd_pairing_rsp() 2358 SMP_ALLOW_CMD(smp, SMP_CMD_PAIRING_RSP); in smp_cmd_security_req() 2439 SMP_ALLOW_CMD(smp, SMP_CMD_PAIRING_RSP); in smp_conn_security() 2999 case SMP_CMD_PAIRING_RSP: in smp_sig_channel() 3146 SMP_ALLOW_CMD(smp, SMP_CMD_PAIRING_RSP); in bredr_pairing()
|
Completed in 10 milliseconds