Searched refs:msg_timeout (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/ |
D | od_priv_proxy_cli.c | 21 static int32_t msg_timeout; variable 64 .timeout = msg_timeout, in bt_mesh_od_priv_proxy_cli_get() 80 .timeout = msg_timeout, in bt_mesh_od_priv_proxy_cli_set() 93 msg_timeout = timeout; in bt_mesh_od_priv_proxy_cli_timeout_set() 107 msg_timeout = CONFIG_BT_MESH_OD_PRIV_PROXY_CLI_TIMEOUT; in on_demand_proxy_cli_init()
|
D | priv_beacon_cli.c | 19 static int32_t msg_timeout; variable 146 msg_timeout = 2 * MSEC_PER_SEC; in priv_beacon_cli_init() 167 .timeout = msg_timeout, in bt_mesh_priv_beacon_cli_set() 188 .timeout = msg_timeout, in bt_mesh_priv_beacon_cli_get() 205 .timeout = msg_timeout, in bt_mesh_priv_beacon_cli_gatt_proxy_set() 228 .timeout = msg_timeout, in bt_mesh_priv_beacon_cli_gatt_proxy_get() 246 .timeout = msg_timeout, in bt_mesh_priv_beacon_cli_node_id_set() 272 .timeout = msg_timeout, in bt_mesh_priv_beacon_cli_node_id_get()
|
D | health_cli.c | 29 static int32_t msg_timeout; variable 204 .timeout = msg_timeout, in bt_mesh_health_cli_attention_get() 225 .timeout = msg_timeout, in bt_mesh_health_cli_attention_set() 256 .timeout = msg_timeout, in bt_mesh_health_cli_period_get() 277 .timeout = msg_timeout, in bt_mesh_health_cli_period_set() 314 .timeout = msg_timeout, in bt_mesh_health_cli_fault_test() 351 .timeout = msg_timeout, in bt_mesh_health_cli_fault_clear() 388 .timeout = msg_timeout, in bt_mesh_health_cli_fault_get() 397 return msg_timeout; in bt_mesh_health_cli_timeout_get() 402 msg_timeout = timeout; in bt_mesh_health_cli_timeout_set() [all …]
|
D | sol_pdu_rpl_cli.c | 18 static int32_t msg_timeout; variable 104 .timeout = msg_timeout, in bt_mesh_sol_pdu_rpl_clear() 160 msg_timeout = timeout; in bt_mesh_sol_pdu_rpl_cli_timeout_set() 170 msg_timeout = CONFIG_BT_MESH_SOL_PDU_RPL_CLI_TIMEOUT; in sol_pdu_rpl_cli_init()
|
D | op_agg_cli.c | 40 static int32_t msg_timeout; variable 117 msg_timeout = CONFIG_BT_MESH_OP_AGG_CLI_TIMEOUT; in op_agg_cli_init() 178 return bt_mesh_msg_ack_ctx_wait(&cli.ack_ctx, K_MSEC(msg_timeout)); in bt_mesh_op_agg_cli_seq_send() 198 return msg_timeout; in bt_mesh_op_agg_cli_timeout_get() 203 msg_timeout = timeout; in bt_mesh_op_agg_cli_timeout_set()
|
D | large_comp_data_cli.c | 34 static int32_t msg_timeout; variable 116 msg_timeout = 5000; in large_comp_data_cli_init() 135 .timeout = msg_timeout, in data_get()
|
D | cfg_cli.c | 47 static int32_t msg_timeout; variable 1104 msg_timeout = CONFIG_BT_MESH_CFG_CLI_TIMEOUT; in cfg_cli_init() 1135 .timeout = msg_timeout, in bt_mesh_cfg_cli_comp_data_get() 1152 .timeout = msg_timeout, in get_state_u8() 1168 .timeout = msg_timeout, in set_state_u8() 1195 .timeout = msg_timeout, in bt_mesh_cfg_cli_krp_get() 1217 .timeout = msg_timeout, in bt_mesh_cfg_cli_krp_set() 1286 .timeout = msg_timeout, in bt_mesh_cfg_cli_relay_get() 1307 .timeout = msg_timeout, in bt_mesh_cfg_cli_relay_set() 1330 .timeout = msg_timeout, in bt_mesh_cfg_cli_net_key_add() [all …]
|