Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dsmp.h30 #define SMP_CMD_PAIRING_REQ 0x01 macro
H A Dsmp.c1763 smp->preq[0] = SMP_CMD_PAIRING_REQ; in smp_cmd_pairing_req()
2334 smp->preq[0] = SMP_CMD_PAIRING_REQ; in smp_cmd_security_req()
2337 smp_send_cmd(conn, SMP_CMD_PAIRING_REQ, sizeof(cp), &cp); in smp_cmd_security_req()
2414 smp->preq[0] = SMP_CMD_PAIRING_REQ; in smp_conn_security()
2417 smp_send_cmd(conn, SMP_CMD_PAIRING_REQ, sizeof(cp), &cp); in smp_conn_security()
2423 SMP_ALLOW_CMD(smp, SMP_CMD_PAIRING_REQ); in smp_conn_security()
2965 if (!smp && code != SMP_CMD_PAIRING_REQ && code != SMP_CMD_SECURITY_REQ) in smp_sig_channel()
2969 case SMP_CMD_PAIRING_REQ: in smp_sig_channel()
3121 smp->preq[0] = SMP_CMD_PAIRING_REQ; in bredr_pairing()
3124 smp_send_cmd(conn, SMP_CMD_PAIRING_REQ, sizeof(req), &req); in bredr_pairing()