linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-16 13:58:19 to 2012-10-19 09:37:57 UTC [more...]

[PATCHv3 00/18] L2CAP signaling for AMP channel create/move
 2012-10-19  9:37 UTC  (35+ messages)
` [PATCHv3 01/18] Bluetooth: Add new l2cap_chan struct members for high speed channels
` [PATCHv3 02/18] Bluetooth: Add L2CAP create channel request handling
` [PATCHv3 03/18] Bluetooth: Remove unnecessary intermediate function
` [PATCHv3 04/18] Bluetooth: Lookup channel structure based on DCID
` [PATCHv3 05/18] Bluetooth: Channel move request handling
` [PATCHv3 06/18] Bluetooth: Add new ERTM receive states for channel move
` [PATCHv3 07/18] Bluetooth: Add move channel confirm handling
` [PATCHv3 08/18] Bluetooth: Add state to hci_chan
` [PATCHv3 09/18] Bluetooth: Move channel response
` [PATCHv3 10/18] Bluetooth: Add logical link confirm
` [PATCHv3 11/18] Bluetooth: Add move confirm response handling
` [PATCHv3 12/18] Bluetooth: Handle physical link completion
` [PATCHv3 13/18] Bluetooth: Flag ACL frames as complete for AMP controllers
` [PATCHv3 14/18] Bluetooth: Do not send data during channel move
` [PATCHv3 15/18] Bluetooth: Configure appropriate timeouts for AMP controllers
` [PATCHv3 16/18] Bluetooth: Ignore BR/EDR packet size constraints when fragmenting for AMP
` [PATCHv3 17/18] Bluetooth: Do not retransmit data during a channel move
` [PATCHv3 18/18] Bluetooth: Start channel move when socket option is changed

[PATCH v6 00/16] Move storage config and names files to ini-file format
 2012-10-19  9:33 UTC  (20+ messages)
` [PATCH v6 01/16] doc: Add settings storage documentation
` [PATCH v6 02/16] adapter: Read name in storage at init
` [PATCH v6 03/16] adaptername: Retrieve config name from adapter
` [PATCH v6 04/16] adapter: Read device class in storage at init
` [PATCH v6 05/16] adapter: Move pairable read to load_config()
` [PATCH v6 06/16] adapter: Read pairable timeout in storage at init
` [PATCH v6 07/16] adapter: Read discoverable "
` [PATCH v6 08/16] adapter: Read mode "
` [PATCH v6 09/16] adapter: Move saved config to ini-file format
` [PATCH v6 10/16] TODO: Add entry to remove storage convertion function
` [PATCH v6 11/16] adapter: Move storage names to cache directory
` [PATCH v6 12/16] event: Remove write of LastSeen info
` [PATCH v6 13/16] device: Retrieve name from cache directory
` [PATCH v6 14/16] dbusoob: Store device name in "
` [PATCH v6 15/16] input: Retrieve device name from "
` [PATCH v6 16/16] hcitool: Retrieve names "

Memory leak introduced in commit f8619bef3406a2134082dc41c208105fe028c09f
 2012-10-19  7:42 UTC  (6+ messages)
  ` [RFC] attrib: Fix memleak if att_data_list_alloc fails

[RFC 0/6] DBus.Properties: Converting SAP, HEALTH and fix to input
 2012-10-19  7:40 UTC  (8+ messages)
` [RFC 1/6] input: Fix not sending PropertiesChanged signal
` [RFC 2/6] sap: Fix usage of wrong struct in get_properties()
` [RFC 3/6] sap: Convert to DBus.Properties
` [RFC 4/6] health: Convert HealthChannel "
` [RFC 5/6] health: Convert HealthDevice "
` [RFC 6/6] doc: Update Health to BlueZ 5

[PATCH BlueZ 1/2] gdbus: Remove connection from pending_property functions
 2012-10-19  7:34 UTC  (6+ messages)
` [PATCH BlueZ 2/2] core: Update gdbus function calls

pull request: bluetooth-next 2012-10-18
 2012-10-18 22:00 UTC 

[PATCH 08/21] TTY: hci_ldisc, remove invalid check in open
 2012-10-18 20:47 UTC  (2+ messages)

[PATCH 00/11] mSBC tests
 2012-10-18 16:59 UTC  (19+ messages)
` [PATCH 01/11] Pass encoder_state to process input functions
` [PATCH 02/11] Add encoder_state parameter to analysis functions
` [PATCH 03/11] Make increment variable
` [PATCH 04/11] Add msbc encoding and decoding flag
` [PATCH 05/11] Add simd primitive for 1b 8s analyse
` [PATCH 06/11] Add support for mSBC frame header
` [PATCH 07/11] Add mmx primitive for 1b 8s analyse
` [PATCH 08/11] update sbcdec for msbc
` [PATCH 09/11] update sbcenc "
` [PATCH 10/11] update sbcinfo "
` [PATCH 11/11] Update copyrights

[PATCHv2 00/19] L2CAP signaling for AMP channel create/move
 2012-10-18 16:04 UTC  (33+ messages)
` [PATCHv2 01/19] Bluetooth: Add new l2cap_chan struct members for high speed channels
` [PATCHv2 02/19] Bluetooth: Add L2CAP create channel request handling
` [PATCHv2 03/19] Bluetooth: Remove unnecessary intermediate function
` [PATCHv2 04/19] Bluetooth: Lookup channel structure based on DCID
` [PATCHv2 05/19] Bluetooth: Channel move request handling
` [PATCHv2 06/19] Bluetooth: Add new ERTM receive states for channel move
` [PATCHv2 07/19] Bluetooth: Add move channel confirm handling
` [PATCHv2 08/19] Bluetooth: Add state to hci_chan
` [PATCHv2 09/19] Bluetooth: Move channel response
` [PATCHv2 10/19] Bluetooth: Add logical link confirm
` [PATCHv2 11/19] Bluetooth: Add move confirm response handling
` [PATCHv2 12/19] Bluetooth: Handle physical link completion
` [PATCHv2 13/19] Bluetooth: Flag ACL frames as complete for AMP controllers
` [PATCHv2 14/19] Bluetooth: Do not send data during channel move
` [PATCHv2 15/19] Bluetooth: Configure appropriate timeouts for AMP controllers
` [PATCHv2 16/19] Bluetooth: Ignore BR/EDR packet size constraints when fragmenting for AMP
` [PATCHv2 17/19] Bluetooth: Send create channel request instead of connect "
` [PATCHv2 18/19] Bluetooth: Do not retransmit data during a channel move
` [PATCHv2 19/19] Bluetooth: Start channel move when socket option is changed

[PATCH BlueZ] AVDTP: Do not keep a internal reference
 2012-10-18 14:57 UTC  (3+ messages)

[PATCH v5 00/15] Move storage config and names files to ini-file format
 2012-10-18 14:41 UTC  (20+ messages)
` [PATCH v5 01/15] doc: Add settings storage documentation
` [PATCH v5 02/15] adapter: Read name in storage at init
` [PATCH v5 03/15] adaptername: Retrieve config name from adapter
` [PATCH v5 04/15] adapter: Read device class in storage at init
` [PATCH v5 05/15] adapter: Move pairable read to load_config()
` [PATCH v5 06/15] adapter: Read pairable timeout in storage at init
` [PATCH v5 07/15] adapter: Read discoverable "
` [PATCH v5 08/15] adapter: Read mode "
` [PATCH v5 09/15] adapter: Move saved config to ini-file format
` [PATCH v5 10/15] TODO: Add entry to remove storage convertion function
` [PATCH v5 11/15] adapter: Move storage names to cache directory
` [PATCH v5 12/15] device: Retrieve name from "
` [PATCH v5 13/15] dbusoob: Store device name in "
` [PATCH v5 14/15] input: Retrieve device name from "
` [PATCH v5 15/15] hcitool: Retrieve names "

[RFCv0 0/8] Handling physical and logical link
 2012-10-18 10:44 UTC  (11+ messages)
` [RFCv0 1/8] Bluetooth: AMP: Process Physical Link Complete evt
` [RFCv0 2/8] Bluetooth: AMP: Process Logical Link complete evt
` [RFCv0 3/8] Bluetooth: Add logical link create function
` [RFCv0 4/8] Bluetooth: AMP: Process Disc Logical Link
` [RFCv0 5/8] Bluetooth: AMP: Process Disc Physical Link complete evt
` [RFCv0 6/8] Bluetooth: AMP: Remove hci_conn receiving error command status
` [RFCv0 7/8] Bluetooth: Disconnect logical link when deleteing chan
` [RFCv0 8/8] Bluetooth: Add put(hcon) when deleting hchan

[PATCHv2 5/6] Bluetooth: AMP: Get amp_mgr reference in HS hci_conn
 2012-10-18 10:28 UTC  (3+ messages)
` [PATCHv2] "

a short question: what are BREDR and AMP?
 2012-10-18  9:05 UTC  (3+ messages)

[RFC BlueZ] adapter: Fix memory leak on discovery cleanup
 2012-10-18  7:33 UTC  (2+ messages)

obex-client: support authentication response?
 2012-10-17 21:13 UTC 

[PATCH 00/19] L2CAP signaling for AMP channel create/move
 2012-10-17 17:10 UTC  (13+ messages)
` [PATCH 07/19] Bluetooth: Add move channel confirm handling
` [PATCH 09/19] Bluetooth: Move channel response
` [PATCH 10/19] Bluetooth: Add logical link confirm

REMINDER: Linux wireless networking summit, Barcelona 8-9 November
 2012-10-17 14:46 UTC  (3+ messages)

gatttool and multiple devices connected
 2012-10-17 13:02 UTC  (7+ messages)

[PATCH] device: Fix modifying list while iterating
 2012-10-17 10:42 UTC  (2+ messages)

[PATCH] avdtp: Fix crash on connection lost
 2012-10-17 10:32 UTC  (7+ messages)

Bluez/Obexd upstream test result_20121017(bluez-4.101.681+ obexd-0.47.66)
 2012-10-17  9:58 UTC 

[PATCH] heartrate: Always write measurement CCC on discovery
 2012-10-17  8:09 UTC  (2+ messages)

[PATCH BlueZ 1/2] AVRCP: Fix using void * for metadata values
 2012-10-16 14:47 UTC  (6+ messages)
` [PATCH BlueZ 2/2] AVRCP: Don't respond with errors when no player is registered


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).