Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_utils.c46 #define SMP_MASTER_ID_SIZE (BT_OCTET8_LEN + 2 + 1) macro
66 SMP_MASTER_ID_SIZE, /* 0x07: master identification */
533 …if ((p_buf = (BT_HDR *)osi_malloc(sizeof(BT_HDR) + SMP_MASTER_ID_SIZE + L2CAP_MIN_OFFSET)) != NULL… in smp_build_master_id_cmd()
541 p_buf->len = SMP_MASTER_ID_SIZE; in smp_build_master_id_cmd()