Searched refs:BLE_MESH_APP_SEG_SDU_MAX (Results 1 – 2 of 2) sorted by relevance
23 #define BLE_MESH_APP_SEG_SDU_MAX 12 macro
470 tx->seg_n = (sdu->len - 1) / BLE_MESH_APP_SEG_SDU_MAX; in send_seg()522 len = MIN(sdu->len, BLE_MESH_APP_SEG_SDU_MAX); in send_seg()1404 return BLE_MESH_APP_SEG_SDU_MAX; in seg_len()