Linux bluetooth development
 help / color / mirror / Atom feed
 messages from 2013-02-13 14:50:42 to 2013-02-20 20:11:40 UTC [more...]

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

hidp_get_raw_report source of 5 second delay in device removal
 2013-02-20 19:43 UTC  (5+ messages)

[PATCH v2] hidp: Make hidp_get_raw_report abort if the session is terminating
 2013-02-20 18:16 UTC 

[PATCH] tools: btmgmt: Fix return value to return request id
 2013-02-20 18:16 UTC  (3+ messages)

[PATCH v2 1/3] Bluetooth: Fix hci_conn timeout routine
 2013-02-20 17:41 UTC  (3+ messages)
` [PATCH v2 2/3] Bluetooth: Rename hci_acl_disconn

[PATCH] bluetooth: Add support for atheros 04ca:3004 device to ath3k
 2013-02-20 17:31 UTC  (2+ messages)

Resend [PATCH] hidp: Make hidp_get_raw_report abort if the session is terminating
 2013-02-20 15:29 UTC  (2+ messages)

Resend RFC [PATCH] hci: Fix race between hidp_session and hci code
 2013-02-20 15:19 UTC  (2+ messages)

[RFC BlueZ 1/2] A2DP: Mark start flag if resume happen while in configured state
 2013-02-20 13:37 UTC  (5+ messages)
` [RFC BlueZ 2/2] AVDTP: Fix passing uninitialized err to ind->open

[PATCH BlueZ 1/2] tools: btmgmt: Add missing return after g_main_loop_quit()
 2013-02-20  8:01 UTC  (3+ messages)
` [PATCH BlueZ 2/2] build: Remove leftover from .gitignore

[PATCH 1/2] tools: Fix compilation error with GINT_TO_POINTER
 2013-02-20  8:00 UTC  (6+ messages)
` [PATCH 2/2] avctp: Fix invalid file descriptor close

[RFC] bloodpressure: Add Blood Pressure API
 2013-02-20  7:57 UTC  (2+ messages)

Setting Link Level Security Mode
 2013-02-20  6:34 UTC  (2+ messages)

Controlling Bluetooth RF Transmit Power Level in the WL1271L (tiwi-ble)
 2013-02-20  3:02 UTC 

[PATCH 00/12 v3] Bluetooth: Asynchronous HCI transaction API
 2013-02-19 19:36 UTC  (21+ 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

[RFC v2 0/8] LE Connection Routine
 2013-02-19 18:15 UTC  (17+ 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 v3 1/5] Bluetooth: Move and rename hci_conn_accept
 2013-02-18 23:22 UTC  (8+ messages)
` [PATCH v3 2/5] Bluetooth: Add option for SCO socket mode
` [PATCH v3 4/5] Bluetooth: Parameters for outgoing SCO connections
` [PATCH v3 5/5] Bluetooth: Fallback transparent SCO from T2 to T1

mgmt-api.txt
 2013-02-18 16:00 UTC  (4+ messages)

Resend [PATCH] hidp: Make hidp_get_raw_report abort if the session is terminating
 2013-02-18 14:25 UTC 

BT_ADDR not updated
 2013-02-18  8:55 UTC  (2+ messages)

[PATCH BlueZ 00/13] Fix SDP DE Type Descriptor validation issues
 2013-02-18  8:05 UTC  (31+ messages)
` [PATCH v2 "
  ` [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 v3 BlueZ 00/13] Fix SDP DE Type Descriptor validation issues

[PATCH 00/12] Bluetooth: Asynchronous HCI transaction API
 2013-02-18  7:51 UTC  (19+ messages)
` [PATCH 02/12] Bluetooth: Add basic start/complete HCI transaction functions
` [PATCH 03/12] Bluetooth: Add hci_transaction_cmd_complete function
` [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

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

[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  (8+ 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/14] neard plugin update
 2013-02-15  8:46 UTC  (3+ messages)
` [PATCH 09/14] neard: Use path instead of boolean to track if registered to neard

[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  (4+ messages)
` [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)


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