Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_utils.c41 #define SMP_PAIRING_REQ_SIZE 7 macro
60 SMP_PAIRING_REQ_SIZE, /* 0x01: pairing request */
61 SMP_PAIRING_REQ_SIZE, /* 0x02: pairing response */
419 …if ((p_buf = (BT_HDR *)osi_malloc(sizeof(BT_HDR) + SMP_PAIRING_REQ_SIZE + L2CAP_MIN_OFFSET)) != NU… in smp_build_pairing_cmd()
432 p_buf->len = SMP_PAIRING_REQ_SIZE; in smp_build_pairing_cmd()