Searched defs:seq_auth (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | transport.c | 93 u64_t seq_auth; member 106 u64_t seq_auth; member 761 …tic int trans_ack(struct bt_mesh_net_rx *rx, u8_t hdr, struct net_buf_simple *buf, u64_t *seq_auth) in trans_ack() 860 …atic int ctl_recv(struct bt_mesh_net_rx *rx, u8_t hdr, struct net_buf_simple *buf, u64_t *seq_auth) in ctl_recv() 932 static int trans_unseg(struct net_buf_simple *buf, struct bt_mesh_net_rx *rx, u64_t *seq_auth) in trans_unseg() 987 …mesh_ctl_send(struct bt_mesh_net_tx *tx, u8_t ctl_op, void *data, size_t data_len, u64_t *seq_auth, in bt_mesh_ctl_send() 1021 static int send_ack(struct bt_mesh_subnet *sub, u16_t src, u16_t dst, u8_t ttl, u64_t *seq_auth, bt… in send_ack() 1120 static struct seg_rx *seg_rx_find(struct bt_mesh_net_rx *net_rx, const u64_t *seq_auth) in seg_rx_find() 1174 …_rx *seg_rx_alloc(struct bt_mesh_net_rx *net_rx, const u8_t *hdr, const u64_t *seq_auth, u8_t seg_… in seg_rx_alloc() 1206 u64_t *seq_auth) in trans_seg() [all …]
|
A D | friend.c | 70 u64_t seq_auth; member 897 static struct bt_mesh_friend_seg *get_seg(struct bt_mesh_friend *frnd, u16_t src, u64_t *seq_auth) in get_seg() 1072 static void friend_purge_old_ack(struct bt_mesh_friend *frnd, u64_t *seq_auth, u16_t src) in friend_purge_old_ack() 1096 … enum bt_mesh_friend_pdu_type type, u64_t *seq_auth, struct net_buf_simple *sbuf) in friend_lpn_enqueue_rx() 1140 … enum bt_mesh_friend_pdu_type type, u64_t *seq_auth, struct net_buf_simple *sbuf) in friend_lpn_enqueue_tx() 1230 …sh_friend_enqueue_rx(struct bt_mesh_net_rx *rx, enum bt_mesh_friend_pdu_type type, u64_t *seq_auth, in bt_mesh_friend_enqueue_rx() 1252 …sh_friend_enqueue_tx(struct bt_mesh_net_tx *tx, enum bt_mesh_friend_pdu_type type, u64_t *seq_auth, in bt_mesh_friend_enqueue_tx() 1276 … bt_mesh_friend_clear_incomplete(struct bt_mesh_subnet *sub, u16_t src, u16_t dst, u64_t *seq_auth) in bt_mesh_friend_clear_incomplete()
|
Completed in 7 milliseconds