linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-12-06 23:41:13 to 2012-12-14 15:03:31 UTC [more...]

[PATCH v5 00/16] mSBC tests
 2012-12-14 15:03 UTC  (11+ messages)
` [PATCH v5 01/16] sbc: Add encoder_state to analysis functions
` [PATCH v5 02/16] sbc: Break 4 blocks processing to variable steps
` [PATCH v5 03/16] sbc: Rename sbc_analyze_4b_xx to sbc_analyze_xx
` [PATCH v5 04/16] sbc: add odd member variable to sbc_encoder_state
` [PATCH v5 05/16] sbc: Add mmx primitive for 1b 8s analysis
` [PATCH v5 06/16] sbc: Add armv6 "
` [PATCH v5 07/16] sbc: Add iwmmxt primitive for 1b 8s encoding
` [PATCH v5 08/16] sbc: Add plain C primitive for 1b 8s analysis
` [PATCH v5 09/16] sbc: Use plain C primitive if doing msbc on neon
` [PATCH v5 10/16] sbc: Fix input reordering for 15 blocks case

[PATCH BlueZ 1/2] core: Fix leftover signal for UUIDs property
 2012-12-14 14:13 UTC  (2+ messages)
` [PATCH BlueZ 2/2] core: Remove unused emit_array_property_changed function

[PATCH] device: Fix memory leak in load_att_info()
 2012-12-14 11:20 UTC  (2+ messages)

[PATCH BlueZ 01/13] network: Append version to Network and NetworkServer interfaces
 2012-12-14 10:37 UTC  (16+ messages)
` [PATCH BlueZ 02/13] audio: Append version to Control interface
` [PATCH BlueZ 03/13] heartrate: Append version to HeartRate interfaces
` [PATCH BlueZ 04/13] cyclingspeed: Append version to CyclingSpeed interfaces
` [PATCH BlueZ 05/13] thermometer: Append version to Thermometer interfaces
` [PATCH BlueZ 06/13] alert: Append version to Alert interfaces
` [PATCH BlueZ 07/13] core: Append version to Agent interface
` [PATCH BlueZ 08/13] health: Append version to Health interfaces
` [PATCH BlueZ 09/13] dbusoob: Append version to OutOfBand interface
` [PATCH BlueZ 10/13] proximity: Append version to Proximity interfaces
` [PATCH BlueZ 11/13] sap: Append version to SimAccess interfaces
` [PATCH BlueZ 12/13] core: Remove another left over of HFP removal
` [PATCH BlueZ 13/13] core: Remove org.bluez.Watcher from bluetooth.conf

[PATCH v2 01/15] device: Retrieve device technology from storage
 2012-12-14  8:31 UTC  (16+ messages)
` [PATCH v2 02/15] device: Add device_create_from_storage() function
` [PATCH v2 03/15] adapter: Convert device profiles list
` [PATCH v2 04/15] device: Load profiles from storage
` [PATCH v2 05/15] adapter: Probe profiles after device creation
` [PATCH v2 06/15] device: Delete storage device recursively
` [PATCH v2 07/15] doc: Update Settings-storage for SDP records
` [PATCH v2 08/15] adapter: Convert device sdp file
` [PATCH v2 09/15] device: Remove stored SDP records on device removal
` [PATCH v2 10/15] device: Load primary attributes from storage
` [PATCH v2 11/15] device: Store SDP records in new storage
` [PATCH v2 12/15] adapter: Convert device primaries list
` [PATCH v2 13/15] adapter: Remove create_stored_device_from_primaries
` [PATCH v2 14/15] device: Update btd_device_get_record to use new storage
` [PATCH v2 15/15] input: Use new storage architecture

[PATCH BlueZ 1/2] core: Remove RequestSession and ReleaseSession
 2012-12-13 20:15 UTC  (3+ messages)
` [PATCH BlueZ 2/2] core: Remove ConfirmModeChange method

[PATCH] mgmt-api: Remove not needed restriction on add/remove OOB data
 2012-12-13 20:15 UTC  (2+ messages)

[PATCH 1/2] Bluetooth: mgmt: Remove not needed restriction on add/remove OOB data
 2012-12-13 14:11 UTC  (2+ messages)
` [PATCH 2/2] Bluetooth: mgmt: Avoid using magic number in status code

[PATCH BlueZ] build: Remove obexd usb plugin
 2012-12-13 12:27 UTC  (2+ messages)

[BLE] org.bluez.Device1.Connect() returns org.bluez.Error.NotAvailable
 2012-12-13  7:48 UTC  (14+ messages)

[RFC 00/16] Completely remove socket dependency from l2cap_core.c
 2012-12-12 19:57 UTC  (22+ messages)
` [RFC 01/16] Bluetooth: Add src and dst info to struct l2cap_chan
` [RFC 02/16] Bluetooth: Remove sk_sndtimeo from l2cap_core.c
` [RFC 03/16] Bluetooth: extend state_change() call to report errors too
` [RFC 04/16] Bluetooth: add l2cap_state_change_and_error()
` [RFC 05/16] Bluetooth: Add missing braces to an "else if"
` [RFC 06/16] Bluetooth: use l2cap_chan_ready() instead of duplicate code
` [RFC 07/16] Bluetooth: duplicate DEFER_SETUP flag on l2cap_chan
` [RFC 08/16] Bluetooth: Improving locking in l2cap_conn_start()
` [RFC 09/16] Bluetooth: lock socket in defer_cb call
` [RFC 10/16] Bluetooth: Remove socket lock from state_change() in l2cap_core
` [RFC 11/16] Bluetooth: remove parent socket usage from l2cap_core.c
` [RFC 12/16] Bluetooth: Use abstract chan->data in comparison
` [RFC 13/16] Bluetooth: Move l2cap_wait_ack() to l2cap_sock.c
` [RFC 14/16] Bluetooth: Create l2cap->ops->resume()
` [RFC 15/16] Bluetooth: Create l2cap->ops->set_shutdown()
` [RFC 16/16] Bluetooth: Remove sk member from struct l2cap_chan

[PATCH BlueZ 01/11] obexd: Port bluetooth plugin to use external profile support
 2012-12-12 18:55 UTC  (14+ messages)
` [PATCH BlueZ 02/11] core: Add MAS record
` [PATCH BlueZ 03/11] core: Add SYNC record
` [PATCH BlueZ 04/11] obexd: Enable support for MAS profile
` [PATCH BlueZ 05/11] obexd: Enable support SYNC profile
` [PATCH BlueZ 06/11] obexd: Add support for custom records
` [PATCH BlueZ 07/11] opp: Remove record details
` [PATCH BlueZ 08/11] ftp: "
` [PATCH BlueZ 09/11] pbap: "
` [PATCH BlueZ 10/11] mas: "
` [PATCH BlueZ 11/11] irmc: "

Rayson BTM-112 support
 2012-12-12 16:49 UTC 

[PATCH 01/14] device: Retrieve device technology from storage
 2012-12-12 15:48 UTC  (14+ messages)
` [PATCH 02/14] device: Add device_create_from_storage() function
` [PATCH 03/14] adapter: Convert device profiles list
` [PATCH 04/14] device: Load profiles from storage
` [PATCH 05/14] adapter: Probe profiles after device creation
` [PATCH 06/14] device: Delete storage device recursively
` [PATCH 07/14] adapter: Convert device sdp file
` [PATCH 08/14] device: Load services from storage
` [PATCH 09/14] device: Update services from SDP records
` [PATCH 10/14] adapter: Convert device primaries list
` [PATCH 11/14] adapter: Register services after device creation
` [PATCH 12/14] device: Add device_get_storage_path()
` [PATCH 13/14] device: Retrieve records from tmp_records only
` [PATCH 14/14] input: Use new storage architecture

[RFC BlueZ v1] media-api: Add org.bluez.MediaLibrary1
 2012-12-12 14:45 UTC  (5+ messages)

[PATCH 00/16] audio: Use device/adapter reference instead of bdaddr_t
 2012-12-12 13:24 UTC  (23+ messages)
` [PATCH 01/16] a2dp: Remove bogus '\' at the end of line
` [PATCH 02/16] a2dp: Remove useless return
` [PATCH 03/16] a2dp: Remove not used macros definitions
` [PATCH 04/16] a2dp: Convert sink/source register to accept btd_adapter
` [PATCH 05/16] a2dp: Convert a2dp_unregister "
` [PATCH 06/16] media: Convert register/unregister "
` [PATCH 07/16] a2dp: Convert a2dp_add_sep to accept struct btd_adapter
` [PATCH 08/16] avdtp: Use refs to adapter and device instead of bdaddr_t
` [PATCH 09/16] a2dp: Use btd_adapter ref in a2dp_server "
` [PATCH 10/16] avrcp: Convert to accept btd_adapter "
` [PATCH 11/16] avctp: Convert register/unregister to accept btd_adapter
` [PATCH 12/16] avdtp: Replace avdtp_get_peers with adapter and device getters
` [PATCH 13/16] audio: Use manager_get_device to get device object
` [PATCH 14/16] audio: Make manager_get_device accept btd_device
` [PATCH 15/16] audio: Simplify manager_find_device
` [PATCH 16/16] avctp: Remove double looking for audio device

[PATCH BlueZ] obex-client: Remove calls to org.bluez.Manager and org.bluez.Adapter
 2012-12-12 12:20 UTC  (2+ messages)

[PATCH] storage: Remove not used functions
 2012-12-12  8:57 UTC  (2+ messages)

[PATCH ] Bluetooth: Remove unnecessary include l2cap.h
 2012-12-11 22:26 UTC  (2+ messages)

[PATCH] Bluetooth: Fix sending HCI commands after reset
 2012-12-11 22:24 UTC  (2+ messages)

Problem on setting up l2cap connection on different version of Bluez
 2012-12-11 22:20 UTC 

[PATCH 0/3 v1] Fix stop discovery not handled if discovery state is STARTING
 2012-12-11 22:17 UTC  (5+ messages)
` [PATCH 2/3 v1] Bluetooth: Move discovery state check inside hci_dev_lock()
` [PATCH 3/3 v1] Bluetooth: Fix stop discovery while in STARTING state

Problem on setting up l2cap connection on different version of Bluez
 2012-12-11 21:56 UTC 

hidp bug concerning ctrl_sk sock
 2012-12-11 20:05 UTC  (2+ messages)

[RFC v2 0/5] sco: SCO socket option for mode
 2012-12-11 16:53 UTC  (6+ messages)
` [RFC v2 1/5] Bluetooth: Add option for SCO socket mode
` [RFC v2 2/5] Bluetooth: Add setsockopt "
` [RFC v2 3/5] Bluetooth: Use codec to create SCO connection
` [RFC v2 4/5] Bluetooth: Set parameters for outgoing connections
` [RFC v2 5/5] Bluetooth: Fallback transparent SCO from T2 to T1

[RFC] HCI commands flow fix
 2012-12-11  7:32 UTC  (3+ messages)
` [RFC] Bluetooth: Don't send new commands before CC for reset is received

[PATCH BlueZ] hog: Rename prepend_id variable
 2012-12-11  5:45 UTC  (2+ messages)

[PATCH 1/4] sap-u8500: Fix build errors due to unaligned memory access
 2012-12-11  5:43 UTC  (3+ messages)

[PATCH] Bluetooth: Add support for IMC Networks [13d3:3393]
 2012-12-11  3:41 UTC 

input-headset driver probe failed for device
 2012-12-10 21:23 UTC 

[PATCH BlueZ v2] build: Fix 'hcitool' and 'bdaddr' compilation
 2012-12-10 20:39 UTC  (2+ messages)

[PATCH BlueZ] audio: remove unused field from audio_device
 2012-12-10 19:59 UTC  (2+ messages)

[PATCH BlueZ] build: Fix 'hcitool' and 'bdaddr' compilation
 2012-12-10 19:34 UTC 

BLE issue: Start_LE_Encryption fails
 2012-12-10 15:18 UTC  (10+ messages)

[PATCH 0/9] Remove redundant struct audio_device members
 2012-12-10 12:50 UTC  (2+ messages)

[PATCH BlueZ] build: Remove left over of gstreamer removal
 2012-12-10 12:42 UTC  (2+ messages)

[PATCH] gitignore: Add test/bluezutils.pyc
 2012-12-08 11:45 UTC  (2+ messages)

[RFC 1/5] Bluetooth: Fix using locked state_change for A2MP chan
 2012-12-07 12:59 UTC  (5+ messages)
` [RFC 2/5] Bluetooth: AMP: Send A2MP Create Phylink Rsp after Assoc write
` [RFC 3/5] Bluetooth: AMP: Clean up logical link create / accept
` [RFC 4/5] Bluetooth: AMP: Remove dead code
` [RFC 5/5] Bluetooth: AMP: Use set_bit / test_bit for amp_mgr state

[PATCH] Fixes kernel oops when turning bluetooth mouse on
 2012-12-07 10:21 UTC  (3+ messages)

[RFC BlueZ] media-api: Add org.bluez.MediaStorage
 2012-12-07  9:33 UTC 

[PATCH BlueZ 1/3] adapter: Fix unplugging adapter bug
 2012-12-07  9:22 UTC  (3+ messages)
` [PATCH BlueZ 3/3] adapter: Discoverable storage

[PATCH BlueZ] build: Fix 'make distcheck'
 2012-12-07  7:56 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).