messages from 2010-08-05 10:07:09 to 2010-08-12 12:16:31 UTC [more...]
resending patch to retry reset in case it failed
2010-08-12 12:16 UTC (3+ messages)
why is hciops a plugin ?
2010-08-12 11:43 UTC (5+ messages)
[PATCH] IrMC sync server support
2010-08-12 11:41 UTC (3+ messages)
[PATCHv2] Bluetooth: new sockopt to enter active state when sending data
2010-08-12 11:31 UTC (2+ messages)
[PATCHv1 0/2] Don't delete l2cap chan and sk when sk is owned by user
2010-08-12 11:27 UTC (5+ messages)
` [PATCHv1 1/2] Bluetooth: Check sk is not owned before freeing l2cap_conn
[PATCH] ebook backend: separate concatenated vcards with \r\n
2010-08-12 11:15 UTC (2+ messages)
[PATCH] Cosmetic: fix comment typos/indents
2010-08-12 11:15 UTC (2+ messages)
[PATCH] Use enum from vcard.h for phone types
2010-08-12 11:13 UTC (2+ messages)
QuiC AMP development
2010-08-12 2:17 UTC (5+ messages)
[PATCH 1/2] list api docs alphabetically and one per line in EXTRA_DIST
2010-08-11 18:55 UTC (6+ messages)
` [PATCH 2/2] add three missing api documents to EXTRA_DIST
` [PATCH] Add hfp-api.txt "
[PATCH] add mailing list as bug report address to configure.ac
2010-08-11 17:39 UTC (2+ messages)
[PATCH 0/1] Bluetooth: RPN negotiation fix
2010-08-11 17:31 UTC (3+ messages)
` [PATCH 1/1] "
Support for HCI commands and events related to AMP functionality
2010-08-11 16:26 UTC (4+ messages)
` [PATCH 1/2] HCI commands "
` [PATCH 2/2] HCI events "
[PATCH] Fix not unmarking temporary flag when a new key is created
2010-08-11 13:58 UTC (2+ messages)
[PATCH 1/2] Fix not deleting stored keys when a new one is created
2010-08-11 13:43 UTC (5+ messages)
` [PATCH 2/2] Fix not unmarking temporary flag when a new key "
[PATCH] Solve compilation warning usin gcc 4.5.0
2010-08-11 13:40 UTC (7+ messages)
[RFC 0/7] L2CAP fragmentation changes
2010-08-11 5:25 UTC (22+ messages)
` [RFC 1/7] Bluetooth: Calculate L2CAP FCS on fragmented skbuffs
` [RFC 2/7] Bluetooth: Use enhanced L2CAP header structure and symbolic values
` [RFC 3/7] Bluetooth: Add FCS awareness to L2CAP HCI fragmentation
` [RFC 4/7] Bluetooth: Linearize received L2CAP skbuffs
` [RFC 5/7] Bluetooth: Handle fragmented skbs in bt_sock_stream_recvmsg()
` [RFC 6/7] Bluetooth: Reassemble enhanced L2CAP PDUs using skb fragments
` [RFC 7/7] Bluetooth: Do not limit enhanced L2CAP max PDU size to HCI MTU
[RFC] Bluetooth: Option to enable power management from host
2010-08-11 4:46 UTC
patch for firmware download to Qualcomm Bluetooth chip
2010-08-11 2:27 UTC (3+ messages)
[PATCH] Bluetooth: Process HCI events in a workqueue instead of a tasklet
2010-08-10 21:41 UTC (6+ messages)
[PATCH v4 0/5] L2CAP updates for FCS, valid PSMs, and stream recv
2010-08-10 21:21 UTC (8+ messages)
` [PATCH 1/5] Bluetooth: Only enable L2CAP FCS for ERTM or streaming
` [PATCH 2/5] Bluetooth: Validate PSM values in calls to connect() and bind()
` [PATCH 3/5] Bluetooth: Add common code for stream-oriented recvmsg()
` [PATCH 4/5] Bluetooth: Use common SOCK_STREAM receive code in RFCOMM
` [PATCH 5/5] Bluetooth: Use a stream-oriented recvmsg with SOCK_STREAM L2CAP sockets
[PATCH v2 0/2] Use HCI device type to determine suitability of HCI commands
2010-08-10 20:15 UTC (10+ messages)
` [PATCH 1/2] Remove non-functional hci_devinfo calls in init_device()
` [PATCH 2/2] Use HCI device type to gate BR/EDR-specific HCI commands
` [PATCH 1/1] "
Question about BlueZ licenses (LGPL and Apache)
2010-08-10 15:14 UTC (10+ messages)
[PATCH 0/2] Use HCI device type to determine suitability of HCI commands
2010-08-10 15:12 UTC (6+ messages)
` [PATCH 1/2] Remove non-functional hci_devinfo calls in init_device()
` [PATCH 2/2] Use HCI device type to gate BR/EDR-specific HCI commands
[PATCH] Fix multiple phone number problem in pull vcard
2010-08-10 14:04 UTC (2+ messages)
[PATCH] Bluetooth: new sockopt to enter active state when sending data
2010-08-10 13:53 UTC (3+ messages)
[PATCH] Bluetooth: btmrvl: devices are either BR/EDR or AMPs
2010-08-10 12:13 UTC (2+ messages)
[PATCH 1/1] Bluetooth: hidp: Add support for hidraw HIDIOCGFEATURE and HIDIOCSFEATURE
2010-08-10 12:12 UTC (13+ messages)
Interlaced page scan
2010-08-10 8:45 UTC
Changes in HDP API
2010-08-10 8:01 UTC (4+ messages)
` [PATCH] "
RFC: QuIC's AMP + eL2CAP Technical Plans
2010-08-09 22:21 UTC (8+ messages)
[PATCH] Bluetooth: Support SDIO devices that are AMP controllers
2010-08-09 21:44 UTC (2+ messages)
[PATCH] Bluetooth: HCI devices are either BR/EDR or AMP radios
2010-08-09 21:39 UTC (2+ messages)
[PATCH] return value checking of e_book_async_get_contacts() was wrong
2010-08-09 20:55 UTC (2+ messages)
[PATCH v3 0/9] Bluetooth: L2CAP updates for PSM validation and ERTM
2010-08-09 16:50 UTC (19+ messages)
` [PATCH 1/9] Bluetooth: Only enable for L2CAP FCS for ERTM or streaming
` [PATCH 2/9] Bluetooth: Change default ERTM retransmit timeout
` [PATCH 3/9] Bluetooth: Validate PSM values in calls to connect() and bind()
` [PATCH 4/9] Bluetooth: Fix endianness issue with L2CAP MPS configuration
` [PATCH 5/9] Bluetooth: Fix incorrect setting of remote_tx_win for L2CAP ERTM
` [PATCH 6/9] Bluetooth: Add common code for stream-oriented recvmsg()
` [PATCH 7/9] Bluetooth: Use common SOCK_STREAM receive code in RFCOMM
` [PATCH 8/9] Bluetooth: Use a stream-oriented recvmsg with SOCK_STREAM L2CAP sockets
` [PATCH 9/9] Bluetooth: Use 3-DH5 payload size for default ERTM max PDU size
[PATCH 2/2] Fix multiple phone number problem in pull vcard
2010-08-09 14:01 UTC (2+ messages)
[PATCH 1/2] Fix multiple phone numbers problem in vcard-listing
2010-08-09 13:55 UTC (2+ messages)
Workaround for buggy BT dongles
2010-08-09 13:36 UTC (2+ messages)
[PATCH] Bluetooth: Use controller workqueue to create sysfs entries for links
2010-08-09 3:07 UTC
[PATCH] net: bluetooth: Fix build error from rfcomm/tty.c
2010-08-08 18:24 UTC (2+ messages)
Next BlueZ developer meeting
2010-08-07 22:10 UTC (9+ messages)
[PATCH v8 0/7] Enhanced support for extended inquiry response
2010-08-07 3:10 UTC (12+ messages)
` [PATCH 7/7] Add service UUIDs from EIR to device properties in "Device Found" signal
Handling HID Connections for certain devices externally
2010-08-05 22:15 UTC
NoInputNoOutput and legacy pairing?
2010-08-05 20:58 UTC (3+ messages)
[PATCH v2 0/9] Bluetooth: L2CAP updates for PSM validation and ERTM
2010-08-05 16:54 UTC (13+ messages)
` [PATCH 1/9] Bluetooth: Only enable for L2CAP FCS for ERTM or streaming
` [PATCH 2/9] Bluetooth: Change default ERTM retransmit timeout
` [PATCH 4/9] Bluetooth: Fix endianness issue with L2CAP MPS configuration
` [PATCH 5/9] Bluetooth: Fix incorrect setting of remote_tx_win for L2CAP ERTM
[PATCH][RFC] Fix SDP resolving segfault
2010-08-05 14:48 UTC (13+ messages)
[PATCH] Fix not deleting stored keys when a new one is created
2010-08-05 13:58 UTC
Reg: L2cap Security And Role Switch
2010-08-05 12:54 UTC (6+ messages)
` "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).