Home
last modified time | relevance | path

Searched refs:SMP_OPCODE_PAIRING_RSP (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsmp_api.h35 #define SMP_OPCODE_PAIRING_RSP 0x02 macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h59 #define SMP_PAIRING_RSP_EVT SMP_OPCODE_PAIRING_RSP
162 #define SMP_BR_PAIRING_RSP_EVT SMP_OPCODE_PAIRING_RSP
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_keys.c580 smp_concatenate_peer(p_cb, &p, SMP_OPCODE_PAIRING_RSP); in smp_gen_p1_4_confirm()
589 smp_concatenate_local(p_cb, &p, SMP_OPCODE_PAIRING_RSP); in smp_gen_p1_4_confirm()
Dsmp_act.c278 if (smp_send_cmd (SMP_OPCODE_PAIRING_RSP, p_cb)) { in smp_send_pair_rsp()
1494 smp_send_cmd (SMP_OPCODE_PAIRING_RSP, p_cb); in smp_br_send_pair_response()