linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-12-12 10:28:05 to 2012-12-18 09:48:01 UTC [more...]

[PATCH] Bluetooth: remove an unused variable in a header file
 2012-12-18  9:48 UTC 

[PATCH BlueZ] test: Update simple-agent to new API
 2012-12-17 23:23 UTC  (2+ messages)

[PATCH BlueZ] hog: Fix removing HoG device bug
 2012-12-17 20:20 UTC  (2+ messages)

[PATCH BlueZ 1/5] core: Fix set_pairable to not attempt to power on the adapter
 2012-12-17 18:30 UTC  (8+ messages)
` [PATCH BlueZ 2/5] core: Fix set_discoverable "
` [PATCH BlueZ 3/5] core: Simplify set_powered to not use set_mode
` [PATCH BlueZ 4/5] core: Remove mode session code
` [PATCH BlueZ 5/5] core: Fix emitting changes to properties on power off

[PATCH 01/13] adapter: Add btd_adapter_for_each_device()
 2012-12-17 15:54 UTC  (14+ messages)
` [PATCH 02/13] alert: Use ccc file from device storage
` [PATCH 03/13] doc: Add device appearance in settings-storage doc
` [PATCH 04/13] adapter: Convert appearances file
` [PATCH 05/13] device: Load appearance from storage
` [PATCH 06/13] adapter: Convert gatt file
` [PATCH 07/13] gatt: Use new storage architecture
` [PATCH 08/13] adapter: Convert proximity file
` [PATCH 09/13] proximity: Use new storage architecture
` [PATCH 10/13] adapter: Remove support of pincodes storage file
` [PATCH 11/13] adapter: Fix invalid read in conversions
` [PATCH 12/13] bluetoothd: Remove storage info from man page
` [PATCH 13/13] TODO: Mark convert storage to ini-file item as done

[PATCH 01/11] adapter: Rename btd_adapter *up members to *powered
 2012-12-17 15:00 UTC  (12+ messages)
` [PATCH 02/11] manager: Rename btd_manager_register_adapter up parameter to powered
` [PATCH 03/11] adapter: Make adapter_mode_changed accept mode as bool params
` [PATCH 04/11] adapter: Add btd_adapter_get_pairable function
` [PATCH 05/11] adapter: Remove not used parameter from btd_adapter_get_mode
` [PATCH 06/11] adapter: Add connectable member to btd_adapter
` [PATCH 07/11] adapter: Use discoverable memeber instead of scan_mode
` [PATCH 08/11] adapter: Remove scan_mode member
` [PATCH 09/11] core: Remove mode option form main_opts
` [PATCH 10/11] mgmt: Remove not needed power state change in read_info_complete
` [PATCH 11/11] adapter: Remove not used btd_adapter_get_mode

[PATCH BlueZ 1/2] obex-client: Make use of g_dbus_get_properties to get transfer properties
 2012-12-17 14:32 UTC  (3+ messages)
` [PATCH BlueZ 2/2] test: Fix pbap-client to handle PullAll reply properly

[PATCH BlueZ 1/5] obexd: Port session interface to use D-Bus Properties
 2012-12-17 12:11 UTC  (6+ messages)
` [PATCH BlueZ 2/5] obexd: Enable ObjectManager
` [PATCH BlueZ 3/5] obexd: Remove SessionCreated and SessionRemoved signals
` [PATCH BlueZ 4/5] obex-client: Enable ObjectManager
` [PATCH BlueZ 5/5] TODO: Mark Convert obexd & obex-client to ObjectManager/Properties as done

[PATCH BlueZ] gdbus: Fix crash error when calling g_dbus_remove_all_watches
 2012-12-17 11:33 UTC  (3+ messages)

PSCAN and ISCAN flags in hciconfig
 2012-12-17  9:02 UTC  (4+ messages)

[PATCH v5 00/16] mSBC tests
 2012-12-17  0:33 UTC  (18+ 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 v5 11/16] sbc: Add SBC_MSBC flag to enable 15 block encoding
` [PATCH v5 12/16] sbc: Add support for mSBC frame header
` [PATCH v5 13/16] sbc: Update sbcdec for msbc
` [PATCH v5 14/16] sbc: Update sbcenc "
` [PATCH v5 15/16] sbc: Update sbcinfo "
` [PATCH v5 16/16] sbc: Update copyrights

[PATCH v2 1/5] device : Add EndGroupHandle key in attributes storage
 2012-12-16 11:33 UTC  (6+ messages)
` [PATCH v2 2/5] device: Store services in device's attributes file
` [PATCH v2 3/5] adapter: Convert ccc file
` [PATCH v2 4/5] device: Add btd_device_get_storage_path()
` [PATCH v2 5/5] attrib-server: Read/write CCC info from new storage

[PATCH BlueZ 1/4] obex-client: Port MAP module to use D-Bus properties interface
 2012-12-16 11:28 UTC  (5+ messages)
` [PATCH BlueZ 2/4] obex-client: Port session code "
` [PATCH BlueZ 3/4] obex-client: Port transfer "
` [PATCH BlueZ 4/4] test: Update map-client "

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

[PATCH 00/12] Add LE broadcaster and observer functionality
 2012-12-14 18:51 UTC  (13+ messages)
` [PATCH 01/12] Bluetooth: Add HCI command to set advertising parameters
` [PATCH 02/12] Bluetooth: Set advertising parameters on LE setup
` [PATCH 03/12] Bluetooth: Add set controller data MGMT command
` [PATCH 04/12] Bluetooth: Add unset "
` [PATCH 05/12] Bluetooth: Add set broadcaster "
` [PATCH 06/12] Bluetooth: Advertise controller data in broadcaster mode
` [PATCH 07/12] Bluetooth: Stop to acquire hdev lock inside hci_update_ad
` [PATCH 08/12] Bluetooth: Enable on-the-fly update of broadcast data
` [PATCH 09/12] Bluetooth: Enable support for broadcaster mode when powered off
` [PATCH 10/12] Bluetooth: Refactor le scan helpers to enable observer support
` [PATCH 11/12] Bluetooth: Add set observer MGMT command
` [PATCH 12/12] Bluetooth: Enable support for observer mode when powered off

[PATCH 1/5] device : Add EndGroupHandle key in attributes storage
 2012-12-14 17:31 UTC  (6+ messages)
` [PATCH 2/5] device: Store services in device's attributes file
` [PATCH 3/5] adapter: Convert ccc file
` [PATCH 4/5] device: Add btd_device_get_storage_path()
` [PATCH 5/5] attrib-server: Read/write CCC info from new storage

[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  (9+ messages)
` [RFC 03/16] Bluetooth: extend state_change() call to report errors too
` [RFC 04/16] Bluetooth: add l2cap_state_change_and_error()
` [RFC 12/16] Bluetooth: Use abstract chan->data in comparison

[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  (12+ messages)
` [PATCH 11/16] avctp: Convert register/unregister to accept btd_adapter
` [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)


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