Home
last modified time | relevance | path

Searched refs:SMP_CMD_PAIRING_REQ (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
H A Dsmp.h30 #define SMP_CMD_PAIRING_REQ 0x01 macro
H A Dsmp.c1774 smp->preq[0] = SMP_CMD_PAIRING_REQ; in smp_cmd_pairing_req()
2348 smp->preq[0] = SMP_CMD_PAIRING_REQ; in smp_cmd_security_req()
2351 smp_send_cmd(conn, SMP_CMD_PAIRING_REQ, sizeof(cp), &cp); in smp_cmd_security_req()
2429 smp->preq[0] = SMP_CMD_PAIRING_REQ; in smp_conn_security()
2432 smp_send_cmd(conn, SMP_CMD_PAIRING_REQ, sizeof(cp), &cp); in smp_conn_security()
2438 SMP_ALLOW_CMD(smp, SMP_CMD_PAIRING_REQ); in smp_conn_security()
2980 if (!smp && code != SMP_CMD_PAIRING_REQ && code != SMP_CMD_SECURITY_REQ) in smp_sig_channel()
2984 case SMP_CMD_PAIRING_REQ: in smp_sig_channel()
3136 smp->preq[0] = SMP_CMD_PAIRING_REQ; in bredr_pairing()
3139 smp_send_cmd(conn, SMP_CMD_PAIRING_REQ, sizeo in bredr_pairing()
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H A Dsmp.h30 #define SMP_CMD_PAIRING_REQ 0x01 macro
H A Dsmp.c1780 smp->preq[0] = SMP_CMD_PAIRING_REQ; in smp_cmd_pairing_req()
2354 smp->preq[0] = SMP_CMD_PAIRING_REQ; in smp_cmd_security_req()
2357 smp_send_cmd(conn, SMP_CMD_PAIRING_REQ, sizeof(cp), &cp); in smp_cmd_security_req()
2435 smp->preq[0] = SMP_CMD_PAIRING_REQ; in smp_conn_security()
2438 smp_send_cmd(conn, SMP_CMD_PAIRING_REQ, sizeof(cp), &cp); in smp_conn_security()
2444 SMP_ALLOW_CMD(smp, SMP_CMD_PAIRING_REQ); in smp_conn_security()
2986 if (!smp && code != SMP_CMD_PAIRING_REQ && code != SMP_CMD_SECURITY_REQ) in smp_sig_channel()
2990 case SMP_CMD_PAIRING_REQ: in smp_sig_channel()
3142 smp->preq[0] = SMP_CMD_PAIRING_REQ; in bredr_pairing()
3145 smp_send_cmd(conn, SMP_CMD_PAIRING_REQ, sizeo in bredr_pairing()
[all...]

Completed in 9 milliseconds