Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dsmp_api.h34 #define SMP_OPCODE_PAIRING_REQ 0x01 macro
49 #define SMP_OPCODE_MIN SMP_OPCODE_PAIRING_REQ
/system/bt/stack/smp/
Dsmp_l2c.c164 if (SMP_OPCODE_PAIRING_REQ == cmd || SMP_OPCODE_SEC_REQ == cmd) in smp_data_received()
315 if (SMP_OPCODE_PAIRING_REQ == cmd) in smp_br_data_received()
Dsmp_int.h58 #define SMP_PAIRING_REQ_EVT SMP_OPCODE_PAIRING_REQ
160 #define SMP_BR_PAIRING_REQ_EVT SMP_OPCODE_PAIRING_REQ
Dsmp_keys.c524 smp_concatenate_local(p_cb, &p, SMP_OPCODE_PAIRING_REQ); in smp_gen_p1_4_confirm()
535 smp_concatenate_peer(p_cb, &p, SMP_OPCODE_PAIRING_REQ); in smp_gen_p1_4_confirm()
Dsmp_act.c298 smp_send_cmd(SMP_OPCODE_PAIRING_REQ, p_cb); in smp_send_pair_req()