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_types.h28 #define SMP_OPCODE_PAIRING_REQ 0x01 macro
43 #define SMP_OPCODE_MIN SMP_OPCODE_PAIRING_REQ
/system/bt/stack/smp/
Dsmp_l2c.cc166 if (SMP_OPCODE_PAIRING_REQ == cmd || SMP_OPCODE_SEC_REQ == cmd) { in smp_data_received()
316 if (SMP_OPCODE_PAIRING_REQ == cmd) { in smp_br_data_received()
Dsmp_int.h59 #define SMP_PAIRING_REQ_EVT SMP_OPCODE_PAIRING_REQ
165 #define SMP_BR_PAIRING_REQ_EVT SMP_OPCODE_PAIRING_REQ
Dsmp_keys.cc286 smp_concatenate_local(p_cb, &p, SMP_OPCODE_PAIRING_REQ); in smp_gen_p1_4_confirm()
295 smp_concatenate_peer(p_cb, &p, SMP_OPCODE_PAIRING_REQ); in smp_gen_p1_4_confirm()
Dsmp_act.cc258 smp_send_cmd(SMP_OPCODE_PAIRING_REQ, p_cb); in smp_send_pair_req()