Home
last modified time | relevance | path

Searched defs:seg_n (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dtransport.c66 #define BLOCK_COMPLETE(seg_n) (bt_u32_t)(((u64_t)1 << (seg_n + 1)) - 1) argument
95 u8_t seg_n:5, /* Last segment index */ member
107 u8_t seg_n:5, ctl:1, in_use:1, obo:1; member
1115 static inline bool sdu_len_is_ok(bool ctl, u8_t seg_n) in sdu_len_is_ok()
1154 …bool seg_rx_is_valid(struct seg_rx *rx, struct bt_mesh_net_rx *net_rx, const u8_t *hdr, u8_t seg_n) in seg_rx_is_valid()
1174 …rx *seg_rx_alloc(struct bt_mesh_net_rx *net_rx, const u8_t *hdr, const u64_t *seq_auth, u8_t seg_n) in seg_rx_alloc()
1211 u8_t seg_n; in trans_seg() local

Completed in 5 milliseconds