diff options
| author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-09-10 18:27:29 -0300 | 
|---|---|---|
| committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-09-11 11:18:19 -0300 | 
| commit | 1c284b3ba427638179d936286f4c4866fff99e28 (patch) | |
| tree | df072a758f95dc5a57698d13b828c987dab48e45 | |
| parent | b8e38926181408cd9b2ea93aa6015aaeee2399b2 (diff) | |
Add missing uuids to search if the device doesn't support public browsing.
| -rw-r--r-- | src/device.c | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/src/device.c b/src/device.c index 63c6a5b7..3db69ea1 100644 --- a/src/device.c +++ b/src/device.c @@ -94,10 +94,15 @@ struct browse_req {  static uint16_t uuid_list[] = {  	PUBLIC_BROWSE_GROUP, +	PNP_INFO_SVCLASS_ID,  	HID_SVCLASS_ID,  	GENERIC_AUDIO_SVCLASS_ID,  	ADVANCED_AUDIO_SVCLASS_ID,  	AV_REMOTE_SVCLASS_ID, +	PANU_SVCLASS_ID, +	GN_SVCLASS_ID, +	NAP_SVCLASS_ID, +	SERIAL_PORT_SVCLASS_ID,  	0  };  | 
