Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dsmp_api.h46 #define SMP_OPCODE_PAIR_DHKEY_CHECK 0x0D macro
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h88 #define SMP_PAIR_DHKEY_CHCK_EVT SMP_OPCODE_PAIR_DHKEY_CHECK
173 #define SMP_BR_PAIR_DHKEY_CHCK_EVT SMP_OPCODE_PAIR_DHKEY_CHECK /* not expected over BR/EDR */
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/
Dsmp_utils.c785 UINT8_TO_STREAM (p, SMP_OPCODE_PAIR_DHKEY_CHECK); in smp_build_pair_dhkey_check_cmd()
Dsmp_act.c347 smp_send_cmd(SMP_OPCODE_PAIR_DHKEY_CHECK, p_cb); in smp_send_dhkey_check()