Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_utils.c42 #define SMP_CONFIRM_CMD_SIZE (BT_OCTET16_LEN + 1) macro
62 SMP_CONFIRM_CMD_SIZE, /* 0x03: pairing confirm */
452 …if ((p_buf = (BT_HDR *)osi_malloc(sizeof(BT_HDR) + SMP_CONFIRM_CMD_SIZE + L2CAP_MIN_OFFSET)) != NU… in smp_build_confirm_cmd()
459 p_buf->len = SMP_CONFIRM_CMD_SIZE; in smp_build_confirm_cmd()