NetBSD/sys/netbt
plunky d0e804ff6e a "Create Connection" command can sometimes fail to start for whatever
reason and the command_status event returns failure but we get no
indication of which connection failed (for instance in the case where
we tried to open too many connections all at once)

So, keep a flag on the link to indicate pending status until the
command_status event is returned to help us decide which should
be failed.
2008-03-06 20:56:26 +00:00
..
bluetooth.h Macros that are meant for statements (instead of expressions) SHALL 2007-09-17 01:23:17 +00:00
bt_proto.c don't explicitly list unused and NULL entries in the domain declaration 2007-11-20 20:18:00 +00:00
bt_sysctl.c BluetootH SCO Audio update. 2006-08-27 11:41:58 +00:00
files.netbt update to bluetooth device attachment: 2006-09-10 15:45:55 +00:00
hci_event.c a "Create Connection" command can sometimes fail to start for whatever 2008-03-06 20:56:26 +00:00
hci_ioctl.c Clean up the way that bluetooth drivers attach to the bluetooth stack, 2007-11-28 20:16:11 +00:00
hci_link.c a "Create Connection" command can sometimes fail to start for whatever 2008-03-06 20:56:26 +00:00
hci_misc.c improve memo taking of known bluetooth devices 2007-09-16 19:59:30 +00:00
hci_socket.c add HCI definitions from the Bluetooth 2.1 spec 2008-02-10 17:40:54 +00:00
hci_unit.c request and keep a mask of supported commands per unit in order 2007-12-30 18:26:42 +00:00
hci.h a "Create Connection" command can sometimes fail to start for whatever 2008-03-06 20:56:26 +00:00
l2cap_lower.c use more device_t and device_xxx() accessors 2007-11-10 23:12:22 +00:00
l2cap_misc.c "struct callout" -> callout_t 2007-11-03 17:20:17 +00:00
l2cap_signal.c use more device_t and device_xxx() accessors 2007-11-10 23:12:22 +00:00
l2cap_socket.c Add 'service level' security for L2CAP and RFCOMM connections, following 2007-04-21 06:15:22 +00:00
l2cap_upper.c fix typos 2007-04-29 20:23:34 +00:00
l2cap.h "struct callout" -> callout_t 2007-11-03 17:20:17 +00:00
Makefile
rfcomm_dlc.c "struct callout" -> callout_t 2007-11-03 17:20:17 +00:00
rfcomm_session.c do not destroy session callout until the session is definitely finished 2008-01-31 19:30:23 +00:00
rfcomm_socket.c for PRU_ATTACH, we should make sure that so_pcb is not allocated when 2007-10-15 18:04:34 +00:00
rfcomm_upper.c allow listening to channel RFCOMM_CHANNEL_ANY, which means that 2007-11-20 20:25:57 +00:00
rfcomm.h allow listening to channel RFCOMM_CHANNEL_ANY, which means that 2007-11-20 20:25:57 +00:00
sco_socket.c Add 'service level' security for L2CAP and RFCOMM connections, following 2007-04-21 06:15:22 +00:00
sco_upper.c be more explicit and consistent in use of KASSERT with pointers, 2007-03-30 20:47:02 +00:00
sco.h Bluetooth fixes by Iain Hibbert: 2006-07-26 10:20:56 +00:00