Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_utils.c53 #define SMP_PAIR_COMMITM_SIZE (1 /* opcode */ + BT_OCTET16_LEN /*Commitment*/) macro
74 SMP_PAIR_COMMITM_SIZE /* 0x0F: pairing commitment */
752 if ((p_buf = (BT_HDR *)osi_malloc(sizeof(BT_HDR) + SMP_PAIR_COMMITM_SIZE + L2CAP_MIN_OFFSET)) in smp_build_pairing_commitment_cmd()
760 p_buf->len = SMP_PAIR_COMMITM_SIZE; in smp_build_pairing_commitment_cmd()