Subject: CVS commit: src/sys/netbt
To: None <source-changes@NetBSD.org>
From: Iain Hibbert <plunky@netbsd.org>
List: source-changes
Date: 09/16/2007 19:59:31
Module Name:	src
Committed By:	plunky
Date:		Sun Sep 16 19:59:31 UTC 2007

Modified Files:
	src/sys/netbt: hci.h hci_event.c hci_link.c hci_misc.c

Log Message:
improve memo taking of known bluetooth devices

- centralise creation of new memo into function
  hci_memo_new(), when a memo exists for that address,
  just update the timestamp.

- all results of inquiry/rssi result are processed; even
  if no memo can be allocated, we may update a timestamp.

- for new connections, query the clock offset of the remote
  device, in order that we can use it to facilitate future
  reconnections

- as a connection is removed, make a memo of the clock offset


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/netbt/hci.h
cvs rdiff -r1.8 -r1.9 src/sys/netbt/hci_event.c
cvs rdiff -r1.13 -r1.14 src/sys/netbt/hci_link.c
cvs rdiff -r1.2 -r1.3 src/sys/netbt/hci_misc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.