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

HFP/HSP Telephony profile doesn't work with Bluetooth USB dongle
 2013-02-25  9:25 UTC  (5+ messages)

[PATCH v2 0/8] MAP client: notification support
 2013-02-25  8:36 UTC  (9+ messages)
` [PATCH v2 1/8] obexd: Add get_service_record to obc_transport
` [PATCH v2 2/8] obexd: Provide sdp record in get_service_record
` [PATCH v2 3/8] obexd: Read MAP client SDP attributes
` [PATCH v2 4/8] obexd: Add Message Notification Server (MNS)
` [PATCH v2 5/8] obexd: Add RegisterNotifications function
` [PATCH v2 6/8] obexd: Add MAP notification dispatcher
` [PATCH v2 7/8] obexd: Register MAP notification handler
` [PATCH v2 8/8] obexd: Notify registered notification handlers

[PATCH] Correct the dbus service file's systemd unit name for bluez
 2013-02-25  7:54 UTC  (6+ messages)

fd argument in NewConnection() Method (profile-api.txt)
 2013-02-25  5:13 UTC 

RequestDisconnection() Operation
 2013-02-24 21:09 UTC 

[PATCH 00/16] Rewrite HIDP Session Management
 2013-02-24 18:37 UTC  (17+ messages)
` [PATCH 01/16] Bluetooth: discard bt_sock_unregister() errors
` [PATCH 02/16] Bluetooth: change bt_sock_unregister() to return void
` [PATCH 03/16] Bluetooth: hidp: simplify error path in sock-init
` [PATCH 04/16] Bluetooth: hidp: verify l2cap sockets
` [PATCH 05/16] Bluetooth: rename hci_conn_put to hci_conn_drop
` [PATCH 06/16] Bluetooth: remove unneeded hci_conn_hold/put_device()
` [PATCH 07/16] Bluetooth: introduce hci_conn ref-counting
` [PATCH 08/16] Bluetooth: hidp: remove unused session->state field
` [PATCH 09/16] Bluetooth: hidp: test "terminate" before sleeping
` [PATCH 10/16] Bluetooth: allow constant arguments for bacmp()/bacpy()
` [PATCH 11/16] Bluetooth: l2cap: add l2cap_sock_get_hci_conn() helper
` [PATCH 12/16] Bluetooth: add hci_conn_user sub-modules
` [PATCH 13/16] Bluetooth: hidp: move hidp_schedule() to core.c
` [PATCH 14/16] Bluetooth: hidp: add new session-management helpers
` [PATCH 15/16] Bluetooth: hidp: remove old session-management
` [PATCH 16/16] Bluetooth: hidp: handle kernel_sendmsg() errors correctly

[PATCH BlueZ 0/2] Some more prerequisites for the playstation-peripheral plugin
 2013-02-24  9:54 UTC  (3+ messages)
` [PATCH BlueZ 1/2] adapter: add a btd_adapter_get_default_address() call
` [PATCH BlueZ 2/2] adapter: add a btd_create_stored_device() call

[PATCH BlueZ] configure.ac: call AC_SUBST unconditionally
 2013-02-23 10:53 UTC  (3+ messages)
` [PATCHv2 BlueZ 0/2] configure.ac fixes

[PATCH] gdbus: Always unreference the message in g_dbus_send_message()
 2013-02-23 10:48 UTC  (2+ messages)

[PATCH BlueZ] profile: Fix crash when registering an invalid profile
 2013-02-23  8:09 UTC  (2+ messages)

Device Connected/Unconnected Events
 2013-02-22 18:28 UTC  (2+ messages)

[PATCH] hidp: Ensure the session is marked as terminating to enable other functions to abort early
 2013-02-22 17:51 UTC 

[PATCH] Bluetooth: Remove unused hdev->init_last_cmd
 2013-02-22 16:39 UTC 

[PATCH v2 00/15] Bluetooth: Add HCI transaction framework
 2013-02-22 15:04 UTC  (17+ messages)
` [PATCH v2 01/15] Bluetooth: Fix __hci_request() handling of empty requests
` [PATCH v2 02/15] Bluetooth: Split HCI init sequence into three stages
  ` [PATCH v3 "
` [PATCH v2 03/15] Bluetooth: Add initial skeleton for HCI transaction framework
` [PATCH v2 04/15] Bluetooth: Refactor HCI command skb creation
` [PATCH v2 05/15] Bluetooth: Introduce new hci_transaction_cmd function
` [PATCH v2 06/15] Bluetooth: Introduce a hci_transaction_from_skb function
` [PATCH v2 07/15] Bluetooth: Add transaction cmd_complete and cmd_status functions
` [PATCH v2 08/15] Bluetooth: Convert hci_request to use HCI transaction framework
` [PATCH v2 09/15] Bluetooth: Move power on HCI command updates to their own function
` [PATCH v2 10/15] Bluetooth: Update mgmt powered HCI commands to use transactions
` [PATCH v2 11/15] Bluetooth: Wait for HCI command completion with mgmt_set_powered
` [PATCH v2 12/15] Bluetooth: Fix busy condition testing for EIR and class updates
` [PATCH v2 13/15] Bluetooth: Fix UUID/class mgmt command response synchronization
` [PATCH v2 14/15] Bluetooth: Remove useless HCI_PENDING_CLASS flag
` [PATCH v2 15/15] Bluetooth: Remove empty HCI event handlers

[PATCH 00/14] Bluetooth: Add HCI transaction framework
 2013-02-22 14:31 UTC  (18+ messages)
` [PATCH 01/14] Bluetooth: Fix __hci_request() handling of empty requests
` [PATCH 02/14] Bluetooth: Split HCI init sequence into three stages
` [PATCH 03/14] Bluetooth: Add initial skeleton for HCI transaction framework
  ` [PATCH 03/14 v2] "
` [PATCH 04/14] Bluetooth: Refactor HCI command skb creation
` [PATCH 05/14] Bluetooth: Introduce new hci_transaction_cmd function
` [PATCH 06/14] Bluetooth: Introduce a hci_transaction_from_skb function
` [PATCH 07/14] Bluetooth: Add transaction cmd_complete and cmd_status functions
` [PATCH 08/14] Bluetooth: Convert hci_request to use HCI transaction framework
` [PATCH 09/14] Bluetooth: Update mgmt powered HCI commands to use transactions
` [PATCH 10/14] Bluetooth: Wait for HCI command completion with mgmt_set_powered
` [PATCH 11/14] Bluetooth: Fix busy condition testing for EIR and class updates
` [PATCH 12/14] Bluetooth: Fix UUID/class mgmt command response synchronization
` [PATCH 13/14] Bluetooth: Remove useless HCI_PENDING_CLASS flag
` [PATCH 14/14] Bluetooth: Remove empty HCI event handlers

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

[PATCH 1/2] obexd: Remove obc_session_setpath limit
 2013-02-22  8:45 UTC  (2+ messages)

[PATCH v2] hidp: Make hidp_get_raw_report abort if the session is terminating
 2013-02-21  8:42 UTC  (2+ messages)

[PATCH 00/16] Completely remove socket dependency from l2cap_core.c
 2013-02-20 21:28 UTC  (27+ 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
` [PATCH 14/16] Bluetooth: Create l2cap->ops->resume()
` [PATCH 15/16] Bluetooth: Create l2cap->ops->set_shutdown()
` [PATCH 16/16] Bluetooth: Remove sk member from struct l2cap_chan

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

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

[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  (13+ messages)
` [PATCH 02/12 v3] Bluetooth: Add basic start/complete HCI transaction functions
` [PATCH 03/12 v3] Bluetooth: Add hci_transaction_cmd_complete function
` [PATCH 05/12 v3] Bluetooth: Switch from hdev->cmd_q to using transactions
` [PATCH 07/12 v3] Bluetooth: Fix mgmt powered indication by using a HCI transaction

[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 v2 BlueZ 00/13] Fix SDP DE Type Descriptor validation issues
 2013-02-18  8:05 UTC  (16+ messages)
` [PATCH v3 "
  ` [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 00/12] Bluetooth: Asynchronous HCI transaction API
 2013-02-18  7:51 UTC  (3+ messages)
` [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


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