linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-02-10 21:39:58 to 2012-02-16 21:33:03 UTC [more...]

[PATCH 0/2] bluetooth: logging cleanups and trivial object shrinking
 2012-02-16 21:33 UTC  (19+ messages)
` [PATCH 1/2] bluetooth: Use more current logging styles
` [PATCH 2/2] bluetooth: Convert BT_DBG to pr_debug

[PATCH obexd v3 0/6] Several minor fixes
 2012-02-16 14:00 UTC  (7+ messages)
` [PATCH obexd v3 1/6] client: fix memory leak in obc_session_put
` [PATCH obexd v3 2/6] client: fix unreported error case
` [PATCH obexd v3 3/6] client: fix incorrect error check
` [PATCH obexd v3 4/6] client: fix pbap select when same path given twice
` [PATCH obexd v3 5/6] client: queue transfers in ftp sessions
` [PATCH obexd v3 6/6] client: queue transfers in pbap sessions

[PATCH] Bluetooth: Do not dereference zero sk
 2012-02-16 13:17 UTC  (4+ messages)

[PATCH BlueZ 1/3] thermometer: Fix device driver probe
 2012-02-16 13:13 UTC  (14+ messages)
` [PATCH BlueZ 2/3] thermometer: Fix handling of missing Temperature Type
` [PATCH BlueZ 3/3] thermometer: Fix re-enabling notification/indication on reconnection
` [PATCH v2 BlueZ 1/3] thermometer: Fix device driver probe
  ` [PATCH v2 BlueZ 2/3] thermometer: Fix handling of missing Temperature Type
  ` [PATCH v2 BlueZ 3/3] thermometer: Fix re-enabling notification/indication on reconnection

[PATCH BlueZ 0/4] GATT over LE reverse service discovery fixes
 2012-02-16 13:10 UTC  (6+ messages)
` [PATCH BlueZ 1/4] device: Fix NULL pointer dereference during GATT service discovery
` [PATCH BlueZ 2/4] device: Fix invalid memory read during GATT discovery
` [PATCH BlueZ 3/4] device: Fix invalid D-Bus calls during Reverse GATT Discovery
` [PATCH BlueZ 4/4] device: Fix memory leak during GATT service update

[PATCH obexd v2 0/6] Several minor fixes
 2012-02-16 13:07 UTC  (9+ messages)
` [PATCH obexd v2 1/6] client: fix memory leak in obc_session_put
` [PATCH obexd v2 2/6] client: fix unreported error case
` [PATCH obexd v2 3/6] client: fix incorrect error check
` [PATCH obexd v2 4/6] client: fix pbap select when same path given twice
` [PATCH obexd v2 5/6] client: queue transfers in ftp sessions
` [PATCH obexd v2 6/6] client: queue transfers in pbap sessions

No scan results when using internal laptop USB
 2012-02-16  0:59 UTC 

[RFC PATCHv2] autopair: add autopair plugin
 2012-02-15 19:18 UTC  (10+ messages)

[PATCH v4 0/5] Add parsing of BT 3.0+HS signals
 2012-02-15 19:04 UTC  (6+ messages)
` [PATCH v4 1/5] Add L2CAP Create/Move Channel definitions
` [PATCH v4 2/5] Add A2MP definitions
` [PATCH v4 3/5] Add parsing of L2CAP Create/Move Channel signals
` [PATCH v4 4/5] Add parsing of A2MP signals
` [PATCH v4 5/5] Minor indentation cleanup and fix display of physical link key

[PATCH] Bluetooth: Drop frames without F-bit set when in WAIT_F state
 2012-02-15 18:47 UTC  (5+ messages)

[RFCv4 00/16] Bluetooth: Change socket lock to l2cap_chan lock
 2012-02-15 17:26 UTC  (14+ messages)
` [RFCv4 02/16] Bluetooth: Revert to mutexes from RCU list
` [RFCv4 06/16] Bluetooth: Add socket error function

pull request: bluetooth 2012-02-15
 2012-02-15 15:21 UTC  (2+ messages)

[PATCH 1/2] Bluetooth: Fix discovery state machine
 2012-02-15 13:25 UTC  (5+ messages)
` [PATCH 2/2] Bluetooth: DISCOVERY_STOPPED state

[PATCH 1/2] Bluetooth: Move scope of state_to_string
 2012-02-15 12:53 UTC  (4+ messages)
` [PATCH 2/2] Bluetooth: Use symbolic name for state in debug

[PATCH] LMP transaction collision at Set encryption
 2012-02-15 12:29 UTC  (4+ messages)

Add Atheros maryann PIDVID support
 2012-02-15 12:22 UTC  (2+ messages)

[PATCH] Bluetooth: Implement Read Supported Commands commands for mgmt
 2012-02-15 12:15 UTC  (2+ messages)

Entering the PIN of a device?
 2012-02-15 11:25 UTC  (8+ messages)

[PATCH] Service Discovery Collison with Lenovo T500 Laptop
 2012-02-15  9:39 UTC  (2+ messages)

Wireless bluetooth headset
 2012-02-15  8:17 UTC 

[RFC]: AVRCP 1.4 Media API
 2012-02-15  6:39 UTC  (3+ messages)

[PATCH v4 0/5] Add parsing of BT 3.0+HS signals
 2012-02-15  1:09 UTC  (6+ messages)
` [PATCH v4 1/5] Add L2CAP Create/Move Channel definitions
` [PATCH v4 2/5] Add A2MP definitions
` [PATCH v4 3/5] Add parsing of L2CAP Create/Move Channel signals
` [PATCH v4 4/5] Add parsing of A2MP signals
` [PATCH v4 5/5] Minor indentation cleanup and fix display of physical link key

[PATCH v3 0/2] Add BT 3.0+HS definitions
 2012-02-15  1:09 UTC  (3+ messages)
` [PATCH v3 1/2] Add L2CAP Create/Move Channel definitions
` [PATCH v3 2/2] Add A2MP definitions

[PATCH] Bluetooth: Remove needless HCI_MGMT flag check
 2012-02-14 14:09 UTC  (3+ messages)

[PATCH obexd 1/6] client: fix memory leak in obc_session_put
 2012-02-14 13:03 UTC  (15+ messages)
` [PATCH obexd 2/6] client: fix unreported error case
` [PATCH obexd 3/6] client: fix incorrect error check
` [PATCH obexd 4/6] client: fix pbap select when same path given twice
` [PATCH obexd 5/6] client: queue transfers in ftp sessions
` [PATCH obexd 6/6] client: queue transfers in pbap sessions

[PATCH BlueZ] mgmtops: Improve event size mismatch messages
 2012-02-14 12:51 UTC  (2+ messages)

[PATCH obexd 1/5] core: Add port to service driver
 2012-02-14 12:51 UTC  (6+ messages)
` [PATCH obexd 2/5] bluetooth: Add support for L2CAP transport
` [PATCH obexd 3/5] ftp: Update record to support version 1.2 with GoepL2capPsm attribute
` [PATCH obexd 4/5] opp: "
` [PATCH obexd 5/5] client: Add L2CAP support in bluetooth module

[PATCH obexd] client: Fix sending GET while SRM is active
 2012-02-14 12:47 UTC  (2+ messages)

[PATCH BlueZ] adapter: Fix possible invalid memory access
 2012-02-14 12:46 UTC  (2+ messages)

[RFC BlueZ 00/22] Using clang for compiling BlueZ
 2012-02-14 12:43 UTC  (19+ messages)
` [RFC BlueZ 01/22] lib: Add functions to deal with unaligned access without conversion
` [RFC BlueZ 02/22] lib: Add functions to storing values in unaligned places
` [RFC BlueZ 12/22] ipctest: Fix using the format specifier "as"
` [RFC BlueZ 13/22] audio: Fix clang compiler warnings related to unaligned memory access
` [RFC BlueZ 14/22] audio: Fix clang compiler warnings regarding implicit enum conversion
` [RFC BlueZ 15/22] sap: Fix compiler warnings related to unaligned memory access
` [RFC BlueZ 16/22] network: Fix clang "
` [RFC BlueZ 17/22] mgmtops: Fix doing a useless memset()
` [RFC BlueZ 18/22] adaptername: Fix clang warning related to unaligned memory access
` [RFC BlueZ 19/22] sdp: Fix clang compiler warnings "
` [RFC BlueZ 20/22] hciconfig: Fix using old-style initializers
` [RFC BlueZ 21/22] hciconfig: Fix compiler warnings related to unaligned memory access
` [RFC BlueZ 22/22] hciemu: Fix clang "

[PATCH BlueZ] attrib-server: Fix invalid read
 2012-02-14 12:13 UTC  (2+ messages)

[PATCH BlueZ 0/7] ATT connection management improvements
 2012-02-14 12:13 UTC  (2+ messages)

[PATCH v2 0/3] Minor audio-related fixes
 2012-02-14 10:49 UTC  (8+ messages)
` [PATCH v2 1/3] audio: gateway_unlock together with in_use = FALSE
` [PATCH v2 2/3] a2dp: return NotSupported error if no server found
` [PATCH v2 3/3] audio: do not disconnect on gateway SCO failure

[PATCH] Service Discovery Collison with Lenovo T500 Laptop
 2012-02-14  9:19 UTC 

SDP Discovery collsion with Som Laptops
 2012-02-14  5:04 UTC  (3+ messages)

[RFCv3 00/16] Bluetooth: Change socket lock to l2cap_chan lock
 2012-02-14  1:12 UTC  (7+ messages)
` [RFCv3 15/16] Bluetooth: Use l2cap chan lock in socket connect

[RFCv0] Bluetooth: Remove extra chan_put
 2012-02-14  1:08 UTC  (4+ messages)

[PATCH] build: modifing behavior of systemdunitdir switch
 2012-02-13 16:50 UTC  (2+ messages)

[PATCH BlueZ 0/3] Prerequisites for playstation-peripheral _external_ plugin
 2012-02-13 14:42 UTC  (4+ messages)
` [PATCH BlueZ 1/3] manager: add a btd_manager_get_default_adapter_str() call
` [PATCH BlueZ 2/3] storage: add a btd_store_record_string() call
` [PATCH BlueZ 3/3] device: add a btd_device_set_trusted() call

Bluetooth Headset Connection Issue Linux v3.0
 2012-02-13 13:43 UTC  (8+ messages)

LMP transaction collision at Set encryption
 2012-02-13 10:41 UTC  (4+ messages)

firmware loading failure for AR3011 (0cf3:3000 or 0cf3:3005 ?)
 2012-02-12 17:44 UTC  (5+ messages)

[REGRESSION] resume takes 10s longer due to e1b6eb3 (Bluetooth: Increase HCI reset timeout ...)
 2012-02-12 17:15 UTC  (7+ messages)

[PATCH] Bluetooth: Use NULL instead of integer for mgmt_device_connected param
 2012-02-12 12:55 UTC 


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