Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH] Add new method - service discovery
@ 2014-10-23 17:21 Jakub Pawlowski
  2014-10-23 17:21 ` Jakub Pawlowski
  0 siblings, 1 reply; 3+ messages in thread
From: Jakub Pawlowski @ 2014-10-23 17:21 UTC (permalink / raw)
  To: linux-bluetooth

This path enable usage of start service discovery method. Example usage:

Find all low energy devices advertising service with UUID 'abcd' and TxPower,  that have pathloss less than 60 dB
btmgmt find-service -u abcd -p 60 -l

Find all low energy devices advertising service with UUID 'abcd', and dont advertise TxPower and with RSSI over -50, or advertising TxPower and pathloss less than 60 dB
btmgmt find-service -u abcd -r -50 -p 60  -l



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-10-28 17:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-23 17:21 [PATCH] Add new method - service discovery Jakub Pawlowski
2014-10-23 17:21 ` Jakub Pawlowski
2014-10-28 17:20   ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox