Searched refs:SMP_CMD_PAIRING_REQ (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.6/net/bluetooth/ |
| D | smp.h | 30 #define SMP_CMD_PAIRING_REQ 0x01 macro
|
| D | smp.c | 1773 smp->preq[0] = SMP_CMD_PAIRING_REQ; in smp_cmd_pairing_req() 2347 smp->preq[0] = SMP_CMD_PAIRING_REQ; in smp_cmd_security_req() 2350 smp_send_cmd(conn, SMP_CMD_PAIRING_REQ, sizeof(cp), &cp); in smp_cmd_security_req() 2428 smp->preq[0] = SMP_CMD_PAIRING_REQ; in smp_conn_security() 2431 smp_send_cmd(conn, SMP_CMD_PAIRING_REQ, sizeof(cp), &cp); in smp_conn_security() 2437 SMP_ALLOW_CMD(smp, SMP_CMD_PAIRING_REQ); in smp_conn_security() 2979 if (!smp && code != SMP_CMD_PAIRING_REQ && code != SMP_CMD_SECURITY_REQ) in smp_sig_channel() 2983 case SMP_CMD_PAIRING_REQ: in smp_sig_channel() 3135 smp->preq[0] = SMP_CMD_PAIRING_REQ; in bredr_pairing() 3138 smp_send_cmd(conn, SMP_CMD_PAIRING_REQ, sizeof(req), &req); in bredr_pairing()
|