Linux bluetooth development
 help / color / mirror / Atom feed
 messages from 2012-02-03 18:48:31 to 2012-02-09 14:17:33 UTC [more...]

[RFCv3 00/16] Bluetooth: Change socket lock to l2cap_chan lock
 2012-02-09 14:17 UTC  (13+ messages)
` [RFCv3 01/16] Bluetooth: trivial: Fix long line
` [RFCv3 02/16] Bluetooth: Revert to mutexes from RCU list
` [RFCv3 03/16] Bluetooth: Do not use sk lock in get_chan functions
` [RFCv3 04/16] Bluetooth: Add l2cap_chan_lock
` [RFCv3 05/16] Bluetooth: Add locked and unlocked state_change
` [RFCv3 06/16] Bluetooth: Add socket error function
` [RFCv3 07/16] Bluetooth: Add unlocked __l2cap_chan_add function
` [RFCv3 08/16] Bluetooth: Use chan lock in timers
` [RFCv3 09/16] Bluetooth: Use chan lock in L2CAP sig commands
` [RFCv3 10/16] Bluetooth: Use chan lock in chan delete functions
` [RFCv3 11/16] Bluetooth: Use chan lock in L2CAP conn start
` [RFCv3 12/16] Bluetooth: Use chan lock in receiving data

[PATCH] Bluetooth: Fix device reset
 2012-02-09 13:51 UTC  (7+ messages)

[PATCH 0/3] Advertising cache locking code refactoring
 2012-02-09 13:49 UTC  (12+ messages)
` [PATCH 1/3] Bluetooth: Add prefix "__" to advertising cache functions
` [PATCH 2/3] Bluetooth: Create thread-safe "
` [PATCH 3/3] Bluetooth: Use advertising cache thread-safe functions

[PATCH 1/2] Bluetooth: Fix possible missing I-Frame acknowledgement
 2012-02-09 13:45 UTC  (8+ messages)
` [PATCH 2/2] Bluetooth: Fix double acking I-Frames when sending pending I-Frames

[PATCH BlueZ] proximity: Fix Proximity API to match documentation
 2012-02-09 13:11 UTC  (3+ messages)

[RFCv0] Bluetooth: Remove extra chan_put
 2012-02-09 13:06 UTC 

[PATCH obexd 3/4] irmc: Fix length parameter of strncpy
 2012-02-09 11:16 UTC  (6+ messages)

[PATCH BlueZ 0/4] Cleanup browse_req
 2012-02-09 10:54 UTC  (6+ messages)
` [PATCH BlueZ 1/4] device: Use att_io in device_browse_primary
` [PATCH BlueZ 2/4] device: Remove unused function parameter
` [PATCH BlueZ 3/4] device: Move GAttrib reference to device
` [PATCH BlueZ 4/4] device: Remove unused fields from browse_req

Getting L2CAP ERTM support into better upstream state
 2012-02-09 10:53 UTC  (8+ messages)

[PATCH BlueZ] mgmtops: Fix memory leak when parsing EIR
 2012-02-09 10:51 UTC  (2+ messages)

[PATCH] device: Shutdown connection if ATTIO list is empty
 2012-02-09 10:50 UTC  (2+ messages)

[PATCH 1/3] device: Split att_connect_cb
 2012-02-09 10:50 UTC  (4+ messages)
` [PATCH 2/3] device: Fix invalid read in att_connect_cb
` [PATCH 3/3] device: Reply ATT requests during bonding

[PATCH BlueZ] proximity: Remove unused variable
 2012-02-09 10:46 UTC  (2+ messages)

[PATCH 1/2] attrib-server: Fix memory leak attaching attribute channels
 2012-02-09 10:45 UTC  (5+ messages)
` [PATCH 2/2] attrib-server: Fix bad error message

[PATCH v2] Bluetooth: Fix l2cap_tx_window_full
 2012-02-08 16:03 UTC  (5+ messages)

[PATCH] Bluetooth: Fix l2cap_tx_window_full
 2012-02-08 12:12 UTC 

[PATCH Bluez 0/7] Set of unit tests for lib/sdp
 2012-02-08 11:40 UTC  (8+ messages)
` [PATCH Bluez 1/7] Add skeleton for "
` [PATCH Bluez 2/7] Add unit tests for uuid2strn func in lib/sdp
` [PATCH Bluez 3/7] Add unit tests for sdp_data_alloc_with_length func
` [PATCH Bluez 4/7] Add unit test for sdp_data_alloc func
` [PATCH Bluez 5/7] Add unit test for sdp_seq_alloc_with_length func
` [PATCH Bluez 6/7] Add unit test for sdp_attr_add func
` [PATCH Bluez 7/7] Add unit tests for sdp_attr_remove func

[PATCH Bluez v2] Add retries for BNEP connection setup
 2012-02-08 10:51 UTC  (2+ messages)

[PATCH obexd 01/13 v3] client: fix not checking session_request return
 2012-02-08 10:42 UTC  (14+ messages)
` [PATCH obexd 02/13 v3] client: remove unused field from obc_session
` [PATCH obexd 03/13 v3] client: fix not queuing requests properly
` [PATCH obexd 04/13 v3] client: introduce obc_session_setpath
` [PATCH obexd 05/13 v3] client: introduce obc_session_mkdir
` [PATCH obexd 06/13 v3] client: introduce obc_session_copy
` [PATCH obexd 07/13 v3] client: introduce obc_session_move
` [PATCH obexd 08/13 v3] client: introduce obc_session_delete
` [PATCH obexd 09/13 v3] client: introduce obc_session_cancel
` [PATCH obexd 10/13 v3] client: remove use of gobex in pbap module
` [PATCH obexd 11/13 v3] client: remove use of gobex in map module
` [PATCH obexd 12/13 v3] client: remove use of gobex in ftp module
` [PATCH obexd 13/13 v3] client: remove gobex dependency of session

[PATCH v2] Bluetooth: Add support for reusing the same hci_conn for LE links
 2012-02-08 10:36 UTC  (2+ messages)

Bluetooth Headset Connection Issue Linux v3.0
 2012-02-08  8:52 UTC  (6+ messages)

[PATCH] gateway: Fix crash if SCO connection fails
 2012-02-07 19:30 UTC  (3+ messages)

[PATCH obexd 01/13 v2] client: fix not checking session_request return
 2012-02-07 14:25 UTC  (13+ messages)
` [PATCH obexd 02/13 v2] client: remove unused field from obc_session
` [PATCH obexd 03/13 v2] client: fix not queuing requests properly
` [PATCH obexd 04/13 v2] client: introduce obc_session_setpath
` [PATCH obexd 05/13 v2] client: introduce obc_session_mkdir
` [PATCH obexd 06/13 v2] client: introduce obc_session_copy
` [PATCH obexd 07/13 v2] client: introduce obc_session_move
` [PATCH obexd 08/13 v2] client: introduce obc_session_delete
` [PATCH obexd 09/13 v2] client: introduce obc_session_cancel
` [PATCH obexd 10/13 v2] client: remove use of gobex in pbap module
` [PATCH obexd 11/13 v2] client: remove use of gobex in map module
` [PATCH obexd 12/13 v2] client: remove use of gobex in ftp module
` [PATCH obexd 13/13 v2] client: remove gobex dependency of session

[PATCH] Bluetooth: Fix not clearing ack timer when sending an i-frame
 2012-02-07 13:59 UTC  (12+ messages)

[PATCH 1/2] attrib-server: Fix memory leak attaching attribute channels
 2012-02-07 12:13 UTC  (5+ messages)
` [PATCH 2/2] attrib-server: Fix bad error message

[PATCH BlueZ] tools: add GoepL2capPsm decoding support to sdptool
 2012-02-07 10:36 UTC  (2+ messages)

[PATCH trivial 0/3] Trivial patches set
 2012-02-06 15:27 UTC  (5+ messages)
` [PATCH trivial 1/3] Bluetooth: Change chan_ready param from sk to chan
` [PATCH trivial 2/3] Bluetooth: Clean up l2cap_chan_add
` [PATCH trivial 3/3] Bluetooth: Remove unneeded sk variable

[PATCH 0/4] Integrate better device support
 2012-02-06 14:03 UTC  (3+ messages)

[RFCv2 00/10] Bluetooth: Change socket lock to l2cap_chan lock
 2012-02-06 10:44 UTC  (4+ messages)
` [RFCv2 04/10] Bluetooth: Revert to mutexes from RCU list

[PATCH] blutetooth: Remove bogus inline for l2cap_chan_connect()
 2012-02-06 10:41 UTC  (4+ messages)

bluez 4.97: build failure when used in C++ apps
 2012-02-06  9:51 UTC  (17+ messages)
      ` [PATCH] bluetooth.h: fix compile issue in C++ with ifdef

[PATCH] l2cap_chan_connect() shouldn't be inlined
 2012-02-06  8:43 UTC  (3+ messages)

[PATCH] BlueZ: Added retries for BNEP connection setup
 2012-02-05 17:00 UTC  (3+ messages)

[PATCH BlueZ] device: Fix doing sdp discovery for LE devices
 2012-02-04 12:14 UTC  (3+ messages)

[PATCH 0/2] Add debug macros to Discovery
 2012-02-03 23:33 UTC  (7+ messages)
` [PATCH 1/2] Bluetooth: Move debug macros
` [PATCH 2/2] Bluetooth: Add BT_DBG to mgmt_discovering()

[PATCH v5 1/6] Bluetooth: LE scan should send Discovering events
 2012-02-03 21:45 UTC  (8+ messages)
` [PATCH v5 2/6] Bluetooth: Minor code refactoring
` [PATCH v5 3/6] Bluetooth: Add hci_do_le_scan()
` [PATCH v5 4/6] Bluetooth: Add hci_le_scan()
` [PATCH v5 5/6] Bluetooth: MGMT start discovery LE-Only support
` [PATCH v5 6/6] Bluetooth: Fix indentation

[PATCH v3] proximity: make reporter work per-adapter
 2012-02-03 21:37 UTC  (2+ messages)

bluez static analysis: plugins/hciops.c:init_adapter()
 2012-02-03 21:25 UTC  (2+ messages)

[PATCH obexd] src/obex.h: Include stdint.h
 2012-02-03 21:22 UTC  (2+ messages)

[PATCH v4 0/6] MGMT Start Discovery command LE-Only Support
 2012-02-03 20:56 UTC  (4+ messages)
` [PATCH v4 3/6] Bluetooth: Add hci_do_le_scan()

[PATCH] build: modifing behavior of systemdunitdir switch
 2012-02-03 20:28 UTC  (2+ messages)

[PATCH v2] proximity: make reporter work per-adapter
 2012-02-03 20:24 UTC  (7+ messages)

[PATCHv1 0/2] Adds support for block based flow ctrl
 2012-02-03 18:52 UTC  (2+ messages)

GATT improvements v3
 2012-02-03 18:48 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox