linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-02-07 08:13:50 to 2013-02-18 03:18:55 UTC [more...]

sd8688 firmware location
 2013-02-18  3:18 UTC  (10+ messages)
` [PATCH] Bluetooth: btmrvl_sdio: look for sd8688 firmware in alternate place

[RFC v2 0/8] LE Connection Routine
 2013-02-16 22:32 UTC  (11+ messages)
` [RFC v2 1/8] Bluetooth: Setup LE scan with no timeout
` [RFC v2 2/8] Bluetooth: Add LE scan type macros
` [RFC v2 3/8] Bluetooth: LE connection state machine
` [RFC v2 4/8] Bluetooth: Add hci_conn helpers
` [RFC v2 5/8] Bluetooth: Change LE connection routine
` [RFC v2 6/8] Bluetooth: Handle hci_conn timeout in BT_CONNECT
` [RFC v2 7/8] Bluetooth: Count pending LE connection attempts
` [RFC v2 8/8] Bluetooth: Initialize some hci_conn fields earlier

[PATCH 00/12 v3] Bluetooth: Asynchronous HCI transaction API
 2013-02-16 22:22 UTC  (16+ messages)
` [PATCH 01/12 v3] Bluetooth: Add initial hooks for HCI transaction support
` [PATCH 02/12 v3] Bluetooth: Add basic start/complete HCI transaction functions
` [PATCH 03/12 v3] Bluetooth: Add hci_transaction_cmd_complete function
` [PATCH 04/12 v3] Bluetooth: Add hci_transaction_from_skb function
` [PATCH 05/12 v3] Bluetooth: Switch from hdev->cmd_q to using transactions
` [PATCH 06/12 v3] Bluetooth: Remove unused hdev->cmd_q HCI command queue
` [PATCH 07/12 v3] Bluetooth: Fix mgmt powered indication by using a HCI transaction
` [PATCH 08/12 v3] Bluetooth: Enable HCI transaction support cmd_status 0
` [PATCH 09/12 v3] Bluetooth: Add HCI init sequence support for HCI transactions
` [PATCH 10/12 v3] Bluetooth: Convert hci_request to use "
` [PATCH 11/12 v3] Bluetooth: Remove unused hdev->init_last_cmd
` [PATCH 12/12 v3] Bluetooth: Remove empty HCI event handlers

BT_ADDR not updated
 2013-02-16 14:51 UTC 

[PATCH BlueZ 00/13] Fix SDP DE Type Descriptor validation issues
 2013-02-15 15:07 UTC  (43+ messages)
` [PATCH BlueZ 01/13] unit: Add initial SDP library unit tests
` [PATCH BlueZ 02/13] lib: Add SDP_IS_ALT() macro
` [PATCH BlueZ 03/13] lib: Reuse identical code in sdp_get_{add,}_access_protos()
` [PATCH BlueZ 04/13] lib: Cleanup coding style in sdp_get_proto_descs()
` [PATCH BlueZ 05/13] lib: Fix missing DTD validation while accessing SDP data elements
` [PATCH BlueZ 06/13] unit: Add tests for sdp_get_lang_attr()
` [PATCH BlueZ 07/13] lib: Add missing DTD validation in sdp_record_print()
` [PATCH BlueZ 08/13] lib: Validate DTDs when parsing LanguageBaseAttributeIDList
` [PATCH BlueZ 09/13] lib: Validate DTDs when parsing BluetoothProfileDescriptorList
` [PATCH BlueZ 10/13] lib: Add comment to BluetoothProfileDescriptorList parsing workaround
` [PATCH BlueZ 11/13] lib: Validate DTDs when parsing VersionNumberList
` [PATCH BlueZ 12/13] unit: Add tests for sdp_get_profile_descs()
` [PATCH BlueZ 13/13] unit: Add tests for sdp_get_server_ver()
` [PATCH v2 BlueZ 00/13] Fix SDP DE Type Descriptor validation issues
  ` [PATCH v3 "

[PATCH BlueZ 1/7] AVRCP: Prefix folder name with /Filesystem
 2013-02-15 14:45 UTC  (8+ messages)
` [PATCH BlueZ 2/7] AVRCP: Parse browsing and searching features bits
` [PATCH BlueZ 3/7] media-api: Fix referencing to MediaLibrary instead of MediaFolder
` [PATCH BlueZ 4/7] AVRCP: Move features to avrcp.c
` [PATCH BlueZ 5/7] AVRCP: Create folders for /Filesystem and /NowPlaying
` [PATCH BlueZ 6/7] AVRCP: Add support for GetItemAttributes
` [PATCH BlueZ 7/7] AVRCP: Fix parsing of SetBrowsedPlayer response

[PATCH v2 1/6] neard: Use service name and not boolean to track if registered to neard
 2013-02-15 14:33 UTC  (7+ messages)
` [PATCH v2 2/6] neard: Restrict method calls only to neard process
` [PATCH v2 3/6] neard: Use bool instead of gboolean for agent_register_postpone
` [PATCH v2 4/6] neard: Update copyright information
` [PATCH v2 5/6] neard: Updated neard handover registration agent api calls
` [PATCH v2 6/6] neard: Add fallback to legacy register if register failed

[PATCH] adapter: Fix registering adapter with no address
 2013-02-15 12:22 UTC  (2+ messages)

[PATCH BlueZ 0/2] Add device_set_trusted()
 2013-02-15 11:01 UTC  (9+ messages)

[PATCH BlueZ] A2DP: Fix invalid write
 2013-02-15 10:57 UTC  (2+ messages)

[PATCH BlueZ] core: Fix calling profile .connect multiple times
 2013-02-15 10:53 UTC  (2+ messages)

[PATCH v2 1/5] adapter: Add is_default field to struct btd_adapter
 2013-02-15 10:51 UTC  (2+ messages)

[PATCH BlueZ] core: Remove unused code from device_browse_sdp()
 2013-02-15 10:41 UTC  (2+ messages)

[PATCH BlueZ 0/3] SDP library invalid memory access fixes
 2013-02-15 10:40 UTC  (2+ messages)

[PATCH 00/12] Bluetooth: Asynchronous HCI transaction API
 2013-02-15  9:52 UTC  (23+ messages)
` [PATCH 01/12] Bluetooth: Add initial hooks for HCI transaction support
` [PATCH 02/12] Bluetooth: Add basic start/complete HCI transaction functions
` [PATCH 03/12] Bluetooth: Add hci_transaction_cmd_complete function
` [PATCH 04/12] Bluetooth: Add hci_transaction_from_skb function
` [PATCH 05/12] Bluetooth: Switch from hdev->cmd_q to using transactions
` [PATCH 06/12] Bluetooth: Remove unused hdev->cmd_q HCI command queue
` [PATCH 07/12] Bluetooth: Fix mgmt powered indication by using a HCI transaction
` [PATCH 08/12] Bluetooth: Enable HCI transaction support cmd_status 0
` [PATCH 09/12] Bluetooth: Add HCI init sequence support for HCI transactions
` [PATCH 10/12] Bluetooth: Convert hci_request to use "
` [PATCH 11/12] Bluetooth: Remove unused hdev->init_last_cmd
` [PATCH 12/12] Bluetooth: Remove empty HCI event handlers

[PATCH 00/14] neard plugin update
 2013-02-15  8:46 UTC  (17+ messages)
` [PATCH 01/14] neard: Adjust errors to latest API changes
` [PATCH 02/14] neard: Refactor message processing
` [PATCH 03/14] neard: Add ability to parse 'State' field
` [PATCH 04/14] neard: Move pairable check from check_adapter
` [PATCH 05/14] adapter: Add btd_adapter_get_powered function
` [PATCH 06/14] neard: Check if adapter is powered in PushOOB
` [PATCH 07/14] adapter: Add btd_adapter_get_connectable function
` [PATCH 08/14] neard: Add support for setting power state in RequestOOB reply
` [PATCH 09/14] neard: Use path instead of boolean to track if registered to neard
` [PATCH 10/14] neard: Restrict method calls only to neard process
` [PATCH 11/14] neard: Use bool instead of gboolean for agent_register_postpone
` [PATCH 12/14] neard: Update copyright information
` [PATCH 13/14] neard: Updated neard handover registration agent api calls
` [PATCH 14/14] neard: Add fallback to legacy register if register failed

[PATCH 00/12 v2] Bluetooth: Asynchronous HCI transaction API
 2013-02-15  8:30 UTC  (13+ messages)
` [PATCH 01/12 v2] Bluetooth: Add initial hooks for HCI transaction support
` [PATCH 02/12 v2] Bluetooth: Add basic start/complete HCI transaction functions
` [PATCH 03/12 v2] Bluetooth: Add hci_transaction_cmd_complete function
` [PATCH 04/12 v2] Bluetooth: Add hci_transaction_from_skb function
` [PATCH 05/12 v2] Bluetooth: Switch from hdev->cmd_q to using transactions
` [PATCH 06/12 v2] Bluetooth: Remove unused hdev->cmd_q HCI command queue
` [PATCH 07/12 v2] Bluetooth: Fix mgmt powered indication by using a HCI transaction
` [PATCH 08/12 v2] Bluetooth: Enable HCI transaction support cmd_status 0
` [PATCH 09/12 v2] Bluetooth: Add HCI init sequence support for HCI transactions
` [PATCH 10/12 v2] Bluetooth: Convert hci_request to use "
` [PATCH 11/12 v2] Bluetooth: Remove unused hdev->init_last_cmd
` [PATCH 12/12 v2] Bluetooth: Remove empty HCI event handlers

[RFC v1 0/7] One remote UUID per btd_profile
 2013-02-15  7:54 UTC  (7+ messages)
` [RFC v1 2/7] audio: Split AVRCP into two btd_profile
` [RFC v1 3/7] proximity: Split internal monitor registration API

[PATCH sbc] build: Do not use deprecated AM_CONFIG_HEADER
 2013-02-14 14:27 UTC 

[PATCH BlueZ] gdbus: Fix missing PropertiesChanged signal
 2013-02-14 14:02 UTC  (2+ messages)

[RFC 0/8] MAP client: notification support
 2013-02-14  8:54 UTC  (3+ messages)

[PATCH BlueZ v0] transport: Add new transport state set during init
 2013-02-14  7:38 UTC 

[PATCH] doc: Add missing device RSSI property
 2013-02-14  7:17 UTC  (2+ messages)

[PATCH 1/2] doc: Fix device disconnect description
 2013-02-14  7:17 UTC  (3+ messages)
` [PATCH 2/2] doc: Remove CancelConnect function from device API

[PATCH] doc: Clarify device connect description
 2013-02-14  7:17 UTC  (2+ messages)

[PATCH] Correct the dbus service file's systemd unit name for bluez
 2013-02-13 18:57 UTC 

[PATCH BlueZ v0] transport: Fix inconsistent transport state
 2013-02-13 16:18 UTC  (2+ messages)

[PATCH 1/2] obexd: Remove obc_session_setpath limit
 2013-02-13 14:02 UTC  (2+ messages)
` [PATCH 2/2] obexd: Handle absolute paths in obc_session_setpath

[PATCH BlueZ] tools: Track transport state if player status is not supported
 2013-02-13 12:07 UTC 

Fwd: Beginner Using a2dpsink, avdtpsink, and rtpsbcpay
 2013-02-12 21:17 UTC 

[RFC] bloodpressure: Add Blood Pressure API
 2013-02-12 11:21 UTC 

Missing manpage for main.conf
 2013-02-11 21:09 UTC  (3+ messages)

[PATCH BlueZ] configure.ac: call AC_SUBST unconditionally
 2013-02-10 21:20 UTC  (8+ messages)
` [PATCHv2 BlueZ 0/2] configure.ac fixes
  ` [PATCHv2 BlueZ 1/2] configure.ac: call AC_SUBST unconditionally with --with-* options
  ` [PATCHv2 BlueZ 2/2] configure.ac: call AC_SUBST(*_CFLAGS) and AC_SUBST(*_LIBS) only when needed

bluez 5.2 build problem
 2013-02-09 10:31 UTC  (2+ messages)

[PATCH] gdbus: Always unreference the message in g_dbus_send_message()
 2013-02-08 13:58 UTC 

[RFC 0/7] LE connection routine
 2013-02-08  1:33 UTC  (4+ messages)
` [RFC 1/7] Bluetooth: Add new connection states

list_debug double add from bluetooth
 2013-02-07 20:52 UTC  (2+ messages)

[PATCH 1/1] obexd: Add PushMessage
 2013-02-07 11:51 UTC  (2+ messages)

[PATCH 1/2] hostname: Fallback to static hostname if pretty hostname is not set
 2013-02-07  8:31 UTC  (4+ 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).