linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-09-09 19:23:46 to 2013-09-20 12:24:31 UTC [more...]

[PATCH 1/2] android: Add skeleton of BlueZ Android daemon
 2013-09-20 12:24 UTC  (2+ messages)
` [PATCH 2/2] android: Android version of log.c

[PATCH] bluetooth: btusb: Added support for Belkin F8065bf usb bluetooth device
 2013-09-19 22:44 UTC  (5+ messages)

[PATCH] bluetooth: btusb: Added support for Belkin F8065bf usb bluetooth device
 2013-09-19 17:21 UTC 

[PATCH] rfcomm: don't release the port in rfcomm_dev_state_change()
 2013-09-19 16:24 UTC  (3+ messages)

[PATCH 0/2] Bluetooth: Add new HCI commands to the init sequence
 2013-09-19 15:22 UTC  (7+ messages)
` [PATCH 1/2] Bluetooth: Add synchronization train parameters reading support
` [PATCH 2/2] Bluetooth: Add event mask page 2 setting support

[PATCH v2 0/8] decoupling adapter code from sdp
 2013-09-19 14:11 UTC  (10+ messages)
` [PATCH v2 1/8] adapter: Insert DeviceID record if setting DeviceID data to controller
` [PATCH v2 2/8] adapter: Handle adding new SDP records
` [PATCH v2 3/8] adapter: Handle removing of "
` [PATCH v2 4/8] Remove not needed sdp_init_services_list function
` [PATCH v2 5/8] unit: Remove not needed functions from test-sdp
` [PATCH v2 6/8] sdpd: Remove 'register' and 'remove' requests
` [PATCH v2 7/8] sdptool: Remove support for adding and removing service records
` [PATCH v2 8/8] sdp: Decouple Device ID profile implementation
  ` [PATCH v3 "

[PATCH] sdp: Check correct number of bytes received in recv
 2013-09-19  3:10 UTC  (2+ messages)

[PATCH v3 0/2] Bluetooth: Fix race condition with rfkill handling
 2013-09-18 22:06 UTC  (5+ messages)
` [PATCH v3 1/2] Bluetooth: Introduce a new HCI_RFKILLED flag
` [PATCH v3 2/2] Bluetooth: Fix rfkill functionality during the HCI setup stage

[PATCH v5 0/8] Bluetooth: Various L2CAP fixes
 2013-09-18 22:04 UTC  (14+ messages)
` [PATCH v5 1/8] Bluetooth: Remove unused event mask struct
` [PATCH v5 2/8] Bluetooth: Fix double error response for l2cap_create_chan_req
` [PATCH v5 3/8] Bluetooth: Fix L2CAP error return used for failed channel lookups
` [PATCH v5 4/8] Bluetooth: Fix L2CAP Disconnect response for unknown CID
` [PATCH v5 5/8] Bluetooth: Fix L2CAP command reject reason
` [PATCH v5 6/8] Bluetooth: Fix sending responses to identified L2CAP response packets
` [PATCH v5 7/8] Bluetooth: Fix responding to invalid L2CAP signaling commands
` [PATCH v5 8/8] Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flag

[PATCH v4] Bluetooth: btmrvl: add calibration data download support
 2013-09-16 21:17 UTC  (5+ messages)

[PATCH v2 1/5] Bluetooth: Fix hci_add_sysfs
 2013-09-16 15:06 UTC  (2+ messages)

[PATCH 1/1 v4] Bluetooth: Fix ACL alive for long in case of non pariable devices
 2013-09-16 14:52 UTC  (2+ messages)

[RFC SBC] build: Add configure option --disable-high-precision
 2013-09-16 14:43 UTC  (3+ messages)

[PATCH v4 0/8] Bluetooth: Various L2CAP fixes
 2013-09-16 14:14 UTC  (13+ messages)
` [PATCH v4 1/8] Bluetooth: Remove unused event mask struct
` [PATCH v4 2/8] Bluetooth: Fix double error response for l2cap_create_chan_req
` [PATCH v4 3/8] Bluetooth: Fix L2CAP command reject reason
` [PATCH v4 4/8] Bluetooth: Fix L2CAP Disconnect response for unknown CID
` [PATCH v4 5/8] Bluetooth: Fix L2CAP error return used for failed channel lookups
` [PATCH v4 6/8] Bluetooth: Fix sending responses to identified L2CAP response packets
` [PATCH v4 7/8] Bluetooth: Fix responding to invalid L2CAP signaling commands
` [PATCH v4 8/8] Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flag

[PATCH 1/8] gitignore: Add tools/btinfo
 2013-09-16 12:04 UTC  (13+ messages)
` [PATCH 2/8] core: Minor whitespace fix
` [PATCH 3/8] sap: Keep reference to btd_adapter in struct sap_server
` [PATCH 4/8] sdp: Decouple Device ID profile implementation
` [PATCH 5/8] adapter: Handle adding new SDP records
` [PATCH 6/8] adapter: Handle removing of "
` [PATCH 7/8] Remove not needed sdp_init_services_list function
` [PATCH 8/8] unit: Remove not needed functions from test-sdp

[PATCH 1/6] obexd: Add request struct to MAP
 2013-09-16 12:00 UTC  (7+ messages)
` [PATCH 2/6] obexd: Use pending request in SetFolder
` [PATCH 3/6] obexd: Use pending request in ListFolders
` [PATCH 4/6] obexd: Use pending request in ListMessages
` [PATCH 5/6] obexd: Use pending request in UpdateInbox
` [PATCH 6/6] obexd: Remove msg from MAP session structure

[PATCH v3 0/8] Bluetooth: Various L2CAP fixes
 2013-09-16  9:54 UTC  (22+ messages)
` [PATCH v3 1/8] Bluetooth: Remove unused event mask struct
` [PATCH v3 2/8] Bluetooth: Fix L2CAP command reject reason
` [PATCH v3 3/8] Bluetooth: Fix double error response for l2cap_create_chan_req
` [PATCH v3 4/8] Bluetooth: Fix L2CAP Disconnect response for unknown CID
` [PATCH v3 5/8] Bluetooth: Fix error code for invalid CID in l2cap_config_req
` [PATCH v3 6/8] Bluetooth: Fix sending responses to identified L2CAP response packets
` [PATCH v3 7/8] Bluetooth: Fix responding to invalid L2CAP signaling commands
` [PATCH v3 8/8] Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flag

[PATCH 0/3] Bluetooth: Various L2CAP fixes
 2013-09-14 16:11 UTC  (12+ messages)
` [PATCH 1/3] Bluetooth: Fix L2CAP Disconnect response for unknown CID
` [PATCH 2/3] Bluetooth: Fix responding to invalid L2CAP signaling commands
` [PATCH 3/3] Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flag

[Bluetooth Low Energy] Pairing and writing characteristic property issue
 2013-09-13 13:05 UTC  (5+ messages)

[PATCH 0/4] obexd: Fix setting message folder
 2013-09-13 11:54 UTC  (10+ messages)
` [PATCH 1/4] obexd: Add folder property to map_msg_create
` [PATCH 2/4] obexd: Fix setting message folder for relative folder in ListMessages
` [PATCH 3/4] obexd: Clarify the folder property of ListMessages
` [PATCH 4/4] obexd: Clarify the folder property of PushMessage

[PATCH v2 0/3] Bluetooth: Various L2CAP fixes
 2013-09-13 11:29 UTC  (4+ messages)
` [PATCH v2 1/3] Bluetooth: Fix L2CAP Disconnect response for unknown CID
` [PATCH v2 2/3] Bluetooth: Fix responding to invalid L2CAP signaling commands
` [PATCH v2 3/3] Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flag

[PATCH bluez] bnep: don't error() if kernel lacks bnep module
 2013-09-13 11:07 UTC  (5+ messages)

[PATCH 1/1] obexd: Use documented values in org.bluez.obex.Message1 Type property
 2013-09-13 10:43 UTC  (2+ messages)

Device discovery/pairing issue w/ BlueZ on Debian
 2013-09-13  6:50 UTC  (4+ messages)

Linux Wireless Mini-Summit in New Orleans -- 19-20 September (6 weeks from today!)
 2013-09-12 19:31 UTC  (13+ messages)
      ` Linux Wireless Mini-Summit in New Orleans -- 19-20 September
        ` [linux-nfc] "

[PATCH v2 0/2] Bluetooth: Fix race condition with rfkill handling
 2013-09-12 16:18 UTC  (5+ messages)
` [PATCH v2 1/2] Bluetooth: Introduce a new HCI_RFKILLED flag
` [PATCH v2 2/2] Bluetooth: Fix rfkill functionality during the HCI setup stage

[PATCH BlueZ 1/8] unit: Add gdbus/client_proxy_removed
 2013-09-12 11:01 UTC  (2+ messages)

[PATCH] monitor: Add missing include
 2013-09-12  6:55 UTC  (2+ messages)

[PATCH 0/2] Bluetooth: Fix race condition with rfkill handling
 2013-09-12  6:28 UTC  (6+ messages)
` [PATCH 1/2] Bluetooth: Introduce a new HCI_RFKILLED flag
` [PATCH 2/2] Bluetooth: Fix rfkill functionality during the HCI setup stage

[PATCH 1/3] doc: Label Profile1.Release() method as no reply
 2013-09-11 18:49 UTC  (4+ messages)
` [PATCH 2/3] doc: Remove Profile1.Cancel() method
` [PATCH 3/3] profile: Remove support for Cancel method

[PATCH 1/3] avdtp: Remove not used pending_auth from struct avdtp
 2013-09-11 14:41 UTC  (4+ messages)
` [PATCH 2/3] avdtp: Remove not used includes
` [PATCH 3/3] avdtp: Remove unused STREAM_TIMEOUT define

[PATCH 1/2] Fix crash setting NULL name
 2013-09-11 10:23 UTC  (3+ messages)
` [PATCH 2/2] Change __FUNCTION__ to __func__

Can't initialize a Bluetooth antenna
 2013-09-11 10:02 UTC  (4+ messages)

[PATCH] Bluetooth: Add Intel Bluetooth Bootloader driver
 2013-09-10 18:22 UTC  (3+ messages)

[PATCH bluetooth-next] Bluetooth: Add support for BCM20702A0 [0a5c, 21e6]
 2013-09-10 16:14 UTC  (3+ messages)

[PATCH 2/2] Bluetooth: Only schedule raw queue when user channel is active
 2013-09-10 15:49 UTC  (2+ messages)

[PATCH] Bluetooth: Use GFP_KERNEL when cloning SKB in a workqueue
 2013-09-10 15:48 UTC  (2+ messages)

[PATCH 1/2] Bluetooth: Disable upper layer connections when user channel is active
 2013-09-10 15:47 UTC  (2+ messages)

[PATCH] Bluetooth: Add support creating virtual AMP controllers
 2013-09-10 15:33 UTC  (2+ messages)

AVRCP controller role
 2013-09-10 12:26 UTC 

[PATCH] build: use -lrt for clock_gettime on glibc < 2.17
 2013-09-10  7:55 UTC  (3+ messages)


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