Searched refs:send_msg_with_none (Results 1 – 1 of 1) sorted by relevance
/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() function 715 return send_msg_with_none(param, OP_BEACON_GET); in bt_mesh_cfg_beacon_get() 729 return send_msg_with_none(param, OP_DEFAULT_TTL_GET); in bt_mesh_cfg_ttl_get() 739 return send_msg_with_none(param, OP_FRIEND_GET); in bt_mesh_cfg_friend_get() 749 return send_msg_with_none(param, OP_GATT_PROXY_GET); in bt_mesh_cfg_gatt_proxy_get() 759 return send_msg_with_none(param, OP_RELAY_GET); in bt_mesh_cfg_relay_get() 971 return send_msg_with_none(param, OP_HEARTBEAT_SUB_GET); in bt_mesh_cfg_hb_sub_get() 997 return send_msg_with_none(param, OP_HEARTBEAT_PUB_GET); in bt_mesh_cfg_hb_pub_get() 1002 return send_msg_with_none(param, OP_NODE_RESET); in bt_mesh_cfg_node_reset() 1102 return send_msg_with_none(param, OP_NET_KEY_GET); in bt_mesh_cfg_net_key_get() [all …]
|