![]()
![]()
#define _FRIEND_H_
![]()
![]()
#include "net.h"
![]()
![]()
bt_mesh_friend_pdu_type
![]()
![]()
BLE_MESH_FRIEND_PDU_SINGLE
![]()
![]()
BLE_MESH_FRIEND_PDU_PARTIAL
![]()
![]()
BLE_MESH_FRIEND_PDU_COMPLETE
![]()
![]()
bt_mesh_friend_match(uint16_t, uint16_t);
![]()
![]()
bt_mesh_friend_unicast_match(uint16_t, uint16_t, uint8_t *);
![]()
![]()
bt_mesh_friend_find(uint16_t, uint16_t, bool, bool);
![]()
![]()
bt_mesh_friend_queue_has_space(uint16_t, uint16_t, uint16_t, const uint64_t *, uint8_t);
![]()
![]()
bt_mesh_friend_enqueue_rx(struct bt_mesh_net_rx *, enum bt_mesh_friend_pdu_type, const uint64_t *, uint8_t, struct net_buf_simple *);
![]()
![]()
bt_mesh_friend_enqueue_tx(struct bt_mesh_net_tx *, enum bt_mesh_friend_pdu_type, const uint64_t *, uint8_t, struct net_buf_simple *);
![]()
![]()
bt_mesh_friend_clear_incomplete(struct bt_mesh_subnet *, uint16_t, uint16_t, const uint64_t *);
![]()
![]()
bt_mesh_friend_sec_update(uint16_t);
![]()
![]()
bt_mesh_friend_clear_net_idx(uint16_t);
![]()
![]()
bt_mesh_friend_poll(struct bt_mesh_net_rx *, struct net_buf_simple *);
![]()
![]()
bt_mesh_friend_req(struct bt_mesh_net_rx *, struct net_buf_simple *);
![]()
![]()
bt_mesh_friend_clear(struct bt_mesh_net_rx *, struct net_buf_simple *);
![]()
![]()
bt_mesh_friend_clear_cfm(struct bt_mesh_net_rx *, struct net_buf_simple *);
![]()
![]()
bt_mesh_friend_sub_add(struct bt_mesh_net_rx *, struct net_buf_simple *);
![]()
![]()
bt_mesh_friend_sub_rem(struct bt_mesh_net_rx *, struct net_buf_simple *);
![]()
![]()
bt_mesh_friend_init();
![]()
![]()
bt_mesh_friend_deinit();
![]()
![]()
bt_mesh_friend_remove_lpn(uint16_t);