| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
Runtime configuration APIs. More...
Go to the source code of this file.
Enumerations | |
| enum | bt_mesh_feat_state { BT_MESH_FEATURE_DISABLED , BT_MESH_FEATURE_ENABLED , BT_MESH_FEATURE_NOT_SUPPORTED } | 
Functions | |
| void | bt_mesh_beacon_set (bool beacon) | 
| Enable or disable sending of the Secure Network Beacon.  More... | |
| bool | bt_mesh_beacon_enabled (void) | 
| Get the current Secure Network Beacon state.  More... | |
| int | bt_mesh_priv_beacon_set (enum bt_mesh_feat_state priv_beacon) | 
| Enable or disable sending of the Mesh Private beacon.  More... | |
| enum bt_mesh_feat_state | bt_mesh_priv_beacon_get (void) | 
| Get the current Mesh Private beacon state.  More... | |
| void | bt_mesh_priv_beacon_update_interval_set (uint8_t interval) | 
| Set the current Mesh Private beacon update interval.  More... | |
| uint8_t | bt_mesh_priv_beacon_update_interval_get (void) | 
| Get the current Mesh Private beacon update interval.  More... | |
| int | bt_mesh_default_ttl_set (uint8_t default_ttl) | 
| Set the default TTL value.  More... | |
| uint8_t | bt_mesh_default_ttl_get (void) | 
| Get the current default TTL value.  More... | |
| int | bt_mesh_od_priv_proxy_get (void) | 
| Get the current Mesh On-Demand Private Proxy state.  More... | |
| int | bt_mesh_od_priv_proxy_set (uint8_t on_demand_proxy) | 
| Set state of Mesh On-Demand Private Proxy.  More... | |
| void | bt_mesh_net_transmit_set (uint8_t xmit) | 
| Set the Network Transmit parameters.  More... | |
| uint8_t | bt_mesh_net_transmit_get (void) | 
| Get the current Network Transmit parameters.  More... | |
| int | bt_mesh_relay_set (enum bt_mesh_feat_state relay, uint8_t xmit) | 
| Configure the Relay feature.  More... | |
| enum bt_mesh_feat_state | bt_mesh_relay_get (void) | 
| Get the current Relay feature state.  More... | |
| uint8_t | bt_mesh_relay_retransmit_get (void) | 
| Get the current Relay Retransmit parameters.  More... | |
| int | bt_mesh_gatt_proxy_set (enum bt_mesh_feat_state gatt_proxy) | 
| Enable or disable the GATT Proxy feature.  More... | |
| enum bt_mesh_feat_state | bt_mesh_gatt_proxy_get (void) | 
| Get the current GATT Proxy state.  More... | |
| int | bt_mesh_priv_gatt_proxy_set (enum bt_mesh_feat_state priv_gatt_proxy) | 
| Enable or disable the Private GATT Proxy feature.  More... | |
| enum bt_mesh_feat_state | bt_mesh_priv_gatt_proxy_get (void) | 
| Get the current Private GATT Proxy state.  More... | |
| int | bt_mesh_friend_set (enum bt_mesh_feat_state friendship) | 
| Enable or disable the Friend feature.  More... | |
| enum bt_mesh_feat_state | bt_mesh_friend_get (void) | 
| Get the current Friend state.  More... | |
| uint8_t | bt_mesh_subnet_add (uint16_t net_idx, const uint8_t key[16]) | 
| Add a Subnet.  More... | |
| uint8_t | bt_mesh_subnet_update (uint16_t net_idx, const uint8_t key[16]) | 
| Update the given Subnet.  More... | |
| uint8_t | bt_mesh_subnet_del (uint16_t net_idx) | 
| Delete a Subnet.  More... | |
| bool | bt_mesh_subnet_exists (uint16_t net_idx) | 
| Check whether a Subnet is known.  More... | |
| uint8_t | bt_mesh_subnet_kr_phase_set (uint16_t net_idx, uint8_t *phase) | 
| Set the Subnet's Key Refresh phase.  More... | |
| uint8_t | bt_mesh_subnet_kr_phase_get (uint16_t net_idx, uint8_t *phase) | 
| Get the Subnet's Key Refresh phase.  More... | |
| uint8_t | bt_mesh_subnet_node_id_set (uint16_t net_idx, enum bt_mesh_feat_state node_id) | 
| Set the Node Identity state of the Subnet.  More... | |
| uint8_t | bt_mesh_subnet_node_id_get (uint16_t net_idx, enum bt_mesh_feat_state *node_id) | 
| Get the Node Identity state of the Subnet.  More... | |
| uint8_t | bt_mesh_subnet_priv_node_id_set (uint16_t net_idx, enum bt_mesh_feat_state priv_node_id) | 
| Set the Private Node Identity state of the Subnet.  More... | |
| uint8_t | bt_mesh_subnet_priv_node_id_get (uint16_t net_idx, enum bt_mesh_feat_state *priv_node_id) | 
| Get the Private Node Identity state of the Subnet.  More... | |
| ssize_t | bt_mesh_subnets_get (uint16_t net_idxs[], size_t max, off_t skip) | 
| Get a list of all known Subnet indexes.  More... | |
| uint8_t | bt_mesh_app_key_add (uint16_t app_idx, uint16_t net_idx, const uint8_t key[16]) | 
| Add an Application key.  More... | |
| uint8_t | bt_mesh_app_key_update (uint16_t app_idx, uint16_t net_idx, const uint8_t key[16]) | 
| Update an Application key.  More... | |
| uint8_t | bt_mesh_app_key_del (uint16_t app_idx, uint16_t net_idx) | 
| Delete an Application key.  More... | |
| bool | bt_mesh_app_key_exists (uint16_t app_idx) | 
| Check if an Application key is known.  More... | |
| ssize_t | bt_mesh_app_keys_get (uint16_t net_idx, uint16_t app_idxs[], size_t max, off_t skip) | 
| Get a list of all known Application key indexes.  More... | |
Runtime configuration APIs.