For several hours I've been searching for shell commands to establish an IP link between two devices via Bluetooth/bluez5. Up to bluez4 there was pand
which isn't available anymore.
Most of the documentation and howtos around address bluez4 and hence are outdated. In the packet bluez-tests
I found test-nap
that returns Server for nap registered
, however I cannot find a new network device when I call ip addr
.
In addition I haven't found how to connect from the other device to that newly created server.
Could you give me some hints on
- how to connect from a bluez5 device to a remote NAP server?
- how to create network device from the NAP connection?
Thanks for your help.