bt_mesh_server_rsp_ctrl is only used within ESP-IDF.
 
Symbols
loading (4/5)...
Files
loading (4/5)...
SummarySyntaxReferencesInstances

Fields

Field
Declared as
Description
uint8_t : 1
BLE Mesh Server Response Option 1. If get_auto_rsp is set to BLE_MESH_SERVER_RSP_BY_APP, then the response of Client Get messages need to be replied by the application; 2. If get_auto_rsp is set to BLE_MESH_SERVER_AUTO_RSP, then the response of Client Get messages will be replied by the server models; 3. If set_auto_rsp is set to BLE_MESH_SERVER_RSP_BY_APP, then the response of Client Set messages need to be replied by the application; 4. If set_auto_rsp is set to BLE_MESH_SERVER_AUTO_RSP, then the response of Client Set messages will be replied by the server models; 5. If status_auto_rsp is set to BLE_MESH_SERVER_RSP_BY_APP, then the response of Server Status messages need to be replied by the application; 6. If status_auto_rsp is set to BLE_MESH_SERVER_AUTO_RSP, then the response of Server status messages will be replied by the server models;.
uint8_t get_auto_rsp : 1, : 1
BLE Mesh Server Response Option 1. If get_auto_rsp is set to BLE_MESH_SERVER_RSP_BY_APP, then the response of Client Get messages need to be replied by the application; 2. If get_auto_rsp is set to BLE_MESH_SERVER_AUTO_RSP, then the response of Client Get messages will be replied by the server models; 3. If set_auto_rsp is set to BLE_MESH_SERVER_RSP_BY_APP, then the response of Client Set messages need to be replied by the application; 4. If set_auto_rsp is set to BLE_MESH_SERVER_AUTO_RSP, then the response of Client Set messages will be replied by the server models; 5. If status_auto_rsp is set to BLE_MESH_SERVER_RSP_BY_APP, then the response of Server Status messages need to be replied by the application; 6. If status_auto_rsp is set to BLE_MESH_SERVER_AUTO_RSP, then the response of Server status messages will be replied by the server models;.
uint8_t get_auto_rsp : 1, set_auto_rsp : 1, : 1
BLE Mesh Server Response Option 1. If get_auto_rsp is set to BLE_MESH_SERVER_RSP_BY_APP, then the response of Client Get messages need to be replied by the application; 2. If get_auto_rsp is set to BLE_MESH_SERVER_AUTO_RSP, then the response of Client Get messages will be replied by the server models; 3. If set_auto_rsp is set to BLE_MESH_SERVER_RSP_BY_APP, then the response of Client Set messages need to be replied by the application; 4. If set_auto_rsp is set to BLE_MESH_SERVER_AUTO_RSP, then the response of Client Set messages will be replied by the server models; 5. If status_auto_rsp is set to BLE_MESH_SERVER_RSP_BY_APP, then the response of Server Status messages need to be replied by the application; 6. If status_auto_rsp is set to BLE_MESH_SERVER_AUTO_RSP, then the response of Server status messages will be replied by the server models;.

References