Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_utils.c49 #define SMP_SIGN_INFO_SIZE (BT_OCTET16_LEN + 1) macro
69 SMP_SIGN_INFO_SIZE, /* 0x0A: signing information */
634 …if ((p_buf = (BT_HDR *)osi_malloc(sizeof(BT_HDR) + SMP_SIGN_INFO_SIZE + L2CAP_MIN_OFFSET)) != NULL… in smp_build_signing_info_cmd()
641 p_buf->len = SMP_SIGN_INFO_SIZE; in smp_build_signing_info_cmd()