Lines Matching full:private

17  * @defgroup bt_mesh_priv_beacon_cli Bluetooth Mesh Private Beacon Client
24 * @brief Private Beacon Client model composition data entry.
35 /** Private Beacon */
37 /** Private beacon is enabled */
45 /** Private Node Identity */
49 /** Private Node Identity state */
55 /** Private Beacon Client Status messages callbacks */
57 /** @brief Optional callback for Private Beacon Status message.
59 * Handles received Private Beacon Status messages from a Private Beacon server.
61 * @param cli Private Beacon client context.
63 * @param priv_beacon Mesh Private Beacon state received from the server.
68 /** @brief Optional callback for Private GATT Proxy Status message.
70 * Handles received Private GATT Proxy Status messages from a Private Beacon server.
72 * @param cli Private Beacon client context.
74 * @param gatt_proxy Private GATT Proxy state received from the server.
79 /** @brief Optional callback for Private Node Identity Status message.
81 * Handles received Private Node Identity Status messages from a Private Beacon server.
83 * @param cli Private Beacon client context.
85 * @param priv_node_id Private Node Identity state received from the server.
91 /** Mesh Private Beacon Client model */
98 /** Optional callback for Private Beacon Client Status messages. */
102 /** @brief Set the target's Private Beacon state.
110 * @param val New Private Beacon value.
119 /** @brief Get the target's Private Beacon state.
123 * @param val Response buffer for Private Beacon value.
130 /** @brief Set the target's Private GATT Proxy state.
138 * @param val New Private GATT Proxy value.
146 /** @brief Get the target's Private GATT Proxy state.
150 * @param val Response buffer for Private GATT Proxy value.
157 /** @brief Set the target's Private Node Identity state.
165 * @param val New Private Node Identity value.
174 /** @brief Get the target's Private Node Identity state.
178 * @param key_net_idx Network index to get the Private Node Identity state of.
179 * @param val Response buffer for Private Node Identity value.