Home
last modified time | relevance | path

Searched refs:dev_role (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/
Dble_mesh_reg_test_perf_client_cmd.c25 struct arg_int *dev_role; member
122 arg_int_to_value(test_perf_client_model.dev_role, profile_data->device_role, "device role"); in ble_mesh_test_performance_client_model()
181 test_perf_client_model.dev_role = arg_int0("d", NULL, "<role>", "device role"); in ble_mesh_performance_client_model_command()
182 test_perf_client_model.dev_role->ival[0] = ROLE_PROVISIONER; in ble_mesh_performance_client_model_command()
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_core/
Daccess.c183 .srv_send = (pub->dev_role == NODE ? true : false), in publish_retransmit()
193 key = bt_mesh_tx_appkey_get(pub->dev_role, pub->key); in publish_retransmit()
199 tx.sub = bt_mesh_tx_netkey_get(pub->dev_role, key->net_idx); in publish_retransmit()
858 key = bt_mesh_tx_appkey_get(pub->dev_role, pub->key); in bt_mesh_model_publish()
879 ctx.srv_send = pub->dev_role == NODE ? true : false; in bt_mesh_model_publish()
883 tx.sub = bt_mesh_tx_netkey_get(pub->dev_role, ctx.net_idx); in bt_mesh_model_publish()
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_access.h408 uint8_t dev_role; member
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h405 uint8_t dev_role; member
421 .dev_role = _role, \