linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-01-13 19:39:39 to 2012-01-19 09:20:08 UTC [more...]

[RFCv3 00/34] RFC Bluetooth A2MP implementation
 2012-01-19  9:20 UTC  (20+ messages)
` [RFCv3 01/34] Bluetooth: trivial: space correction
` [RFCv3 02/34] Bluetooth: trivial: clean up of l2cap_chan_connect
` [RFCv3 03/34] Bluetooth: Make ertm_init available
` [RFCv3 04/34] Bluetooth: Make l2cap_ertm_data_rcv available
` [RFCv3 05/34] Bluetooth: Allocate skb depending on sk
` [RFCv3 06/34] Bluetooth: Check sk before assigning sk_err
` [RFCv3 07/34] Bluetooth: Add send function to chan ops
` [RFCv3 08/34] Bluetooth: Make l2cap_chan_add available
` [RFCv3 09/34] Bluetooth: A2MP: Create A2MP channel
` [RFCv3 10/34] Bluetooth: A2MP: AMP Manager basic functions
` [RFCv3 11/34] Bluetooth: A2MP: Add channel close callback
` [RFCv3 12/34] Bluetooth: Add state_change for A2MP channel
` [RFCv3 13/34] Bluetooth: A2MP: Build and Send msg helpers
` [RFCv3 14/34] Bluetooth: A2MP: Definitions for A2MP commands
` [RFCv3 15/34] Bluetooth: A2MP: Define A2MP status codes
` [RFCv3 16/34] Bluetooth: A2MP: Process A2MP messages
` [RFCv3 17/34] Bluetooth: A2MP: Process A2MP Command Reject
` [RFCv3 18/34] Bluetooth: A2MP: Helper functions to count HCI devs
` [RFCv3 19/34] Bluetooth: A2MP: Process A2MP Discover Request

RFA: Implementing HID spec recommendation for Keyboard PINs
 2012-01-19  8:36 UTC  (5+ messages)

[RFC BlueZ 0/1] Add provision for terminating an ATT connection
 2012-01-19  7:57 UTC  (4+ messages)
` [RFC BlueZ 1/1] "

uuid_t and bt_uuid_t
 2012-01-19  7:46 UTC  (2+ messages)

[PATCH BlueZ v1 0/1] Add Support for BLE Services to Adapter
 2012-01-19  5:07 UTC  (2+ messages)
` [PATCH BlueZ v1 1/1] "

[PATCH BlueZ v2 1/4] Add support for creating devices from the stored LTK's
 2012-01-18 23:13 UTC  (4+ messages)
` [PATCH BlueZ v2 2/4] Use the helper function to convert a string to a binary buffer
` [PATCH BlueZ v2 3/4] Fix memory leak when loading keys
` [PATCH BlueZ v2 4/4] Remove the SMP Long Term Key when the device is removed

[PATCH BlueZ 01/11] mgmt-api: Update the commands for exchanging LTK's
 2012-01-18 22:34 UTC  (20+ messages)
` [PATCH BlueZ 02/11] Add messages to the mgmt interface to handle SMP key storage
` [PATCH BlueZ 03/11] Add storage functions to handle SMP keys
` [PATCH BlueZ 04/11] Add macros for the possible link key types
` [PATCH BlueZ 05/11] Fix using "magic" values for the "
` [PATCH BlueZ 06/11] Add support for storing a LTK when it enters bluetoothd
` [PATCH BlueZ 07/11] Add support for handing the New LTK mgmt event
` [PATCH BlueZ 08/11] Add support for sending the Load Long Term Keys commands
` [PATCH BlueZ 09/11] Add support for creating devices from the stored LTK's
` [PATCH BlueZ 10/11] Fix memory leak when loading keys
` [PATCH BlueZ 11/11] Remove the SMP Long Term Key when the device is removed

[PATCH 0/15] Bluetooth: Update to latest mgmt API
 2012-01-18 20:58 UTC  (36+ messages)
` [PATCH 01/15] Bluetooth: Fix clearing persistent flags
` [PATCH 02/15] Bluetooth: Rename mgmt connected events to match user space
` [PATCH 03/15] Bluetooth: Add eir_len parameter to mgmt_ev_device_found
` [PATCH 04/15] Bluetooth: Rename eir_has_complete_name to eir_has_data_type
` [PATCH 05/15] Bluetooth: Add missing EIR defines to hci.h
` [PATCH 06/15] Bluetooth: Move eir_has_data_field to hci_core.h
` [PATCH 07/15] Bluetooth: Merge device class into the EIR data in mgmt_ev_device_found
` [PATCH 08/15] Bluetooth: Rename conn->pend to conn->flags
` [PATCH 09/15] Bluetooth: Merge boolean members of struct hci_conn into flags
` [PATCH 10/15] Bluetooth: Add a convenience function to check for SSP enabled
` [PATCH 11/15] Bluetooth: Convert hdev->ssp_mode to a flag
` [PATCH 12/15] Bluetooth: Convert hdev->out to a bool type
` [PATCH 13/15] Bluetooth: Update device_connected and device_found events to latest API
` [PATCH 14/15] Bluetooth: Rename hdev->flags to hdev->compat_flags
` [PATCH 15/15] Bluetooth: Rename hdev->dev_flags to hdev-flags

[PATCH 1/2] Bluetooth: Remove usage of __cancel_delayed_work()
 2012-01-18 19:40 UTC  (4+ messages)
` [PATCH 2/2] Bluetooth: Remove wait for delayed work to finish

[PATCH obexd v4 2/4] map_ap.c: Add implementation for map_ap_set_*
 2012-01-18 19:06 UTC  (3+ messages)
` [PATCH obexd v4 3/4] map_ap.c: Add implementation for map_ap_decode()
` [PATCH obexd v4 4/4] map_ap.c: Add dumping of map_ap_t after decoding

[PATCH obexd v4 1/4] MAP: Implementation of MAP AP core functions
 2012-01-18 19:06 UTC 

[PATCH obexd v3 1/4] MAP: Implementation of MAP AP core functions
 2012-01-18 18:44 UTC  (4+ messages)
` [PATCH obexd v3 2/4] map_ap.c: Add implementation for map_ap_set_*
` [PATCH obexd v3 3/4] map_ap.c: Add implementation for map_ap_decode()
` [PATCH obexd v3 4/4] map_ap.c: Add dumping of map_ap_t after decoding

[RFC BlueZ] Add Proximity Reporter interface - Proposal 2
 2012-01-18 12:49 UTC  (4+ messages)
` [PATCH BlueZ 1/2] Add Proximity Reporter API

[PATCH] Fix compilation error in mgmt/main.c
 2012-01-18 12:29 UTC  (2+ messages)

[PATCH obexd] client: fix not being able to read apparams when transfer is complete
 2012-01-18 12:27 UTC  (2+ messages)

[PATCH obexd v3] client: fix parsing of apparam on pbap driver
 2012-01-18 12:26 UTC  (2+ messages)

[PATCH v1 0/1] Send correct response to IO Capability Request
 2012-01-18 12:23 UTC  (3+ messages)
` [PATCH v1 1/1] Bluetooth: "

[PATCH v1 0/1] Add KeyboardDisplay IO Capability
 2012-01-18 12:22 UTC  (3+ messages)
` [PATCH v1 1/1] "

[PATCH obexd v2 1/4] MAP: Implementation of MAP AP core functions
 2012-01-18 12:13 UTC  (2+ messages)

[PATCH obexd 1/2] gobex: Remove reduntant NULL assignment
 2012-01-18 12:06 UTC  (2+ messages)

Creating LE device nodes in BlueZ
 2012-01-18  9:56 UTC  (2+ messages)

[PATCH] Bluetooth: trivial space correction
 2012-01-18  9:12 UTC 

[RFCv2] Bluetooth: cancel_work instead of cancel_work_sync
 2012-01-17 22:46 UTC  (3+ messages)

[PATCH BlueZ 1/3] Fix wrong offset in EIR name parsing
 2012-01-17 19:58 UTC  (6+ messages)
` [PATCH BlueZ 2/3] Fix g_strndup() call for EIR name
` [PATCH BlueZ 3/3] Fix not showing name if first EIR has no name info

[PATCH 1/2] Pass length of PIN through callbacks
 2012-01-17 17:57 UTC  (11+ messages)
` [PATCH 2/2] agent: allow agent to reply to RequestPinCode with bytes

[PATCH v3] Bluetooth: Fix l2cap conn failures for ssp devices
 2012-01-17 12:34 UTC  (7+ messages)

[PATCH 1/2] Bluetooth: Make l2cap_ertm_data_rcv static
 2012-01-17 12:22 UTC  (3+ messages)
` [PATCH 2/2] Bluetooth: Remove not needed l2cap_ertm_data_rcv forward declaration

[PATCH] Bluetooth: Adding USB device 13d3:3375 as an Atheros AR3012
 2012-01-17 11:04 UTC  (2+ messages)

[PATCH obexd] client: fix parsing of apparam on pbap driver
 2012-01-17 10:15 UTC 

As long as we're adding to the Device Connected mgmt event
 2012-01-17  7:52 UTC  (7+ messages)

[PATCH 0/8] New MGMT messages for SMP Long Term Keys
 2012-01-17  0:17 UTC  (13+ messages)
` [PATCH 1/8] Bluetooth: Add structures for the new LTK exchange messages
` [PATCH 3/8] Bluetooth: Add new structures for handling SMP Long Term Keys
` [PATCH 4/8] Bluetooth: Use the updated key structures for handling LTKs
` [PATCH 7/8] Bluetooth: Clean up structures left unused
` [PATCH 8/8] Bluetooth: Add support for notifying userspace of new LTK's

[PATCH obexd] client: fix parsing of apparam on pbap driver
 2012-01-16 15:02 UTC  (3+ messages)

[RFC] Bluetooth: Use flush_work instead of cancel_work
 2012-01-16 12:35 UTC  (5+ messages)

[RFC] Bluetooth: Allocate skb depending on sk
 2012-01-16 12:23 UTC 

[PATCH v2 0/7] MGMT Start Discovery command LE-Only Support
 2012-01-16 10:36 UTC  (3+ messages)
` [PATCH v2 2/7] Bluetooth: Report LE devices

[PATCH] bluetooth.h: fix compile issue when using in C++
 2012-01-16 10:11 UTC 

bluez 4.97: build failure when used in C++ apps
 2012-01-16 10:09 UTC  (4+ messages)

[RFC 1/2] Bluetooth: Use chan instead of sk
 2012-01-16  9:57 UTC  (2+ messages)

[PATCH 2/2] rfkill: Set device powered even adapter is not created
 2012-01-16  9:02 UTC 

[PATCH 1/2] adapter: Export set powered operation
 2012-01-16  9:02 UTC 

Bluetooth Headset Connection Issue Linux v3.0
 2012-01-16  8:33 UTC  (4+ messages)

obex-client fails with Connection refused (111) most of the time
 2012-01-15 22:21 UTC  (3+ messages)

[PATCH] Bluetooth: bfusb: Fixed some coding style issues
 2012-01-15 20:33 UTC  (2+ messages)

[PATCH] blutetooth: Remove bogus inline for l2cap_chan_connect()
 2012-01-15 11:25 UTC  (3+ messages)

[PATCH] Bluetooth: Add support for BCM20702A0 [0489:e031]
 2012-01-15 11:21 UTC  (4+ messages)

Setting up a bluetooth PAN and NAP without password and possibly using bluetooth low energy (BT 4.0)
 2012-01-14 22:06 UTC 

[PATCH 0/3] MGMT Stop Discovery command LE-Only support
 2012-01-13 21:03 UTC  (4+ messages)
` [PATCH 1/3] Bluetooth: Add hci_cancel_le_scan() to hci_core
` [PATCH 2/3] Bluetooth: Consider DISCOVERY_LE_SCAN state in hci_discovery_active
` [PATCH 3/3] Bluetooth: MGMT stop discovery LE support

[PATCH BlueZ 2/2] Add Link Loss Alert for Proximity Reporter API
 2012-01-13 20:20 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).