Searched refs:sdu_recv (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | transport.c | 632 static int sdu_recv(struct bt_mesh_net_rx *rx, bt_u32_t seq, u8_t hdr, u8_t aszmic, struct net_buf_… in sdu_recv() function 958 return sdu_recv(rx, rx->seq, hdr, 0, buf); in trans_unseg() 1373 err = sdu_recv(net_rx, (rx->seq_auth & 0xffffff), *hdr, ASZMIC(hdr), &rx->buf); in trans_seg()
|
Completed in 4 milliseconds