Home
last modified time | relevance | path

Searched full:ble_mesh_rx_sdu_max (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dtransport.c577 NET_BUF_SIMPLE(MYNEWT_VAL(BLE_MESH_RX_SDU_MAX) - 4); in sdu_recv()
1061 return ((seg_n * seg_len(ctl) + 1) <= MYNEWT_VAL(BLE_MESH_RX_SDU_MAX)); in sdu_len_is_ok()
1277 if (rx->buf->om_len > MYNEWT_VAL(BLE_MESH_RX_SDU_MAX)) { in trans_seg()
1468 seg_rx[i].buf = NET_BUF_SIMPLE(MYNEWT_VAL(BLE_MESH_RX_SDU_MAX)); in bt_mesh_trans_init()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/
H A Dsyscfg.yml162 BLE_MESH_RX_SDU_MAX: