Lines Matching refs:net_idx

95 	uint16_t net_idx;  in handle_node_id_status()  local
98 net_idx = net_buf_simple_pull_le16(buf); in handle_node_id_status()
110 rsp->net_idx = net_idx; in handle_node_id_status()
119 .net_idx = net_idx, in handle_node_id_status()
159 int bt_mesh_priv_beacon_cli_set(uint16_t net_idx, uint16_t addr, struct bt_mesh_priv_beacon *val, in bt_mesh_priv_beacon_cli_set() argument
162 struct bt_mesh_msg_ctx ctx = BT_MESH_MSG_CTX_INIT_DEV(net_idx, addr); in bt_mesh_priv_beacon_cli_set()
181 int bt_mesh_priv_beacon_cli_get(uint16_t net_idx, uint16_t addr, struct bt_mesh_priv_beacon *val) in bt_mesh_priv_beacon_cli_get() argument
183 struct bt_mesh_msg_ctx ctx = BT_MESH_MSG_CTX_INIT_DEV(net_idx, addr); in bt_mesh_priv_beacon_cli_get()
197 int bt_mesh_priv_beacon_cli_gatt_proxy_set(uint16_t net_idx, uint16_t addr, uint8_t val, in bt_mesh_priv_beacon_cli_gatt_proxy_set() argument
200 struct bt_mesh_msg_ctx ctx = BT_MESH_MSG_CTX_INIT_DEV(net_idx, addr); in bt_mesh_priv_beacon_cli_gatt_proxy_set()
221 int bt_mesh_priv_beacon_cli_gatt_proxy_get(uint16_t net_idx, uint16_t addr, uint8_t *val) in bt_mesh_priv_beacon_cli_gatt_proxy_get() argument
223 struct bt_mesh_msg_ctx ctx = BT_MESH_MSG_CTX_INIT_DEV(net_idx, addr); in bt_mesh_priv_beacon_cli_gatt_proxy_get()
237 int bt_mesh_priv_beacon_cli_node_id_set(uint16_t net_idx, uint16_t addr, in bt_mesh_priv_beacon_cli_node_id_set() argument
241 struct bt_mesh_msg_ctx ctx = BT_MESH_MSG_CTX_INIT_DEV(net_idx, addr); in bt_mesh_priv_beacon_cli_node_id_set()
249 if (val->net_idx > 0xfff || in bt_mesh_priv_beacon_cli_node_id_set()
258 net_buf_simple_add_le16(&buf, val->net_idx); in bt_mesh_priv_beacon_cli_node_id_set()
264 int bt_mesh_priv_beacon_cli_node_id_get(uint16_t net_idx, uint16_t addr, uint16_t key_net_idx, in bt_mesh_priv_beacon_cli_node_id_get() argument
267 struct bt_mesh_msg_ctx ctx = BT_MESH_MSG_CTX_INIT_DEV(net_idx, addr); in bt_mesh_priv_beacon_cli_node_id_get()