Home
last modified time | relevance | path

Searched refs:bt_mesh_client_common_param_t (Results 1 – 21 of 21) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dcfg_cli.h38 int bt_mesh_cfg_comp_data_get(bt_mesh_client_common_param_t *param, uint8_t page);
40 int bt_mesh_cfg_beacon_get(bt_mesh_client_common_param_t *param);
42 int bt_mesh_cfg_beacon_set(bt_mesh_client_common_param_t *param, uint8_t val);
44 int bt_mesh_cfg_ttl_get(bt_mesh_client_common_param_t *param);
46 int bt_mesh_cfg_ttl_set(bt_mesh_client_common_param_t *param, uint8_t val);
48 int bt_mesh_cfg_friend_get(bt_mesh_client_common_param_t *param);
50 int bt_mesh_cfg_friend_set(bt_mesh_client_common_param_t *param, uint8_t val);
52 int bt_mesh_cfg_gatt_proxy_get(bt_mesh_client_common_param_t *param);
54 int bt_mesh_cfg_gatt_proxy_set(bt_mesh_client_common_param_t *param, uint8_t val);
56 int bt_mesh_cfg_relay_get(bt_mesh_client_common_param_t *param);
[all …]
Dhealth_cli.h38 int bt_mesh_health_fault_get(bt_mesh_client_common_param_t *param, uint16_t cid);
40 int bt_mesh_health_fault_clear(bt_mesh_client_common_param_t *param,
43 int bt_mesh_health_fault_test(bt_mesh_client_common_param_t *param,
46 int bt_mesh_health_period_get(bt_mesh_client_common_param_t *param);
48 int bt_mesh_health_period_set(bt_mesh_client_common_param_t *param,
51 int bt_mesh_health_attention_get(bt_mesh_client_common_param_t *param);
53 int bt_mesh_health_attention_set(bt_mesh_client_common_param_t *param,
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcfg_cli.c679 static int send_msg_with_none(bt_mesh_client_common_param_t *param, uint32_t op) in send_msg_with_none()
688 static int send_msg_with_u8(bt_mesh_client_common_param_t *param, uint32_t op, uint8_t val) in send_msg_with_u8()
698 static int send_msg_with_le16(bt_mesh_client_common_param_t *param, uint32_t op, uint16_t val) in send_msg_with_le16()
708 int bt_mesh_cfg_comp_data_get(bt_mesh_client_common_param_t *param, uint8_t page) in bt_mesh_cfg_comp_data_get()
713 int bt_mesh_cfg_beacon_get(bt_mesh_client_common_param_t *param) in bt_mesh_cfg_beacon_get()
718 int bt_mesh_cfg_beacon_set(bt_mesh_client_common_param_t *param, uint8_t val) in bt_mesh_cfg_beacon_set()
727 int bt_mesh_cfg_ttl_get(bt_mesh_client_common_param_t *param) in bt_mesh_cfg_ttl_get()
732 int bt_mesh_cfg_ttl_set(bt_mesh_client_common_param_t *param, uint8_t val) in bt_mesh_cfg_ttl_set()
737 int bt_mesh_cfg_friend_get(bt_mesh_client_common_param_t *param) in bt_mesh_cfg_friend_get()
742 int bt_mesh_cfg_friend_set(bt_mesh_client_common_param_t *param, uint8_t val) in bt_mesh_cfg_friend_set()
[all …]
Dhealth_cli.c236 int bt_mesh_health_attention_get(bt_mesh_client_common_param_t *param) in bt_mesh_health_attention_get()
245 int bt_mesh_health_attention_set(bt_mesh_client_common_param_t *param, in bt_mesh_health_attention_set()
256 int bt_mesh_health_period_get(bt_mesh_client_common_param_t *param) in bt_mesh_health_period_get()
265 int bt_mesh_health_period_set(bt_mesh_client_common_param_t *param, in bt_mesh_health_period_set()
276 int bt_mesh_health_fault_test(bt_mesh_client_common_param_t *param, in bt_mesh_health_fault_test()
288 int bt_mesh_health_fault_clear(bt_mesh_client_common_param_t *param, in bt_mesh_health_fault_clear()
299 int bt_mesh_health_fault_get(bt_mesh_client_common_param_t *param, uint16_t cid) in bt_mesh_health_fault_get()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dclient_common.h77 } bt_mesh_client_common_param_t; typedef
100 int bt_mesh_client_send_msg(bt_mesh_client_common_param_t *param,
Dsensor_client.h139 int bt_mesh_sensor_client_get_state(bt_mesh_client_common_param_t *common, void *get);
149 int bt_mesh_sensor_client_set_state(bt_mesh_client_common_param_t *common, void *set);
Dtime_scene_client.h209 int bt_mesh_time_scene_client_get_state(bt_mesh_client_common_param_t *common, void *get);
219 int bt_mesh_time_scene_client_set_state(bt_mesh_client_common_param_t *common, void *set);
Dgeneric_client.h392 int bt_mesh_generic_client_get_state(bt_mesh_client_common_param_t *common, void *get);
402 int bt_mesh_generic_client_set_state(bt_mesh_client_common_param_t *common, void *set);
Dlighting_client.h424 int bt_mesh_light_client_get_state(bt_mesh_client_common_param_t *common, void *get);
434 int bt_mesh_light_client_set_state(bt_mesh_client_common_param_t *common, void *set);
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dtime_scene_client.c369 static int time_scene_get_state(bt_mesh_client_common_param_t *common, void *value) in time_scene_get_state()
392 static int time_scene_set_state(bt_mesh_client_common_param_t *common, in time_scene_set_state()
484 int bt_mesh_time_scene_client_get_state(bt_mesh_client_common_param_t *common, void *get) in bt_mesh_time_scene_client_get_state()
522 int bt_mesh_time_scene_client_set_state(bt_mesh_client_common_param_t *common, void *set) in bt_mesh_time_scene_client_set_state()
Dsensor_client.c352 static int sensor_act_state(bt_mesh_client_common_param_t *common, in sensor_act_state()
454 int bt_mesh_sensor_client_get_state(bt_mesh_client_common_param_t *common, void *get) in bt_mesh_sensor_client_get_state()
519 int bt_mesh_sensor_client_set_state(bt_mesh_client_common_param_t *common, void *set) in bt_mesh_sensor_client_set_state()
Dgeneric_client.c686 static int gen_get_state(bt_mesh_client_common_param_t *common, void *value) in gen_get_state()
727 static int gen_set_state(bt_mesh_client_common_param_t *common, in gen_set_state()
903 int bt_mesh_generic_client_get_state(bt_mesh_client_common_param_t *common, void *get) in bt_mesh_generic_client_get_state()
966 int bt_mesh_generic_client_set_state(bt_mesh_client_common_param_t *common, void *set) in bt_mesh_generic_client_set_state()
Dlighting_client.c769 static int light_get_state(bt_mesh_client_common_param_t *common, void *value) in light_get_state()
792 static int light_set_state(bt_mesh_client_common_param_t *common, in light_set_state()
1027 int bt_mesh_light_client_get_state(bt_mesh_client_common_param_t *common, void *get) in bt_mesh_light_client_get_state()
1080 int bt_mesh_light_client_set_state(bt_mesh_client_common_param_t *common, void *set) in bt_mesh_light_client_set_state()
Dclient_common.c246 int bt_mesh_client_send_msg(bt_mesh_client_common_param_t *param, in bt_mesh_client_send_msg()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_health_model.c309 bt_mesh_client_common_param_t param = {0}; in btc_ble_mesh_health_client_get_state()
349 bt_mesh_client_common_param_t param = {0}; in btc_ble_mesh_health_client_set_state()
Dbtc_ble_mesh_config_model.c376 bt_mesh_client_common_param_t param = {0}; in btc_ble_mesh_config_client_get_state()
471 bt_mesh_client_common_param_t param = {0}; in btc_ble_mesh_config_client_set_state()
Dbtc_ble_mesh_time_scene_model.c294 bt_mesh_client_common_param_t common = {0}; in btc_ble_mesh_time_scene_client_call_handler()
Dbtc_ble_mesh_lighting_model.c292 bt_mesh_client_common_param_t common = {0}; in btc_ble_mesh_lighting_client_call_handler()
Dbtc_ble_mesh_generic_model.c448 bt_mesh_client_common_param_t common = {0}; in btc_ble_mesh_generic_client_call_handler()
Dbtc_ble_mesh_sensor_model.c530 bt_mesh_client_common_param_t common = {0}; in btc_ble_mesh_sensor_client_call_handler()
Dbtc_ble_mesh_prov.c2390 bt_mesh_client_common_param_t param = { in btc_ble_mesh_model_call_handler()