linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-15 14:05:32 to 2012-10-18 16:15:02 UTC [more...]

[PATCH 00/11] mSBC tests
 2012-10-18 16:15 UTC  (3+ messages)
` [PATCH 01/11] Pass encoder_state to process input functions
` [PATCH 02/11] Add encoder_state parameter to analysis functions

[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 "

[PATCH v6 00/16] Move storage config and names files to ini-file format
 2012-10-18 13:01 UTC  (17+ 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 "

[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

[RFCv1 1/7] Bluetooth: AMP: Use Loglink handle in ACL Handle field
 2012-10-18 10:28 UTC  (8+ messages)
` [PATCHv2 0/6] AMP link fixes
  ` [PATCHv2 5/6] Bluetooth: AMP: Get amp_mgr reference in HS hci_conn
          ` [PATCHv2] "

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

Memory leak introduced in commit f8619bef3406a2134082dc41c208105fe028c09f
 2012-10-18  8:39 UTC  (4+ messages)
  ` [RFC] attrib: Fix memleak if att_data_list_alloc fails

[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 BlueZ 1/2] gdbus: Remove connection from pending_property functions
 2012-10-17 18:33 UTC  (5+ messages)
` [PATCH BlueZ 2/2] core: Update gdbus function calls

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

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

[PATCH 1/8] audio: Move btd_device unref after last use in device_free
 2012-10-16 10:37 UTC  (9+ messages)
` [PATCH 2/8] mgmt: Make mgmt_update_powered return void
` [PATCH 3/8] audio: Remove path from struct audio_device
` [PATCH 4/8] network: Remove redundant struct network_peer members
` [PATCH 5/8] input: Remove not needed adapters list in manager
` [PATCH 6/8] mgmt: Remove not used members from controller_info
` [PATCH 7/8] Simplify str2ba function
` [PATCH 8/8] adapter: Remove not used defines

Is it incorrect in checking of "NO_RESET" bit in hci_core.c:hci_dev_do_close()?
 2012-10-16  9:49 UTC  (4+ messages)

[PATCH 1/4] Bluetooth: Fix L2CAP PSM bind issue
 2012-10-15 18:16 UTC  (6+ messages)

[RFC obexd 01/11] fuse: Add initial gobexfuse files, fuse main and options parse
 2012-10-15 15:37 UTC  (5+ messages)
` [RFC obexd 02/11] build: Add --enable-fuse for gobexfuse

[PATCH BlueZ 01/16] AVCTP: Simplify channel handling
 2012-10-15 14:37 UTC  (8+ messages)
` [PATCH BlueZ 04/16] AVRCP: Don't respond with errors when no player is registered
` [PATCH BlueZ 12/16] AVRCP: Fix handling TG PDUs as they were CT PDUs
` [PATCH BlueZ 13/16] AVRCP: Add proper role init procedure
` [PATCH BlueZ 14/16] control: Add basic support for AVRCP 1.0 controller
` [PATCH BlueZ 15/16] control: Add Control.Connect API
` [PATCH BlueZ 16/16] control: Add Control.Disconnect method


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