Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_utils.c43 #define SMP_RAND_CMD_SIZE (BT_OCTET16_LEN + 1) macro
63 SMP_RAND_CMD_SIZE, /* 0x04: pairing random */
478 if ((p_buf = (BT_HDR *)osi_malloc(sizeof(BT_HDR) + SMP_RAND_CMD_SIZE + L2CAP_MIN_OFFSET)) in smp_build_rand_cmd()
486 p_buf->len = SMP_RAND_CMD_SIZE; in smp_build_rand_cmd()