Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsmp_api.h43 #define SMP_OPCODE_SIGN_INFO 0x0A macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h67 #define SMP_SIGN_INFO_EVT SMP_OPCODE_SIGN_INFO
170 #define SMP_BR_SIGN_INFO_EVT SMP_OPCODE_SIGN_INFO
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_utils.c637 UINT8_TO_STREAM (p, SMP_OPCODE_SIGN_INFO); in smp_build_signing_info_cmd()
Dsmp_act.c426 if (smp_send_cmd(SMP_OPCODE_SIGN_INFO, p_cb)) { in smp_send_csrk_info()