| #
3d14cc82
|
| 17-Sep-2025 |
Christos Margiolis <christos@FreeBSD.org> |
sdp(3): Change bdaddr parameter type in sdp_register_service()
Fixes compiler error when the caller passes a const bdaddr_t * paramemeter (e.g., NG_HCI_BDADDR_ANY).
Sponsored by: The FreeBSD Founda
sdp(3): Change bdaddr parameter type in sdp_register_service()
Fixes compiler error when the caller passes a const bdaddr_t * paramemeter (e.g., NG_HCI_BDADDR_ANY).
Sponsored by: The FreeBSD Foundation MFC after: 1 day Reviewed by: markj, emaste Differential Revision: https://reviews.freebsd.org/D52582
show more ...
|
| #
b2c76c41
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line nroff pattern
Remove /^\.\\"\s*\$FreeBSD\$$\n/
|
| #
3d14cc82
|
| 17-Sep-2025 |
Christos Margiolis <christos@FreeBSD.org> |
sdp(3): Change bdaddr parameter type in sdp_register_service()
Fixes compiler error when the caller passes a const bdaddr_t * paramemeter (e.g., NG_HCI_BDADDR_ANY).
Sponsored by: The FreeBSD Founda
sdp(3): Change bdaddr parameter type in sdp_register_service()
Fixes compiler error when the caller passes a const bdaddr_t * paramemeter (e.g., NG_HCI_BDADDR_ANY).
Sponsored by: The FreeBSD Foundation MFC after: 1 day Reviewed by: markj, emaste Differential Revision: https://reviews.freebsd.org/D52582
show more ...
|
| #
b2c76c41
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line nroff pattern
Remove /^\.\\"\s*\$FreeBSD\$$\n/
|
| #
515bb54c
|
| 30-Apr-2018 |
Vladimir Kondratyev <wulf@FreeBSD.org> |
libsdp: Add method that returns actual source BD_ADDR of SDP session.
Reviewed by: emax, wblock (docs) Differential Revision: https://reviews.freebsd.org/D13456
|
| #
246e7a2b
|
| 02-Sep-2014 |
Neel Natu <neel@FreeBSD.org> |
IFC @r269962
Submitted by: Anish Gupta (akgupt3@gmail.com)
|
| #
ee7b0571
|
| 19-Aug-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge head from 7/28
|
| #
1b833d53
|
| 13-Aug-2014 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
Sync to HEAD@r269943.
|
| #
2b7af31c
|
| 23-Jun-2014 |
Baptiste Daroussin <bapt@FreeBSD.org> |
use .Mt to mark up email addresses consistently (part3)
PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de>
|
| #
515bb54c
|
| 30-Apr-2018 |
Vladimir Kondratyev <wulf@FreeBSD.org> |
libsdp: Add method that returns actual source BD_ADDR of SDP session.
Reviewed by: emax, wblock (docs) Differential Revision: https://reviews.freebsd.org/D13456
|
| #
246e7a2b
|
| 02-Sep-2014 |
Neel Natu <neel@FreeBSD.org> |
IFC @r269962
Submitted by: Anish Gupta (akgupt3@gmail.com)
|
| #
ee7b0571
|
| 19-Aug-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge head from 7/28
|
| #
1b833d53
|
| 13-Aug-2014 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
Sync to HEAD@r269943.
|
| #
2b7af31c
|
| 23-Jun-2014 |
Baptiste Daroussin <bapt@FreeBSD.org> |
use .Mt to mark up email addresses consistently (part3)
PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de>
|
| #
c2025a76
|
| 16-Aug-2010 |
Joel Dahl <joel@FreeBSD.org> |
Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while translating these manual pages. Minor corrections by me.
Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
|
| #
f789cb82
|
| 15-Jun-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Assorted markup fixes.
Approved by: re
|
| #
43d33de9
|
| 27-May-2005 |
Maksim Yevmenkin <emax@FreeBSD.org> |
Do not tread 128-bit UUID as int128. Provide separate macros to get/put 128-bit UUID libsdp(3). Fix 128-bit UUID printing in sdpcontrol(8).
MFC after: 3 days
|
| #
24a0682c
|
| 20-Jan-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Sort sections.
|
| #
0d0f0252
|
| 05-Jul-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
Make whatis(1) happy about the NAME section. Slightly fix markup and grammar.
|
| #
1a0a9345
|
| 02-Jul-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
Mechanically kill hard sentence breaks.
|
| #
d37ea998
|
| 02-Jul-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
Removed trailing whitespace.
|
| #
07be7a6c
|
| 20-Jan-2004 |
Maksim Yevmenkin <emax@FreeBSD.org> |
Import sdpd(8) sources. This is Bluetooth Service Discovery Protocol daemon. Extend libsdp(3) API to allow service registration and removal. Fix uninitialized variable bug in sdpcontrol(8).
Reviewed
Import sdpd(8) sources. This is Bluetooth Service Discovery Protocol daemon. Extend libsdp(3) API to allow service registration and removal. Fix uninitialized variable bug in sdpcontrol(8).
Reviewed by: imp (mentor) No objection: ru
show more ...
|
| #
a4b187fa
|
| 09-Jan-2004 |
Maksim Yevmenkin <emax@FreeBSD.org> |
Change sdp_open_local(3) API. It now takes a path to a control socket Teach sdpcontrol(8) how to talk to the local SDP server Update man pages s/u_int/uint
Reviewed by: imp (mentor), ru
|
| #
6aae6f7e
|
| 09-Jan-2004 |
Maksim Yevmenkin <emax@FreeBSD.org> |
Prepare libsdp(3) for the upcoming sdpd import Also while i'm here s/u_int/uint
Reviewed by: imp (mentor), ru
|
| #
0986ab12
|
| 12-Oct-2003 |
Maksim Yevmenkin <emax@FreeBSD.org> |
Update Bluetooth code.
Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org> Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)
|