linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-03-02 01:29:30 to 2013-03-07 21:48:09 UTC [more...]

[PATCH v2 0/6] Error handling in HCI request framework
 2013-03-07 21:48 UTC  (4+ messages)
` [PATCH v2 1/6] Bluetooth: Fix __hci_req_sync
` [PATCH v2 2/6] Bluetooth: Return ENODATA in hci_req_run
` [PATCH v2 3/6] Bluetooth: Check hci_req_run returning value in __hci_req_sync

[RFC v2 0/7] One remote UUID per btd_profile
 2013-03-07 17:28 UTC  (2+ messages)

[PATCH 0/4] Error handling in HCI request framework
 2013-03-07 16:38 UTC  (11+ messages)
` [PATCH 1/4] Bluetooth: Check hci_req_run error code in __hci_req_sync
` [PATCH 2/4] Bluetooth: HCI request error handling
` [PATCH 3/4] Bluetooth: Make hci_req_add return void
` [PATCH 4/4] Bluetooth: Check req->error flag in hci_req_add

[PATCH BlueZ 1/5 v2] AVRCP: Fix reading wrong field as folder depth
 2013-03-07 15:21 UTC  (6+ messages)
` [PATCH BlueZ 2/5 v2] AVRCP: Fix not parsing player name properly
` [PATCH BlueZ 3/5 v2] AVRCP: Fix not checking for invalid folder length
` [PATCH BlueZ 4/5 v2] AVRCP: Fix not checking for invalid player name length
` [PATCH BlueZ 5/5 v2] AVRCP: Fix not checking for invalid player items

[PATCH BlueZ 1/5] AVRCP: Fix reading wrong field as folder depth
 2013-03-07 14:57 UTC  (5+ messages)
` [PATCH BlueZ 2/5] AVRCP: Fix not parsing player name properly
` [PATCH BlueZ 3/5] AVRCP: Fix not checking for invalid folder length
` [PATCH BlueZ 4/5] AVRCP: Fix not checking for invalid player name length
` [PATCH BlueZ 5/5] AVRCP: Fix not checking for invalid player items

[PATCH BlueZ 1/3 v2] audio: Remove profile enabling/disabling logic
 2013-03-07 13:54 UTC  (4+ messages)
` [PATCH BlueZ 2/3 v2] audio: Fix not using opposite role for local servers
` [PATCH BlueZ 3/3 v2] core: Add DisableProfiles entry to main.conf

[PATCH BlueZ 1/3] audio: Remove profile enabling/disabling logic
 2013-03-07  7:23 UTC  (4+ messages)
` [PATCH BlueZ 2/3] audio: Fix not using opposite role for local servers
` [PATCH BlueZ 3/3] core: Add DisableProfiles entry to main.conf

[PATCH 0/7] Use HCI request framework to enable LE scanning
 2013-03-06 20:12 UTC  (11+ messages)
` [PATCH 1/7] Bluetooth: Add hci_req_cleanup function
` [PATCH 2/7] Bluetooth: Update hci_le_scan to use HCI request
` [PATCH 3/7] Bluetooth: Merge LE-only and interleaved cases
` [PATCH 4/7] Bluetooth: Remove timeout handling from hci_cancel_le_scan
` [PATCH 5/7] Bluetooth: Remove LE scan work
` [PATCH 6/7] Bluetooth: Change LE scanning timeout macros
` [PATCH 7/7] Bluetooth: Add LE scan type macros

[PATCH v6 00/17] mSBC investigations
 2013-03-06 10:19 UTC  (18+ messages)
` [PATCH v6 01/17] sbc: Add encoder_state to analysis functions
` [PATCH v6 02/17] sbc: Break 4 blocks processing to variable steps
` [PATCH v6 03/17] sbc: Rename sbc_analyze_4b_xx to sbc_analyze_xx
` [PATCH v6 04/17] sbc: add odd member variable to sbc_encoder_state
` [PATCH v6 05/17] sbc: Add mmx primitive for 1b 8s analysis
` [PATCH v6 06/17] sbc: Add armv6 "
` [PATCH v6 07/17] sbc: Add iwmmxt primitive for 1b 8s encoding
` [PATCH v6 08/17] sbc: Add plain C primitive for 1b 8s analysis
` [PATCH v6 09/17] sbc: Use plain C primitive if doing msbc on neon
` [PATCH v6 10/17] sbc: Fix input reordering for 15 blocks case
` [PATCH v6 11/17] sbc: Add SBC_MSBC flag to enable 15 block encoding
` [PATCH v6 12/17] sbc: Declare and implement sbc_init_msbc
` [PATCH v6 13/17] sbc: Add support for mSBC frame header
` [PATCH v6 14/17] sbc: Update sbcdec for msbc
` [PATCH v6 15/17] sbc: Update sbcenc "
` [PATCH v6 16/17] sbc: Update sbcinfo "
` [PATCH v6 17/17] sbc: bump version number

[PATCH v2 0/6] Fix state callbacks register/unregister in audio code
 2013-03-06 10:04 UTC  (8+ messages)
` [PATCH v2 1/6] avdtp: Register state callback for specified audio device
` [PATCH v2 2/6] avdtp: Remove user data from avdtp_session_state_cb
` [PATCH v2 3/6] avctp: Allow to register state callback for specified audio device
` [PATCH v2 4/6] avctp: Remove user data from avctp_session_state_cb
` [PATCH v2 5/6] sink: Register state callback for specified audio device
` [PATCH v2 6/6] source: "

[PATCH v2 0/3] Add support for retrieving messages in fractions
 2013-03-06  9:43 UTC  (6+ messages)
` [PATCH v2 1/3] obexd: Move Message.Get parameter attachment into dictionary
` [PATCH v2 2/3] test: Adapt map-client interface org.bluez.obex.Message2
` [PATCH v2 3/3] obexd: Add support for retrieving messages in fractions

[RFC] bloodpressure: Add Blood Pressure API
 2013-03-06  8:51 UTC  (5+ messages)

[PATCH v2 0/6] Bluetooth: HCI command synchronisation fixes
 2013-03-06  7:29 UTC  (7+ messages)
` [PATCH v2 1/6] Bluetooth: Move power on HCI command updates to their own function
` [PATCH v2 2/6] Bluetooth: Update mgmt powered HCI commands to use async requests
` [PATCH v2 3/6] Bluetooth: Wait for HCI command completion with mgmt_set_powered
` [PATCH v2 4/6] Bluetooth: Fix busy condition testing for EIR and class updates
` [PATCH v2 5/6] Bluetooth: Fix UUID/class mgmt command response synchronization
` [PATCH v2 6/6] Bluetooth: Remove useless HCI_PENDING_CLASS flag

[PATCH 0/5] Bluetooth: HCI command synchronisation fixes
 2013-03-06  7:16 UTC  (6+ messages)
` [PATCH 1/5] Bluetooth: Move power on HCI command updates to their own function
` [PATCH 2/5] Bluetooth: Update mgmt powered HCI commands to use async requests
` [PATCH 3/5] Bluetooth: Wait for HCI command completion with mgmt_set_powered
` [PATCH 4/5] Bluetooth: Fix UUID/class mgmt command response synchronization
` [PATCH 5/5] Bluetooth: Remove useless HCI_PENDING_CLASS flag

[PATCH v3 00/11] Bluetooth: Add asynchronous request support
 2013-03-05 23:15 UTC  (15+ messages)
` [PATCH v3 01/11] Bluetooth: Rename hci_request to hci_req_sync
` [PATCH v3 02/11] Bluetooth: Fix __hci_request() handling of empty requests
` [PATCH v3 03/11] Bluetooth: Split HCI init sequence into three stages
` [PATCH v3 04/11] Bluetooth: Add initial skeleton for asynchronous HCI requests
` [PATCH v3 05/11] Bluetooth: Refactor HCI command skb creation
` [PATCH v3 06/11] Bluetooth: Introduce new hci_req_add function
` [PATCH v3 07/11] Bluetooth: Fix stand-alone HCI command handling
` [PATCH v3 08/11] Bluetooth: Add request cmd_complete and cmd_status functions
` [PATCH v3 09/11] Bluetooth: Use async requests internally in hci_req_sync
` [PATCH v3 10/11] Bluetooth: Remove unused hdev->init_last_cmd
` [PATCH v3 11/11] Bluetooth: Remove empty HCI event handlers

[PATCH v2 00/11] Bluetooth: Add asynchronous request support
 2013-03-05 17:10 UTC  (16+ messages)
` [PATCH v2 01/11] Bluetooth: Rename hci_request to hci_req_sync
` [PATCH v2 02/11] Bluetooth: Fix __hci_request() handling of empty requests
` [PATCH v2 03/11] Bluetooth: Split HCI init sequence into three stages
` [PATCH v2 04/11] Bluetooth: Add initial skeleton for asynchronous HCI requests
` [PATCH v2 05/11] Bluetooth: Refactor HCI command skb creation
` [PATCH v2 06/11] Bluetooth: Introduce new hci_req_add function
` [PATCH v2 07/11] Bluetooth: Introduce a hci_req_from_skb function
` [PATCH v2 08/11] Bluetooth: Add request cmd_complete and cmd_status functions
` [PATCH v2 09/11] Bluetooth: Use async requests internally in hci_req_sync
` [PATCH v2 10/11] Bluetooth: Remove unused hdev->init_last_cmd
` [PATCH v2 11/11] Bluetooth: Remove empty HCI event handlers

[PATCH 0/6] Fix state callbacks register/unregister in audio code
 2013-03-05 14:01 UTC  (9+ messages)
` [PATCH 1/6] avdtp: Register state callback for specified audio device
` [PATCH 2/6] avdtp: Remove user data from avdtp_session_state_cb
` [PATCH 3/6] avctp: Allow to register state callback for specified audio device
` [PATCH 4/6] avctp: Remove user data from avdtp_session_state_cb
` [PATCH 5/6] sink: Register state callback for specified audio device
` [PATCH 6/6] source: "

[PATCH 0/2] obexd: Add support for retrieving messages in fractions
 2013-03-05 11:16 UTC  (7+ messages)
` [PATCH 2/2] "

[PATCH BlueZ 1/4 v2] audio: Remove profile enabling/disabling logic
 2013-03-05  1:12 UTC  (8+ messages)
` [PATCH BlueZ 2/4 v2] core: Add DisableProfiles entry to main.conf
` [PATCH BlueZ 3/4] core: Move plugin_init and plugin_cleanup to plugin.h
` [PATCH BlueZ 4/4] core: Move rfkill_init and rfkill_cleanup to rfkill.h

[PATCH 00/11] Bluetooth: Add asynchronous request support
 2013-03-04 21:58 UTC  (24+ messages)
` [PATCH 01/11] Bluetooth: Rename hci_request to hci_req_sync
` [PATCH 02/11] Bluetooth: Fix __hci_req_sync() handling of empty requests
` [PATCH 03/11] Bluetooth: Split HCI init sequence into three stages
` [PATCH 04/11] Bluetooth: Add initial skeleton for asynchronous HCI requests
` [PATCH 05/11] Bluetooth: Refactor HCI command skb creation
` [PATCH 06/11] Bluetooth: Introduce new hci_req_cmd function
` [PATCH 07/11] Bluetooth: Introduce a hci_req_from_skb function
` [PATCH 08/11] Bluetooth: Add request cmd_complete and cmd_status functions
` [PATCH 09/11] Bluetooth: Use async requests internally in hci_req_sync
` [PATCH 10/11] Bluetooth: Remove unused hdev->init_last_cmd
` [PATCH 11/11] Bluetooth: Remove empty HCI event handlers

[PATCH BlueZ 0/6] attrib: Remove glib basic data types usage
 2013-03-04 20:58 UTC  (7+ messages)
` [PATCH BlueZ 1/6] gattrib: remove "
` [PATCH BlueZ 2/6] GATT: "
` [PATCH BlueZ 3/6] attrib: "
` [PATCH BlueZ 4/6] gatttool: "
` [PATCH BlueZ 5/6] attrib: simplify boolean tests
` [PATCH BlueZ 6/6] attrib: removing gboolean usage when possible

[PATCH BlueZ] gatttool: fix parameter type/name from le to psm
 2013-03-04 20:42 UTC 

rfcomm example setup
 2013-03-04 20:30 UTC  (3+ messages)

[PATCH 1/3] attrib: Remove redundant NULL check
 2013-03-04 14:20 UTC  (5+ messages)
` [PATCH 2/3] attrib: Fix use after free of attrib
` [PATCH 3/3] attrib: Remove norequests and noresponses variables

[PATCH BlueZ 00/10 v4] AVRCP Fixes
 2013-03-04  8:06 UTC  (10+ messages)
` [PATCH BlueZ 01/10 v4] player: Fix property Device type
` [PATCH BlueZ 02/10 v4] media: Rework MediaItem Type property
` [PATCH BlueZ 03/10 v4] player: Add enums for item types and folder types
` [PATCH BlueZ 04/10 v4] player: Add Playlist property
` [PATCH BlueZ 05/10 v4] player: Fix not emitting PropertiesChanged for Browsable and Searchable
` [PATCH BlueZ 06/10 v4] AVRCP: Fix changing track metadata too many times
` [PATCH BlueZ 07/10 v4] player: Only emit PropertiesChanged for Position if track exists
` [PATCH BlueZ 08/10 v4] player: Only expose Track property if there is metadata
` [PATCH BlueZ 09/10 v4] AVRCP: Add support to UIDs changed event for CT role

[PATCH BlueZ 1/3] audio: Remove profile enabling/disabling logic
 2013-03-02  2:42 UTC  (9+ messages)
` [PATCH BlueZ 2/3] core: Add DisableProfiles entry to main.conf
` [PATCH BlueZ 3/3] core: Rename hcid.h to main.h

[RFC BlueZ v0 00/10] Service Discovery/GATT cleanup
 2013-03-02  1:50 UTC  (3+ messages)
` [RFC BlueZ v0 04/10] device: Remove misleading function

[PATCH] Add GetCachedServices to device API
 2013-03-02  1:29 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;
as well as URLs for NNTP newsgroup(s).