From bdf140bd02cee6c39ebb8c6d71ac1d4f6f7eaa07 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 13 Jan 2009 18:23:07 +0200 Subject: Add ReverseServiceDiscovery config option This option is solely for qualification since the BITE tester in its grand braindeadness doesn't like use doing reverse SDP. --- src/hcid.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/hcid.h') diff --git a/src/hcid.h b/src/hcid.h index 7337efff..6c26157c 100644 --- a/src/hcid.h +++ b/src/hcid.h @@ -56,6 +56,7 @@ struct main_opts { uint16_t link_mode; uint16_t link_policy; gboolean remember_powered; + gboolean reverse_sdp; uint8_t scan; uint8_t mode; -- cgit