linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-08-30 05:09:18 to 2012-09-04 16:21:37 UTC [more...]

Bluetooth: Use GFP_KERNEL in read_index_list
 2012-09-04 16:21 UTC 

[RFC v4 00/18] Unaligned memory access fixes
 2012-09-04 15:21 UTC  (20+ messages)
` [RFC v4 01/18] Add helper functions for putting integers on unaligned memory address
` [RFC v4 02/18] sdp: Fix compilation errors due to unaligned memory access
` [RFC v4 03/18] sdp: Use bt_get_be* helpers instead of bt_get_unaligned
` [RFC v4 04/18] l2test: Fix compilation errors due to unaligned memory access
` [RFC v4 05/18] rctest: "
` [RFC v4 06/18] scotest: "
` [RFC v4 07/18] sap: "
` [RFC v4 08/18] adaptername: Refactor handle_inotify_cb
` [RFC v4 09/18] sdpd-request: Fix build errors due to unaligned memory access
` [RFC v4 10/18] sdpd-service: "
` [RFC v4 11/18] hciemu: "
` [RFC v4 12/18] avrcp: Fix compilation "
` [RFC v4 13/18] eir: Use bt_get_* helper functions to access unaligned memory
` [RFC v4 14/18] mgmt: "
` [RFC v4 15/18] Refactor bt_get_unaligned macro
` [RFC v4 16/18] sap-u8500: Fix compile error due to unaligned memory access
` [RFC v4 17/18] monitor: Fix compilation errors "
` [RFC v4 18/18] sdp: Fix build error "

[RFCv1 00/15] AMP Logical Link setup
 2012-09-04 13:44 UTC  (16+ messages)
` [RFCv1 01/15] Bluetooth: Set Exended Flowspec flag for HS chan
` [RFCv1 02/15] Bluetooth: Add logical link create function
` [RFCv1 03/15] Bluetooth: AMP: Process Logical Link Complete event
` [RFCv1 04/15] Bluetooth: AMP: Add handle to hci_chan structure
` [RFCv1 05/15] Bluetooth: AMP: Process Disc Logical Link
` [RFCv1 06/15] Bluetooth: AMP: Process Disc Physical Link
` [RFCv1 07/15] Bluetooth: L2CAP: Create Conf Response function
` [RFCv1 08/15] Bluetooth: AMP: Send EFS Conf Rsp when loglink cmpl
` [RFCv1 09/15] Bluetooth: AMP: Add hs_hchan and hs_hcon to l2cap_chan
` [RFCv1 10/15] Bluetooth: AMP: Handle AMP_LINK connection
` [RFCv1 11/15] Bluetooth: AMP: Send data over AMP channel
` [RFCv1 12/15] Bluetooth: Factor out hci_queue_acl
` [RFCv1 13/15] Bluetooth: AMP: Use Loglink handle in ACL Handle field
` [RFCv1 14/15] Bluetooth: Process create response and connect response identically
` [RFCv1 15/15] Bluetooth: Factor out common L2CAP connection code

[PATCH v0 1/3] audio: Remove unused function
 2012-09-04 12:51 UTC  (4+ messages)
` [PATCH v0 2/3] audio: Fix gateway in connecting state forever
` [PATCH v0 3/3] audio: Handle error in gateway_request_stream()

[PATCH] Bluetooth: Fix freeing uninitialized delayed works
 2012-09-04 12:00 UTC 

[PATCH] audio: Fix gateway probe always failing
 2012-09-04 10:30 UTC  (2+ messages)

[PATCH v7] gatt: Translate Characteristic names
 2012-09-04  7:47 UTC  (2+ messages)

[PATCH BlueZ v1 0/6] HoG Suspend/Resume
 2012-09-03 18:23 UTC  (8+ messages)
` [PATCH BlueZ v2 "
  ` [PATCH BlueZ v2 1/6] hog: Add initial files for suspend support
  ` [PATCH BlueZ v2 2/6] hog: Add suspend back-end selection
  ` [PATCH BlueZ v2 3/6] hog: Add suspend/resume callbacks declaration
  ` [PATCH BlueZ v2 4/6] hog: Create a FIFO for dummy suspend
  ` [PATCH BlueZ v2 5/6] hog: Move HoG device list to manager
  ` [PATCH BlueZ v2 6/6] hog: Add writting Control Point

[PATCH BlueZ v4 00/15] LE General Connection Establishment procedure
 2012-09-03 18:16 UTC  (18+ messages)
` [PATCH BlueZ v4 01/15] core: Fix missing g_io_channel_ref
` [PATCH BlueZ v4 02/15] core: Control connections based on adapter state
` [PATCH BlueZ v4 03/15] mgmt: Print error message when start_discovery fails
` [PATCH BlueZ v4 04/15] core: Add compare function for bdaddr in a struct btd_device
` [PATCH BlueZ v4 05/15] core: Add a list of LE devices to connect
` [PATCH BlueZ v4 06/15] core: Use adapter connect list for LE connections
` [PATCH BlueZ v4 07/15] core: Mutually exclude concurrent connections
` [PATCH BlueZ v4 08/15] mgmt: Add LE scanning callback
` [PATCH BlueZ v4 09/15] core: Replace interleaved by LE scanning
` [PATCH BlueZ v4 10/15] core: Start LE scanning when a device requests
` [PATCH BlueZ v4 11/15] core: Queue discovery if scanning is active
` [PATCH BlueZ v4 12/15] core: Disable unnecessary auto connections
` [PATCH BlueZ v4 13/15] core: Re-connect for ECONNRESET or ECONNABORTED
` [PATCH BlueZ v4 14/15] mgmt: Add address type to bonding debug message
` [PATCH BlueZ v4 15/15] core: Suspend scanning before connect on pairing

[PATCH BlueZ v0 0/8] Scan Parameters Plugin
 2012-09-03 18:12 UTC  (10+ messages)
` [PATCH BlueZ v1 "
  ` [PATCH BlueZ v1 1/8] scan: Add plugin skeleton
  ` [PATCH BlueZ v1 2/8] scan: Register profile
  ` [PATCH BlueZ v1 3/8] scan: Add ATTIO callbacks registration
  ` [PATCH BlueZ v1 4/8] scan: Add write scan interval window
  ` [PATCH BlueZ v1 5/8] scan: Enable Scan Refresh notification
  ` [PATCH BlueZ v1 6/8] scan: Register notification handler
  ` [PATCH BlueZ v1 7/8] scan: Write parameters when requested
  ` [PATCH BlueZ v1 8/8] scan: Avoid discover if scan handle is known

[PATCH v6] gatt: Translate Characteristic names
 2012-09-03 13:29 UTC 

[PATCH v5] gatt: Translate Characteristic names
 2012-09-03 13:20 UTC 

[PATCH] Bluetooth: Use GFP_KERNEL in read_index_list
 2012-09-03 13:07 UTC  (6+ messages)

[PATCH v4] gatt: Translate Characteristic names
 2012-09-03 12:59 UTC  (2+ messages)

[PATCH -v3 1/2] rctest: add automated test
 2012-09-03 12:01 UTC  (3+ messages)
` [PATCH -v3 2/2] rctest: add option to save received data to file

[PATCH] gatt: Fix whitespace in UUID definitions
 2012-09-03 11:56 UTC  (2+ messages)

[PATCH] thermometer: Fix indentation
 2012-09-03 11:55 UTC  (2+ messages)

[PATCH v3 1/2] Bluetooth: mgmt: Fix enabling SSP while powered off
 2012-09-03 11:53 UTC  (4+ messages)
` [PATCH v3 2/2] Bluetooth: mgmt: Fix enabling LE "

[PATCH v2 1/4] audio: remove redundant Media API option
 2012-09-03 11:51 UTC  (2+ messages)

[PATCH 0/7] RFC: proximity cleanup
 2012-09-03 11:33 UTC  (11+ messages)
` [PATCH 1/7] proximity: Change adapter driver function names
` [PATCH 2/7] proximity: Remove unused definitions
` [PATCH 3/7] proximity: Simplify DBusConnection object usage
` [PATCH 4/7] proximity: Move reporter device driver registration to manager
` [PATCH 5/7] proximity: Remove unnecessary check for GATT enabled
` [PATCH 6/7] proximity: Remove list of adapter devices
` [PATCH 7/7] proximity: Remove reporter_adapter

[RFC 00/15] Unaligned memory access fixes
 2012-09-03 10:28 UTC  (23+ messages)
` [RFC 01/15] lib: Add host order unaligned access functions
` [RFC 02/15] sap-u8500: Fix compile error due to unaligned memory access
` [RFC 03/15] sdp: Use helper functions instead of bt_get_unaligned macro
` [RFC 04/15] Add helper functions for putting integers on unaligned memory address
` [RFC 05/15] sdp: Fix compilation errors due to unaligned memory access
` [RFC 06/15] l2test: "
` [RFC 07/15] rctest: "
` [RFC 08/15] monitor: "
` [RFC 09/15] scotest: "
` [RFC 10/15] avrcp: "
` [RFC 11/15] sap: "
` [RFC 12/15] adaptername: Refactor handle_inotify_cb
` [RFC 13/15] sdpd-request: Fix build errors due to unaligned memory access
` [RFC 14/15] sdpd-service: "
` [RFC 15/15] hciemu: "

[RFC v2 00/15] Unaligned memory access fixes
 2012-09-03  6:42 UTC  (21+ messages)
` [RFC v2 01/15] lib: Add host order unaligned access functions
` [RFC v2 02/15] sap-u8500: Fix compile error due to unaligned memory access
` [RFC v2 03/15] sdp: Use helper functions instead of bt_get_unaligned macro
` [RFC v2 04/15] Add helper functions for putting integers on unaligned memory address
` [RFC v2 05/15] sdp: Fix compilation errors due to unaligned memory access
` [RFC v2 06/15] l2test: "
` [RFC v2 07/15] rctest: "
` [RFC v2 08/15] monitor: "
` [RFC v2 09/15] scotest: "
` [RFC v2 10/15] avrcp: "
` [RFC v2 11/15] sap: "
` [RFC v2 12/15] adaptername: Refactor handle_inotify_cb
  ` [RFC v3] "
` [RFC v2 13/15] sdpd-request: Fix build errors due to unaligned memory access
` [RFC v2 14/15] sdpd-service: "
` [RFC v2 15/15] hciemu: "

[PATCH v3] gatt: Translate Characteristic names
 2012-09-02  6:57 UTC 

[PATCH v2] gatt: Translate Characteristic names
 2012-09-02  6:50 UTC  (5+ messages)

[PATCH] Bluetooth: Remove unneeded zero init
 2012-08-31 17:55 UTC  (5+ messages)
  ` [PATCHv2] "

[PATCH BlueZ] build: Use AC_USE_SYSTEM_EXTENSIONS for POSIX/C extensions
 2012-08-31 16:11 UTC  (6+ messages)

[PATCH 0/2] broadcom patchram firmware loader
 2012-08-31 16:11 UTC  (4+ messages)
` [PATCH 1/2] Implement "
` [PATCH 2/2] Cache firmware images for later use

[PATCH hcidump] amp: Decode Num Completed Data Blocks
 2012-08-31  7:37 UTC 

[PATCH obexd] client: Add parameters to get message in map module
 2012-08-31  7:23 UTC  (3+ messages)

[PATCH] Add support for Logitech Harmony Adapter for PS3
 2012-08-31  2:06 UTC 

[PATCH BlueZ v3 00/14] LE General Connection Establishment procedure
 2012-08-30 22:08 UTC  (4+ messages)
` [PATCH BlueZ v3 06/14] core: mutually exclude concurrent connections

[PATCH 1/2] rctest: add automated test
 2012-08-30 18:32 UTC  (2+ messages)
` [PATCH 2/2] rctest: add option to save received data to file

[PATCH BlueZ v0] hcitool: Add LE scan based on White List
 2012-08-30 16:16 UTC 

[PATCH 0/4] Bluetooth: Details of rfcomm fixes - remove session refcnt
 2012-08-30 15:40 UTC  (7+ messages)
` [PATCH 3/4] Bluetooth: Avoid rfcomm_session_timeout using freed pointer
` [PATCH 4/4] Bluetooth: On socket shutdown check rfcomm session and DLC exists

[PATCH BlueZ] input: Fix build error due to O_CLOEXEC
 2012-08-30 13:16 UTC  (4+ messages)

[PATCH hcidump] amp: Decode Read Data Block Size HCI cmd
 2012-08-30 13:06 UTC 

[PATCH] adapter: add API to find an existing device by D-Bus path
 2012-08-30 13:03 UTC  (2+ messages)

[PATCH] attrib: Check key size when verifying requirements
 2012-08-30 12:35 UTC 

[PATCH] adapter: add API to get the current list of devices
 2012-08-30 12:02 UTC 

[PATCH RFC] Add Generic Device Battery API
 2012-08-30 11:26 UTC  (2+ messages)
` [PATCH RFC] battery: Add generic device battery interface

gnome-obex-send problem
 2012-08-30 10:05 UTC 

[PATCH BlueZ V7 3/5] AVRCP: Add browsing channel support
 2012-08-30  9:50 UTC 

[PATCH] gatt: Delay D-Bus reply on char discovery
 2012-08-30  9:28 UTC 

[PATCH BlueZ V6 5/5] AVRCP: Add handler for browsing pdu
 2012-08-30  5:10 UTC 

[PATCH BlueZ V6 4/5] AVRCP: Register/Unregister Browsing handler
 2012-08-30  5:09 UTC 

FW: [PATCH BlueZ V6 3/5] AVRCP: Add browsing channel support
 2012-08-30  5:09 UTC 

[PATCH BlueZ V6 2/5] AVRCP: Rename variables used for control channel
 2012-08-30  5:09 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).