Home
last modified time | relevance | path

Searched refs:SMP_OPCODE_PAIRING_REQ (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsmp_api.h34 #define SMP_OPCODE_PAIRING_REQ 0x01 macro
49 #define SMP_OPCODE_MIN SMP_OPCODE_PAIRING_REQ
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_l2c.c173 if (SMP_OPCODE_PAIRING_REQ == cmd || SMP_OPCODE_SEC_REQ == cmd) { in smp_data_received()
317 if (SMP_OPCODE_PAIRING_REQ == cmd) { in smp_br_data_received()
Dsmp_keys.c578 smp_concatenate_local(p_cb, &p, SMP_OPCODE_PAIRING_REQ); in smp_gen_p1_4_confirm()
587 smp_concatenate_peer(p_cb, &p, SMP_OPCODE_PAIRING_REQ); in smp_gen_p1_4_confirm()
Dsmp_act.c263 smp_send_cmd(SMP_OPCODE_PAIRING_REQ, p_cb); in smp_send_pair_req()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h58 #define SMP_PAIRING_REQ_EVT SMP_OPCODE_PAIRING_REQ
161 #define SMP_BR_PAIRING_REQ_EVT SMP_OPCODE_PAIRING_REQ