sdpd.8 (07be7a6c2edb7aa5b3f80ba3d13ace5e22d2b47d) | sdpd.8 (9cdb6ee1641e84242a1640055e0072ad693e1a7d) |
---|---|
1.\" Copyright (c) 2004 Maksim Yevmenkin <m_evmenkin@yahoo.com> 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 65 unchanged lines hidden (view full) --- 74.It Fl c Ar path 75Specify path to the control socket. 76The default path is 77.Pa /var/run/sdp . 78.It Fl g Ar group 79Specifies the group the 80.Nm 81should run as after it initializes. | 1.\" Copyright (c) 2004 Maksim Yevmenkin <m_evmenkin@yahoo.com> 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 65 unchanged lines hidden (view full) --- 74.It Fl c Ar path 75Specify path to the control socket. 76The default path is 77.Pa /var/run/sdp . 78.It Fl g Ar group 79Specifies the group the 80.Nm 81should run as after it initializes. |
82The value specified may be either a group name or a numeric group id. | 82The value specified may be either a group name or a numeric group ID. |
83This only works if 84.Nm 85was started as root. 86The default group name is | 83This only works if 84.Nm 85was started as root. 86The default group name is |
87.Dq nobody . | 87.Dq Li nobody . |
88.It Fl h 89Display usage message and exit. 90.It Fl u Ar user 91Specifies the user the 92.Nm 93should run as after it initializes. | 88.It Fl h 89Display usage message and exit. 90.It Fl u Ar user 91Specifies the user the 92.Nm 93should run as after it initializes. |
94The value specified may be either a user name or a numeric user id. | 94The value specified may be either a user name or a numeric user ID. |
95This only works if 96.Nm 97was started as root. 98The default user name is | 95This only works if 96.Nm 97was started as root. 98The default user name is |
99.Dq nobody . | 99.Dq Li nobody . |
100.El 101.Sh CAVEAT 102The 103.Nm 104daemon 105will listen for incoming L2CAP connections on a wildcard BD_ADDR. 106.Pp 107In case of multiple Bluetooth devices connected to the same host it is 108possible to specify which services should be 109.Dq bound | 100.El 101.Sh CAVEAT 102The 103.Nm 104daemon 105will listen for incoming L2CAP connections on a wildcard BD_ADDR. 106.Pp 107In case of multiple Bluetooth devices connected to the same host it is 108possible to specify which services should be 109.Dq bound |
110to which Bluetooth device. Such assigment should be done at service 111registration time. | 110to which Bluetooth device. 111Such assigment should be done at service registration time. |
112.Pp 113Access rights on the control socket define which application can register, 114remove or change the service. 115The application must be able to write to and read from the control socket | 112.Pp 113Access rights on the control socket define which application can register, 114remove or change the service. 115The application must be able to write to and read from the control socket |
116in order to perform any query to the Service Database via control socket. | 116in order to perform any query to the Service Database via control socket. |
117.Pp 118The 119.Nm | 117.Pp 118The 119.Nm |
120daemon does not checks for duplicated Service Records. 121It only performs minimal check on the service data sent in the Service | 120daemon does not check for duplicated Service Records. 121It only performs minimal checking on the service data sent in the Service |
122Register request. 123It is assumed that application must obtain all required resources such | 122Register request. 123It is assumed that application must obtain all required resources such |
124as RFCOMM channels etc. before registering the service. | 124as RFCOMM channels etc., before registering the service. |
125.Sh BUGS 126Most likely. 127Please report if found. 128.Sh FILES 129.Bl -tag -width ".Pa /var/run/sdp" -compact 130.It Pa /var/run/sdp 131.El 132.Sh SEE ALSO 133.Xr sdp 3 , 134.Xr sdpcontrol 8 135.Sh AUTHORS 136.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com | 125.Sh BUGS 126Most likely. 127Please report if found. 128.Sh FILES 129.Bl -tag -width ".Pa /var/run/sdp" -compact 130.It Pa /var/run/sdp 131.El 132.Sh SEE ALSO 133.Xr sdp 3 , 134.Xr sdpcontrol 8 135.Sh AUTHORS 136.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com |