Broadcast. Disable repetition (Router).

I’m using XBee for a network with mobile nodes.
Every time I need to know which node around which this node.
For this, I send a message on broadcast. I’m only using routers.
But I do not want to spread this message across the network. I just need the closest nodes receive it.
When a router receives a broadcast message, it repeats this message 3 times.

I would like to disable it, would like to send my message without this repetition.
Is there such?

Thanks.

You can set BH=1 to limit broadcast only to immediate neighbor nodes.