Lines Matching full:bridge

3 Subnet Bridge
6 With Bluetooth Mesh Protocol Specification version 1.1, the Bluetooth Mesh Subnet Bridge feature was
11 The Bluetooth Mesh Subnet Bridge feature makes it possible for selected nodes in the network to act
15 The Subnet Bridge feature includes two models:
20 The Bridge Configuration Server model is mandatory for supporting the Subnet Bridge feature.
21 The Bridge Configuration Client model is optional and allows nodes to configure the Subnet Bridge on
24 Subnet Bridge feature.
26 The configuration and management of the Subnet Bridge feature are handled using the Bridge
28 A node implementing the Bridge Configuration Client model can act as a *Configuration Manager* for
29 the Subnet Bridge feature.
34 To get a better understanding of the Subnet Bridge feature and its capabilities, an overview of a
45 Subnet Bridge node
48 A Subnet Bridge node is a node in a Bluetooth Mesh network that belongs to multiple subnets and has
49 a Subnet Bridge functionality enabled. Subnet bridging can be performed only by such a node. The
50 Subnet Bridge node connects the subnets, and allows communication between them by relaying
53 The Subnet Bridge node has a primary subnet, based on the primary NetKey, which handles the
61 by the Bridge Configuration Server model.
67 Enabling or disabling the Subnet Bridge feature
70 The Bridge Configuration Client (or Configuration Manager) can enable or disable the Subnet Bridge
71 feature on a node by sending a **Subnet Bridge Set** message to the Bridge Configuration
77 The Bridge Configuration Client can add or remove an entry from the Bridging Table by sending a
78 **Bridging Table Add** or **Bridging Table Remove** message to the Bridge Configuration
84 Subnet Bridge states
87 The Subnet Bridge has the following states:
89 - *Subnet Bridge*: This state indicates whether the Subnet Bridge feature is enabled or disabled on
91 The Bridge Configuration Client can retrieve this information by sending a **Subnet Bridge Get**
92 message to the Bridge Configuration Server using the :c:func:`bt_mesh_brg_cfg_cli_get` function.
98 The Client can get a list of subnets currently bridged by a Subnet Bridge by sending a
110 The Subnet Bridge feature enables message relaying between subnets and requires effective replay
116 When a message is relayed between subnets by a Subnet Bridge, it is allocated from the relay buffer
130 A Subnet Bridge node must implement replay protection for all Access and Transport Control messages
135 - The Subnet Bridge stores the latest IVISeq for each source address authorized to send messages to
150 Subnet Bridge and Directed Forwarding
160 This section contains types and defines common to the Bridge Configuration models.