Lines Matching refs:cli

67 		struct bt_mesh_rpr_node cli;  member
77 struct bt_mesh_rpr_node cli; member
134 srv.scan.cli.addr = BT_MESH_ADDR_UNASSIGNED; in cli_scan_clear()
135 srv.scan.cli.net_idx = BT_MESH_KEY_UNUSED; in cli_scan_clear()
140 srv.link.cli.addr = BT_MESH_ADDR_UNASSIGNED; in cli_link_clear()
141 srv.link.cli.net_idx = BT_MESH_KEY_UNUSED; in cli_link_clear()
178 struct bt_mesh_msg_ctx ctx = LINK_CTX(&srv.link.cli, true); in link_report_send()
221 struct bt_mesh_msg_ctx ctx = LINK_CTX(&srv.scan.cli, true); in scan_report_send()
262 struct bt_mesh_msg_ctx ctx = LINK_CTX(&srv.scan.cli, true); in scan_ext_report_send()
376 struct bt_mesh_msg_ctx ctx = LINK_CTX(&srv.link.cli, true); in outbound_pdu_report_send()
402 struct bt_mesh_msg_ctx ctx = LINK_CTX(&srv.link.cli, true); in inbound_pdu_send()
422 subnet->net_idx == srv.link.cli.net_idx) { in subnet_evt_handler()
430 subnet->net_idx == srv.scan.cli.net_idx) { in subnet_evt_handler()
563 struct bt_mesh_rpr_node cli = RPR_NODE(ctx); in handle_scan_start() local
591 !rpr_node_equal(&cli, &srv.scan.cli)) { in handle_scan_start()
612 srv.scan.cli = cli; in handle_scan_start()
629 struct bt_mesh_rpr_node cli = RPR_NODE(ctx); in handle_extended_scan_start() local
727 !rpr_node_equal(&srv.scan.cli, &cli))) { in handle_extended_scan_start()
763 srv.scan.cli = cli; in handle_extended_scan_start()
814 struct bt_mesh_rpr_node cli = RPR_NODE(ctx); in handle_link_open() local
835 if (!rpr_node_equal(&cli, &srv.link.cli)) { in handle_link_open()
888 srv.link.cli = cli; in handle_link_open()
908 LOG_DBG("0x%04x: %s", cli.addr, bt_hex(uuid, 16)); in handle_link_open()
927 srv.link.cli = cli; in handle_link_open()
944 struct bt_mesh_rpr_node cli = RPR_NODE(ctx); in handle_link_close() local
961 if (!rpr_node_equal(&cli, &srv.link.cli)) { in handle_link_close()
987 struct bt_mesh_rpr_node cli = RPR_NODE(ctx); in handle_pdu_send() local
998 if (!rpr_node_equal(&cli, &srv.link.cli)) { in handle_pdu_send()
999 LOG_WRN("Unknown client 0x%04x", cli.addr); in handle_pdu_send()