Linux bluetooth development
 help / color / mirror / Atom feed
 messages from 2013-02-06 09:14:57 to 2013-02-15 15:07:44 UTC [more...]

[PATCH BlueZ 00/13] Fix SDP DE Type Descriptor validation issues
 2013-02-15 15:07 UTC  (31+ 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  (6+ messages)
` [PATCH v2 2/5] adapter: Mark adapter as default before probing drivers
` [PATCH v2 3/5] adapter: Always set new default adapter if current one is removed
` [PATCH v2 4/5] hostname: Fix setting adapter name to empty string
` [PATCH v2 5/5] hostname: Fallback to static hostname if pretty hostname is not set

[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/12 v3] Bluetooth: Asynchronous HCI transaction API
 2013-02-15  9:52 UTC  (13+ 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

[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  (12+ messages)
` [RFC v1 1/7] avrcp: Refactor server registration
` [RFC v1 2/7] audio: Split AVRCP into two btd_profile
` [RFC v1 3/7] proximity: Split internal monitor registration API
` [RFC v1 4/7] proximity: Split monitor into three btd_profile
` [RFC v1 5/7] gatt: List only GATT_UUID as remote UUID
` [RFC v1 6/7] health: Split health into two btd_profile
` [RFC v1 7/7] profile: Limit to one remote UUID per profile

[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  (11+ messages)
` [RFC 1/8] obexd: Add get_service_record to obc_transport
` [RFC 2/8] obexd: Provide SDP record in get_service_record
` [RFC 3/8] obexd: Read MAP client SDP attributes
` [RFC 4/8] obexd: Add Message Notification Server (MNS)
` [RFC 5/8] obexd: Add RegisterNotifications function
` [RFC 6/8] obexd: Add MAP notification dispatcher
` [RFC 7/8] obexd: Register MAP notification handler
` [RFC 8/8] obexd: Notify registered notification handlers

[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  (7+ messages)
` [PATCH 2/2] adapter: Set default adapter id sooner

[PATCH BlueZ 1/5 v2] AVRCP: Prefix folder name with /Filesystem
 2013-02-06  9:15 UTC  (5+ messages)
` [PATCH BlueZ 2/5 v2] AVRCP: Parse browsing and searching features bits
` [PATCH BlueZ 3/5 v2] media-api: Fix referencing to MediaLibrary instead of MediaFolder
` [PATCH BlueZ 4/5 v2] AVRCP: Move features to avrcp.c
` [PATCH BlueZ 5/5 v2] AVRCP: Create folders for /Filesystem and /NowPlaying


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox