linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-25 13:59:14 to 2012-10-31 13:46:34 UTC [more...]

[RFCv0 0/8] Handling physical and logical link
 2012-10-31 13:46 UTC  (45+ messages)
` [RFCv1 00/11] "
  ` [RFCv1 03/11] Bluetooth: AMP: Process Physical Link Complete evt
  ` [RFCv1 05/11] Bluetooth: AMP: Add Logical Link Create function
  ` [RFCv1 10/11] Bluetooth: Add put(hcon) when deleting hchan
` [RFCv2 00/12] Handling physical and logical link
  ` [RFCv2 01/12] Bluetooth: trivial: Fix braces style and remove empty line
  ` [RFCv2 02/12] Bluetooth: Save hs_hchan instead of hs_hcon in loglink complete
  ` [RFCv2 03/12] Bluetooth: Return correct L2CAP response type
  ` [RFCv2 04/12] Bluetooth: Derive remote and local amp id from chan struct
  ` [RFCv2 05/12] Bluetooth: AMP: Add Logical Link Create function
  ` [RFCv2 06/12] Bluetooth: AMP: Process Disc Logical Link
  ` [RFCv2 07/12] Bluetooth: AMP: Process Disc Physical Link Complete evt
  ` [RFCv2 08/12] Bluetooth: AMP: Remove hci_conn receiving error command status
  ` [RFCv2 09/12] Bluetooth: Disconnect logical link when deleteing chan
  ` [RFCv2 10/12] Bluetooth: AMP: Check for hs_hcon instead of ctrl_id
  ` [RFCv2 11/12] Bluetooth: AMP: Use l2cap_physical_cfm in phylink complete evt
  ` [RFCv2 12/12] Bluetooth: Process Create Chan Request
` [PATCHv1 00/12] Handling physical and logical link fixes
  ` [PATCHv1 01/12] Bluetooth: trivial: Fix braces style and remove empty line
  ` [PATCHv1 02/12] Bluetooth: Save hs_hchan instead of hs_hcon in loglink complete
  ` [PATCHv1 03/12] Bluetooth: Return correct L2CAP response type
  ` [PATCHv1 04/12] Bluetooth: Derive remote and local amp id from chan struct
  ` [PATCHv1 05/12] Bluetooth: AMP: Add Logical Link Create function
  ` [PATCHv1 06/12] Bluetooth: AMP: Process Disc Logical Link
  ` [PATCHv1 07/12] Bluetooth: AMP: Process Disc Physical Link Complete evt
  ` [PATCHv1 08/12] Bluetooth: AMP: Remove hci_conn receiving error command status
  ` [PATCHv1 09/12] Bluetooth: Disconnect logical link when deleteing chan

[PATCH hcidump] Change maximum pkt size for High Speed max pkt
 2012-10-31 13:16 UTC 

[PATCH BlueZ] AVCTP: Fix scope of transactions to be per channel
 2012-10-31 11:48 UTC  (2+ messages)

[PATCH v10 1/6] adapter: Simplify cached name storage
 2012-10-31  9:07 UTC  (9+ messages)
` [PATCH v10 2/6] doc: Update settings-storage.txt
` [PATCH v10 3/6] device: Retrieve name from storage
` [PATCH v10 4/6] dbusoob: Set device name in device object
` [PATCH v10 5/6] input: Retrieve device name from "
` [PATCH v10 6/6] hcitool: Retrieve names from cache directory

[PATCH BlueZ 1/7] AVRCP: Add initial support for controller player
 2012-10-31  8:39 UTC  (10+ messages)
` [PATCH BlueZ 2/7] audio: Export remote player as children object path of device
` [PATCH BlueZ 3/7] player: Add support for SetProperty
` [PATCH BlueZ 4/7] AVRCP: Remove conversions inside media.c
` [PATCH BlueZ 5/7] test: Fix using Number instead of Track in simple-player
` [PATCH BlueZ 6/7] test: Fix using Number instead of Track in mpris-player
` [PATCH BlueZ 7/7] test: Add support for using external player

BLE issue: Start_LE_Encryption fails
 2012-10-30 14:15 UTC  (6+ messages)

[PATCH BlueZ] hog: Fix selecting suspend backend
 2012-10-30 12:12 UTC  (3+ messages)

[PATCH] Bluetooth: Notify about device registration before power on
 2012-10-30 11:08 UTC  (2+ messages)

[PATCH v4 00/16] mSBC tests
 2012-10-30  9:39 UTC  (17+ messages)
` [PATCH v4 01/16] sbc: Add encoder_state to analysis functions
` [PATCH v4 02/16] sbc: Break 4 blocks processing to variable steps
` [PATCH v4 03/16] sbc: Rename sbc_analyze_4b_xx to sbc_analyze_xx
` [PATCH v4 04/16] sbc: add odd member variable to sbc_encoder_state
` [PATCH v4 05/16] sbc: Add mmx primitive for 1b 8s analysis
` [PATCH v4 06/16] sbc: Add armv6 "
` [PATCH v4 07/16] sbc: Add iwmmxt primitive for 1b 8s encoding
` [PATCH v4 08/16] sbc: Add simd primitive for 1b 8s analysis
` [PATCH v4 09/16] sbc: Use simd primitive if doing msbc on neon
` [PATCH v4 10/16] sbc: simd support for 8 multiples block size
` [PATCH v4 11/16] sbc: Add SBC_MSBC flag to enable 15 block encoding
` [PATCH v4 12/16] sbc: Add support for mSBC frame header
` [PATCH v4 13/16] sbc: Update sbcdec for msbc
` [PATCH v4 14/16] sbc: Update sbcenc "
` [PATCH v4 15/16] sbc: Update sbcinfo "
` [PATCH v4 16/16] sbc: Update copyrights

[RFC v2 obexd 01/11] fuse: Add initial obexfuse files, fuse main and options parse
 2012-10-30  9:35 UTC  (13+ messages)
` [RFC v2 obexd 02/11] build: Add --enable-fuse for obexfuse
` [RFC v2 obexd 03/11] fuse: Add obexhlp_connect/disconnect functions with helpers
` [RFC v2 obexd 04/11] fuse: Add request helpers and setpath operation
` [RFC v2 obexd 05/11] fuse: Add readdir operation
` [RFC v2 obexd 06/11] fuse: Add getattr operation
` [RFC v2 obexd 07/11] fuse: Add open and read operations plus location helpers
` [RFC v2 obexd 08/11] fuse: Add write operation
` [RFC v2 obexd 09/11] fuse: Add touch operation
` [RFC v2 obexd 10/11] fuse: Add unlink/rmdir operation
` [RFC v2 obexd 11/11] fuse: Add rename operation

[PATCH v3 00/10] mSBC tests
 2012-10-30  5:26 UTC  (19+ messages)
` [PATCH v3 01/10] sbc: Add encoder_state to process input functions
` [PATCH v3 02/10] sbc: Add encoder_state to analysis functions
` [PATCH v3 03/10] sbc: Break 4 blocks processing to variable steps
` [PATCH v3 04/10] sbc: Add msbc flag and generic C primitive
` [PATCH v3 05/10] sbc: Add support for mSBC frame header
` [PATCH v3 06/10] sbc: Add mmx primitive for 1b 8s analyse
` [PATCH v3 07/10] sbc: Update sbcdec for msbc
` [PATCH v3 08/10] sbc: Update sbcenc "
` [PATCH v3 09/10] sbc: Update sbcinfo "
` [PATCH v3 10/10] sbc: Update copyrights

[PATCH 0/5] mSBC tests
 2012-10-30  2:18 UTC  (4+ messages)

[PATCH 4/5 v1] Bluetooth: mgmt: Use __constant when dealing with constants
 2012-10-29 19:11 UTC  (2+ messages)

[PATCH] workqueue: cancel_delayed_work() should return %NULL if work item is idle
 2012-10-29 15:14 UTC  (2+ messages)

[PATCH 1/5] Bluetooth: trivial: Remove newline before EOF
 2012-10-29 15:05 UTC  (7+ messages)
` [PATCH 2/5] Bluetooth: Remove unnecessary include export.h
` [PATCH 4/5] Bluetooth: mgmt: Use __constant when dealing with constants

[PATCH] Add bluetooth support for VAIO VPCEH [0489:e027]
 2012-10-29 13:09 UTC 

[PATCH] Add bluetooth support for VAIO VPCEH [0489:e027]
 2012-10-29 13:05 UTC 

Crashing bluetoothd when keyboard enters sleep mode / stand-by
 2012-10-29 11:21 UTC  (2+ messages)

[PATCH BlueZ v4] AVDTP: Do not keep a internal reference
 2012-10-29 11:07 UTC  (2+ messages)

BLE GATT subcriber example?
 2012-10-28 21:27 UTC 

[RFC v2 1/2] Bluetooth: Add driver extension for vendor device setup
 2012-10-27 23:34 UTC  (2+ messages)

[RFC v1 obexd 01/11] fuse: Add initial obexfuse files, fuse main and options parse
 2012-10-27 23:24 UTC  (4+ messages)

[PATCH] Bluetooth: Add support for BCM20702A0 [0b05, 17b5]
 2012-10-27 11:01 UTC  (5+ messages)

[RFC v2 2/2] Bluetooth: Add sample BT USB mini-driver
 2012-10-27  1:23 UTC 

[RFC v2 0/2] Add driver extension for vendor device setup
 2012-10-27  1:23 UTC 

[PATCH] Bluetooth: Fix error message when pairing fails
 2012-10-26 14:18 UTC  (3+ messages)
` [PATCH] Bluetooth: Fix error status "

[PATCH BlueZ] core: Do not call the callback on btd_cancel_authorization
 2012-10-26 11:58 UTC  (2+ messages)

[PATCH v9 1/5] doc: Update settings-storage.txt
 2012-10-26 10:08 UTC  (5+ messages)
` [PATCH v9 2/5] device: Retrieve name from storage
` [PATCH v9 3/5] dbusoob: Set device name in device object
` [PATCH v9 4/5] input: Retrieve device name from "
` [PATCH v9 5/5] hcitool: Retrieve names from cache directory

[PATCH v8 1/5] doc: Update settings-storage.txt
 2012-10-26  9:25 UTC  (5+ messages)
` [PATCH v8 2/5] device: Retrieve name from storage
` [PATCH v8 3/5] dbusoob: Set device name in device object
` [PATCH v8 4/5] input: Retrieve device name from "
` [PATCH v8 5/5] hcitool: Retrieve names from cache directory

[PATCH BlueZ v3] AVDTP: Do not keep a internal reference
 2012-10-26  8:30 UTC 

[PATCH BlueZ] core: Fix memory leak
 2012-10-26  8:01 UTC  (2+ messages)

[PATCH v0] network: Remove unnecessary field from connect_req
 2012-10-26  8:00 UTC  (2+ messages)

[PATCH BlueZ 01/11] control: Fix Control.Disconnect not generating any reply
 2012-10-26  7:44 UTC  (4+ messages)
` [PATCH BlueZ 07/11] AVRCP: Add initial support for controller player
` [PATCH BlueZ 11/11] test: Add support for using external player

[RFC 00/18] CSCP plugin
 2012-10-26  4:49 UTC  (20+ messages)
` [RFC 01/18] cyclingspeed: Add CSC profile plugin skeleton
` [RFC 02/18] cyclingspeed: Add attio callbacks
` [RFC 03/18] cyclingspeed: Discover CSCS characteristics
` [RFC 04/18] cyclingspeed: Discover characteristics CCC
` [RFC 05/18] cyclingspeed: Read CSC Feature characteristic value
` [RFC 06/18] cyclingspeed: Read Sensor Location "
` [RFC 07/18] cyclingspeed: Add CyclingSpeedManager interface
` [RFC 08/18] cyclingspeed: Add support to enable measurement notifications
` [RFC 09/18] cyclingspeed: Process "
` [RFC 10/18] cyclingspeed: Add DBus.Properties for org.bluez.CyclingSpeed interface
` [RFC 11/18] doc: Remove Get-/SetProperties from CSC API document
` [RFC 12/18] cyclingspeed: Add stub to use SC Control Point
` [RFC 13/18] cyclingspeed: Add support for Request Supported Sensor Locations
` [RFC 14/18] cyclingspeed: Add support for Update Sensor Location
` [RFC 15/18] cyclingspeed: Add support for Set Cumulative Value
` [RFC 16/18] core: Add CyclingSpeedWatcher interface to default policy
` [RFC 17/18] test: Add cyclingspeed test script
` [RFC 18/18] doc: Rename cycling API to cyclingspeed

BLE GATT subscriber example?
 2012-10-26  4:24 UTC 

[PATCH] systemd: prevent duplicate logging messages in journal
 2012-10-25 23:30 UTC  (2+ messages)

[PATCH 5/6] Bluetooth: mgmt: Add support for switching to LE peripheral mode
 2012-10-25 18:48 UTC  (13+ messages)

[RFC v0 00/15] WIP: btd_profile connect and disconnect
 2012-10-25 17:38 UTC  (9+ messages)
` [RFC v0 05/15] network: Add network .connect and .disconnect
` [RFC v0 12/15] input: Add profile .disconnect

[bluetooth:master 12/33] net/bluetooth/l2cap_core.c:4495:6: sparse: symbol 'l2cap_physical_cfm' was not declared. Should it be static?
 2012-10-25 15:29 UTC  (6+ messages)
  ` [PATCH] Bluetooth: l2cap_physical_cfm() can be static

[PATCH 0/6] Bluetooth: Some fixes and full peripheral role support
 2012-10-25 15:20 UTC  (8+ messages)
` [PATCH 3/6] Bluetooth: Fix sending unnecessary HCI_LE_Host_Enable
` [PATCH 4/6] Bluetooth: Fix unnecessary EIR update during powering on


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