messages from 2012-10-18 09:00:55 to 2012-10-23 14:46:08 UTC [more...]
[PATCH 1/5] Bluetooth: trivial: Remove newline before EOF
2012-10-23 14:46 UTC (9+ messages)
` [PATCH 2/5] Bluetooth: Remove unnecessary include export.h
` [PATCH 3/5] Bluetooth: Replace include linux/module.h with linux/export.h
` [PATCH 4/5] Bluetooth: mgmt: Use __constant when dealing with constants
` [PATCH v1 5/5] Bluetooth: Fix L2CAP dynamic PSM bind issue
[PATCH] Bluetooth: Add support for Atheros [04ca:3004]
2012-10-23 14:42 UTC (2+ messages)
[PATCH BlueZ 1/2] audio: Fix headset NULL pointer dereference during AT+BLDN response
2012-10-23 13:57 UTC (2+ messages)
` [PATCH BlueZ 2/2] gdbus: Replace leading spaces with tabs
[PATCH BlueZ v2] AVDTP: Do not keep a internal reference
2012-10-23 13:16 UTC (2+ messages)
[PATCH] doc: media API doco proofraeding
2012-10-23 12:36 UTC (2+ messages)
[PATCH RESEND net-next] bluetooth: hci_core: Replace list_for_each with list_for_each_entry() helper
2012-10-22 17:00 UTC (2+ messages)
[PATCH 0/5 v2] Bluetooth: Add basic support for single-mode controllers
2012-10-22 10:13 UTC (9+ messages)
` [PATCH 1/5 v2] Bluetooth: Add initial support for LE-only controllers
` [PATCH 2/5 v2] Bluetooth: Fix LE MTU reporting for HCIGETDEVINFO
` [PATCH 3/5 v2] Bluetooth: Add setting of the LE event mask
` [PATCH 4/5 v2] Bluetooth: Fix HCI command sending when powering on LE-only adapters
` [PATCH 5/5 v2] Bluetooth: Read adversiting channel TX power during init sequence
[PATCH bluez] wiimote: add Wii-Remote-Plus ID and name detection
2012-10-22 8:31 UTC
[PATCH] Bluetooth: Add support for Atheros [04ca:3004]
2012-10-22 5:26 UTC
[RFC v1 obexd 01/11] fuse: Add initial obexfuse files, fuse main and options parse
2012-10-21 17:05 UTC (11+ messages)
` [RFC v1 obexd 02/11] build: Add --enable-fuse for obexfuse
` [RFC v1 obexd 03/11] fuse: Add obexhlp_connect/disconnect functions with helpers
` [RFC v1 obexd 04/11] fuse: Add request helpers and setpath operation
` [RFC v1 obexd 05/11] fuse: Add readdir operation
` [RFC v1 obexd 06/11] fuse: Add getattr operation
` [RFC v1 obexd 07/11] fuse: Add open and read operations plus location helpers
` [RFC v1 obexd 08/11] fuse: Add write operation
` [RFC v1 obexd 09/11] fuse: Add touch operation
` [RFC v1 obexd 10/11] fuse: Add unlink/rmdir operation
` [RFC v1 obexd 11/11] fuse: Add rename operation
[PATCHv4 00/18] L2CAP signaling for AMP channel create/move
2012-10-19 21:34 UTC (19+ messages)
` [PATCHv4 01/18] Bluetooth: Add new l2cap_chan struct members for high speed channels
` [PATCHv4 02/18] Bluetooth: Add L2CAP create channel request handling
` [PATCHv4 03/18] Bluetooth: Remove unnecessary intermediate function
` [PATCHv4 04/18] Bluetooth: Lookup channel structure based on DCID
` [PATCHv4 05/18] Bluetooth: Channel move request handling
` [PATCHv4 06/18] Bluetooth: Add new ERTM receive states for channel move
` [PATCHv4 07/18] Bluetooth: Add move channel confirm handling
` [PATCHv4 08/18] Bluetooth: Add state to hci_chan
` [PATCHv4 09/18] Bluetooth: Move channel response
` [PATCHv4 10/18] Bluetooth: Add logical link confirm
` [PATCHv4 11/18] Bluetooth: Add move confirm response handling
` [PATCHv4 12/18] Bluetooth: Handle physical link completion
` [PATCHv4 13/18] Bluetooth: Flag ACL frames as complete for AMP controllers
` [PATCHv4 14/18] Bluetooth: Do not send data during channel move
` [PATCHv4 15/18] Bluetooth: Configure appropriate timeouts for AMP controllers
` [PATCHv4 16/18] Bluetooth: Ignore BR/EDR packet size constraints when fragmenting for AMP
` [PATCHv4 17/18] Bluetooth: Do not retransmit data during a channel move
` [PATCHv4 18/18] Bluetooth: Start channel move when socket option is changed
[PATCHv3 00/18] L2CAP signaling for AMP channel create/move
2012-10-19 21:21 UTC (38+ 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 0/6] Bluetooth: Add basic support for single-mode controllers
2012-10-19 17:25 UTC (12+ messages)
` [PATCH 1/6] Bluetooth: Remove unnecessary LE init req from HCI core
` [PATCH 2/6] Bluetooth: Fix LE MTU reporting for HCIGETDEVINFO
` [PATCH 3/6] Bluetooth: Add initial support for LE-only controllers
` [PATCH 4/6] Bluetooth: Add setting of the LE event mask
` [PATCH 5/6] Bluetooth: Fix HCI command sending when powering on LE-only adapters
` [PATCH 6/6] Bluetooth: Read adversiting channel TX power during init sequence
[PATCH] Bluetooth: Fix having bogus entries in mgmt_read_index_list reply
2012-10-19 17:17 UTC (2+ messages)
[PATCH v6 00/16] Move storage config and names files to ini-file format
2012-10-19 16:12 UTC (21+ 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 "
[RFC v0 00/15] WIP: btd_profile connect and disconnect
2012-10-19 16:10 UTC (17+ messages)
` [RFC v0 01/15] network: Specify id while registering server
` [RFC v0 02/15] network: Trivial function rename
` [RFC v0 03/15] network: Expose internal connection API
` [RFC v0 04/15] network: Split Network into three btd_profile
` [RFC v0 05/15] network: Add network .connect and .disconnect
` [RFC v0 06/15] audio: Split A2DP into three btd_profile
` [RFC v0 07/15] audio: Trivial function rename
` [RFC v0 08/15] source: Expose internal connection API
` [RFC v0 09/15] source: Add profile .connect and .disconnect
` [RFC v0 10/15] input: Trivial function rename
` [RFC v0 11/15] input: Expose internal disconnection API
` [RFC v0 12/15] input: Add profile .disconnect
` [RFC v0 13/15] profile: Rename org.bluez.Profile->ProfileAgent
` [RFC v0 14/15] profile: Add object to represent device-profile
` [RFC v0 15/15] profile: Add new org.bluez.Profile
Memory leak introduced in commit f8619bef3406a2134082dc41c208105fe028c09f
2012-10-19 7:42 UTC (4+ 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 (2+ messages)
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 (7+ messages)
` [PATCHv2 04/19] Bluetooth: Lookup channel structure based on DCID
` [PATCHv2 17/19] Bluetooth: Send create channel request instead of connect for AMP
[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 (11+ messages)
` [PATCH v5 01/15] doc: Add settings storage documentation
` [PATCH v5 02/15] adapter: Read name in storage at init
` [PATCH v5 12/15] device: Retrieve name from cache directory
` [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 (3+ messages)
[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)
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).