> echo inquiry M N >/net/bt/ctl
> (spend up to M seconds looking for up to N devices)
> cat /n/bt/devices
> (see what devices have been found)
the application i have in mind inventories all device id's it sees
with a time stamp. i need to measure the flow between two endpoints
based on the id/timestamp. i was thinking of something like this:
while (sleep 1) {
echo `{ls /net/bt/ids}^'@'^`{date -n}
}
i've not considered the pros/cons of each approach.
thank you for doing this. like nemo, i'd like to offer testing.