Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Dsmp_api_types.h35 SMP_OPCODE_PAIRING_RSP = 0x02, enumerator
61 CASE_RETURN_TEXT(SMP_OPCODE_PAIRING_RSP); in smp_opcode_text()
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_keys.cc269 smp_concatenate_peer(p_cb, &p, SMP_OPCODE_PAIRING_RSP); in smp_gen_p1_4_confirm()
278 smp_concatenate_local(p_cb, &p, SMP_OPCODE_PAIRING_RSP); in smp_gen_p1_4_confirm()
Dsmp_act.cc279 if (smp_send_cmd(SMP_OPCODE_PAIRING_RSP, p_cb)) { in smp_send_pair_rsp()
1521 smp_send_cmd(SMP_OPCODE_PAIRING_RSP, p_cb); in smp_br_send_pair_response()