/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/ |
D | cfg_cli.h | 38 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 …]
|
D | health_cli.h | 38 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/ |
D | cfg_cli.c | 679 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 …]
|
D | health_cli.c | 236 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/ |
D | client_common.h | 77 } bt_mesh_client_common_param_t; typedef 100 int bt_mesh_client_send_msg(bt_mesh_client_common_param_t *param,
|
D | sensor_client.h | 139 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);
|
D | time_scene_client.h | 209 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);
|
D | generic_client.h | 392 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);
|
D | lighting_client.h | 424 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/ |
D | time_scene_client.c | 369 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()
|
D | sensor_client.c | 352 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()
|
D | generic_client.c | 686 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()
|
D | lighting_client.c | 769 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()
|
D | client_common.c | 246 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/ |
D | btc_ble_mesh_health_model.c | 309 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()
|
D | btc_ble_mesh_config_model.c | 376 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()
|
D | btc_ble_mesh_time_scene_model.c | 294 bt_mesh_client_common_param_t common = {0}; in btc_ble_mesh_time_scene_client_call_handler()
|
D | btc_ble_mesh_lighting_model.c | 292 bt_mesh_client_common_param_t common = {0}; in btc_ble_mesh_lighting_client_call_handler()
|
D | btc_ble_mesh_generic_model.c | 448 bt_mesh_client_common_param_t common = {0}; in btc_ble_mesh_generic_client_call_handler()
|
D | btc_ble_mesh_sensor_model.c | 530 bt_mesh_client_common_param_t common = {0}; in btc_ble_mesh_sensor_client_call_handler()
|
D | btc_ble_mesh_prov.c | 2390 bt_mesh_client_common_param_t param = { in btc_ble_mesh_model_call_handler()
|