Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dprov.c110 #define START_LAST_SEG(gpc) (gpc >> 2) macro
1536 …BT_DBG("len %u last_seg %u total_len %u fcs 0x%02x", buf->len, START_LAST_SEG(rx->gpc), plink.rx.b… in gen_prov_start()
1551 if (START_LAST_SEG(rx->gpc) > 0 && plink.rx.buf->len <= 20) { in gen_prov_start()
1557 plink.rx.seg = (1 << (START_LAST_SEG(rx->gpc) + 1)) - 1; in gen_prov_start()
1558 plink.rx.last_seg = START_LAST_SEG(rx->gpc); in gen_prov_start()
A Dprovisioner_prov.c107 #define START_LAST_SEG(gpc) (gpc >> 2) macro
3012 START_LAST_SEG(rx->gpc), link[i].rx.buf->len, link[i].rx.fcs); in gen_prov_start()
3027 if (START_LAST_SEG(rx->gpc) > 0 && link[i].rx.buf->len <= 20) { in gen_prov_start()
3033 link[i].rx.seg = (1 << (START_LAST_SEG(rx->gpc) + 1)) - 1; in gen_prov_start()
3034 link[i].rx.last_seg = START_LAST_SEG(rx->gpc); in gen_prov_start()

Completed in 11 milliseconds