Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_utils.c45 #define SMP_ENC_INFO_SIZE (BT_OCTET16_LEN + 1) macro
65 SMP_ENC_INFO_SIZE, /* 0x06: encryption information */
505 …if ((p_buf = (BT_HDR *)osi_malloc(sizeof(BT_HDR) + SMP_ENC_INFO_SIZE + L2CAP_MIN_OFFSET)) != NULL)… in smp_build_encrypt_info_cmd()
512 p_buf->len = SMP_ENC_INFO_SIZE; in smp_build_encrypt_info_cmd()