messages from 2013-03-06 10:19:08 to 2013-03-15 13:30:51 UTC [more...]
HFP/HSP Telephony profile doesn't work with Bluetooth USB dongle
2013-03-15 13:30 UTC (6+ messages)
[PATCH 0/6] bluetoothctl: agent's implementation
2013-03-15 3:54 UTC (19+ messages)
` [PATCH 1/6] Add color modifiers to NEW, CHG and DEL events
` [PATCH 2/6] Right prompt management on agent input
` [PATCH 3/6] "agent" command capability argument and autocompletion
` [PATCH 4/6] Agent's DisplayPincode implementation
` [PATCH 5/6] Agent's DisplayPasskey implementation
` [PATCH 6/6] Agent's RequestPasskey implementation
[PATCH] Bluetooth: Add support for Dell[QCA 0cf3:0036]
2013-03-15 3:02 UTC (3+ messages)
[PATCH v1] Bluetooth: Add support for Dell[QCA 0cf3:0036]
2013-03-15 3:00 UTC
[PATCH] Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 state
2013-03-14 16:16 UTC (3+ messages)
[PATCH BlueZ] audio: Fix notifying a profile without 'connect()' for connections
2013-03-13 22:46 UTC
[PATCH BlueZ 1/4] AVRCP: Add support for available player changed event for CT role
2013-03-13 20:02 UTC (4+ messages)
` [PATCH BlueZ 2/4] player: Check if values really changed before emitting signals
` [PATCH BlueZ 3/4] AVRCP: Reduce number of request to refresh the player list
` [PATCH BlueZ 4/4] AVRCP: Fallback to GetElementAttributes if GetItemAttributes fails
[PATCH v3 0/8] MAP client: notification support
2013-03-13 19:57 UTC (15+ messages)
` [PATCH v3 1/8] obexd: Add get_service_record to obc_transport
` [PATCH v3 2/8] obexd: Provide SDP record in get_service_record
` [PATCH v3 3/8] obexd: Read MAP client SDP attributes
` [PATCH v3 4/8] obexd: Add Message Notification Server (MNS)
` [PATCH v3 5/8] obexd: Add RegisterNotifications function
` [PATCH v3 6/8] obexd: Add MAP notification dispatcher
` [PATCH v3 7/8] obexd: Register MAP notification handler
` [PATCH v3 8/8] obexd: Notify registered notification handlers
[PATCH v4 00/26] Bluetooth: Management interface fixes
2013-03-13 18:12 UTC (27+ messages)
` [PATCH v4 01/26] Bluetooth: Move power on HCI command updates to their own function
` [PATCH v4 02/26] Bluetooth: Update mgmt powered HCI commands to use async requests
` [PATCH v4 03/26] Bluetooth: Wait for HCI command completion with mgmt_set_powered
` [PATCH v4 04/26] Bluetooth: Fix busy condition testing for EIR and class updates
` [PATCH v4 05/26] Bluetooth: Fix UUID/class mgmt command response synchronization
` [PATCH v4 06/26] Bluetooth: Remove useless HCI_PENDING_CLASS flag
` [PATCH v4 07/26] Bluetooth: Add a define for the HCI persistent flags mask
` [PATCH v4 08/26] Bluetooth: Clear non-persistent flags when closing HCI device
` [PATCH v4 09/26] Bluetooth: Fix clearing flags on power off before notifying mgmt
` [PATCH v4 10/26] Bluetooth: Fix waiting for EIR update when setting local name
` [PATCH v4 11/26] Bluetooth: Handle AD updating through an async request
` [PATCH v4 12/26] Bluetooth: Fix local name setting for LE-only controllers
` [PATCH v4 13/26] Bluetooth: Fix setting local name to the existing value
` [PATCH v4 14/26] Bluetooth: Use an async request for mgmt_set_connectable
` [PATCH v4 15/26] Bluetooth: Fix fast connectable response sending
` [PATCH v4 16/26] Bluetooth: Limit fast connectable support to >= 1.2 controllers
` [PATCH v4 17/26] Bluetooth: Fix error response for simultaneous fast connectable commands
` [PATCH v4 18/26] Bluetooth: Add proper flag for fast connectable mode
` [PATCH v4 19/26] Bluetooth: Refactor fast connectable HCI commands
` [PATCH v4 20/26] Bluetooth: Disable fast connectable when disabling connectable
` [PATCH v4 21/26] Bluetooth: Add reading of page scan parameters
` [PATCH v4 22/26] Bluetooth: Update page scan parameters after successful write commands
` [PATCH v4 23/26] Bluetooth: Fix updating page scan parameters when not necessary
` [PATCH v4 24/26] Bluetooth: Fix fast connectable state when enabling page scan
` [PATCH v4 25/26] Bluetooth: Simplify address parameters of user_pairing_resp()
` [PATCH v4 26/26] Bluetooth: Fix PIN/Confirm/Passkey response parameters
pull request: bluetooth 2013-03-11
2013-03-13 17:30 UTC (2+ messages)
[PATCH v3 1/5] Bluetooth: Move and rename hci_conn_accept
2013-03-13 17:02 UTC (6+ messages)
` [PATCH v3 2/5] Bluetooth: Add option for SCO socket mode
[PATCH RESEND] bluetooth: btmrvl_sdio: look for sd8688 firmware in proper location
2013-03-13 11:04 UTC
[PATCH] bluetooth: use PTR_RET instead of IS_ERR + PTR_ERR
2013-03-13 9:31 UTC (2+ messages)
[RFC] bloodpressure: Add Blood Pressure API
2013-03-13 6:51 UTC (6+ messages)
[PATCH 00/16] Rewrite HIDP Session Management
2013-03-12 17:24 UTC (2+ messages)
[PATCH] Bluetooth device 0cf3:3008 should map AR 3012
2013-03-11 19:55 UTC (2+ messages)
[PATCH] Bluetooth device 0cf3:3008 should map AR 3012
2013-03-11 19:45 UTC (3+ messages)
[PATCH v6 00/17] mSBC investigations
2013-03-11 18:11 UTC (18+ messages)
` [PATCH v6 02/17] sbc: Break 4 blocks processing to variable steps
` [PATCH v6 03/17] sbc: Rename sbc_analyze_4b_xx to sbc_analyze_xx
` [PATCH v6 04/17] sbc: add odd member variable to sbc_encoder_state
` [PATCH v6 05/17] sbc: Add mmx primitive for 1b 8s analysis
` [PATCH v6 06/17] sbc: Add armv6 "
` [PATCH v6 07/17] sbc: Add iwmmxt primitive for 1b 8s encoding
` [PATCH v6 08/17] sbc: Add plain C primitive for 1b 8s analysis
` [PATCH v6 09/17] sbc: Use plain C primitive if doing msbc on neon
` [PATCH v6 10/17] sbc: Fix input reordering for 15 blocks case
` [PATCH v6 11/17] sbc: Add SBC_MSBC flag to enable 15 block encoding
` [PATCH v6 12/17] sbc: Declare and implement sbc_init_msbc
` [PATCH v6 13/17] sbc: Add support for mSBC frame header
` [PATCH v6 14/17] sbc: Update sbcdec for msbc
` [PATCH v6 15/17] sbc: Update sbcenc "
` [PATCH v6 16/17] sbc: Update sbcinfo "
` [PATCH v6 17/17] sbc: bump version number
[PATCH v2 0/6] Use HCI request framework to enable LE scanning
2013-03-11 17:25 UTC (13+ messages)
` [PATCH v2 1/6] Bluetooth: Update hci_le_scan to use HCI request
` [PATCH v2 2/6] Bluetooth: Merge LE-only and interleaved cases
` [PATCH v2 3/6] Bluetooth: Remove timeout handling from hci_cancel_le_scan
` [PATCH v2 4/6] Bluetooth: Remove LE scan work
` [PATCH v2 5/6] Bluetooth: Change LE scanning timeout macros
` [PATCH v2 6/6] Bluetooth: Add LE scan type macros
one question on BLE device authentication error
2013-03-11 4:17 UTC (4+ messages)
[RFC v2 0/7] One remote UUID per btd_profile
2013-03-11 0:16 UTC (3+ messages)
[PATCH v3 0/6] Bluetooth: HCI command synchronisation fixes
2013-03-10 5:18 UTC (7+ messages)
` [PATCH v3 1/6] Bluetooth: Move power on HCI command updates to their own function
` [PATCH v3 2/6] Bluetooth: Update mgmt powered HCI commands to use async requests
` [PATCH v3 3/6] Bluetooth: Wait for HCI command completion with mgmt_set_powered
` [PATCH v3 4/6] Bluetooth: Fix busy condition testing for EIR and class updates
` [PATCH v3 5/6] Bluetooth: Fix UUID/class mgmt command response synchronization
` [PATCH v3 6/6] Bluetooth: Remove useless HCI_PENDING_CLASS flag
[PATCH] Bluetooth: Fix endianness handling of cmd_status/complete opcodes
2013-03-09 20:20 UTC (2+ messages)
[PATCH v3 1/6] Bluetooth: Fix __hci_req_sync
2013-03-09 20:13 UTC (7+ messages)
` [PATCH v3 2/6] Bluetooth: Return ENODATA in hci_req_run
` [PATCH v3 3/6] Bluetooth: Check hci_req_run returning value in __hci_req_sync
` [PATCH v3 4/6] Bluetooth: HCI request error handling
` [PATCH v3 5/6] Bluetooth: Make hci_req_add returning void
` [PATCH v3 6/6] Bluetooth: Check req->err in hci_req_add
[PATCH] bluetooth: Add support for atheros 04ca:3004 device to ath3k
2013-03-08 17:14 UTC (3+ messages)
[PATCH v2 0/6] Error handling in HCI request framework
2013-03-08 14:07 UTC (13+ messages)
` [PATCH v2 1/6] Bluetooth: Fix __hci_req_sync
` [PATCH v2 2/6] Bluetooth: Return ENODATA in hci_req_run
` [PATCH v2 3/6] Bluetooth: Check hci_req_run returning value in __hci_req_sync
` [PATCH v2 4/6] Bluetooth: HCI request error handling
` [PATCH v2 5/6] Bluetooth: Make hci_req_add returning void
` [PATCH v2 6/6] Bluetooth: Check req->err in hci_req_add
Requesting BlueZ Device Interoperability list
2013-03-08 12:54 UTC
[PATCH 1/3] attrib: Remove redundant NULL check
2013-03-08 12:49 UTC (7+ messages)
` [PATCH 2/3] attrib: Fix use after free of attrib
[PATCH 0/4] Error handling in HCI request framework
2013-03-07 16:38 UTC (11+ messages)
` [PATCH 1/4] Bluetooth: Check hci_req_run error code in __hci_req_sync
` [PATCH 2/4] Bluetooth: HCI request error handling
` [PATCH 3/4] Bluetooth: Make hci_req_add return void
` [PATCH 4/4] Bluetooth: Check req->error flag in hci_req_add
[PATCH BlueZ 1/5 v2] AVRCP: Fix reading wrong field as folder depth
2013-03-07 15:21 UTC (6+ messages)
` [PATCH BlueZ 2/5 v2] AVRCP: Fix not parsing player name properly
` [PATCH BlueZ 3/5 v2] AVRCP: Fix not checking for invalid folder length
` [PATCH BlueZ 4/5 v2] AVRCP: Fix not checking for invalid player name length
` [PATCH BlueZ 5/5 v2] AVRCP: Fix not checking for invalid player items
[PATCH BlueZ 1/5] AVRCP: Fix reading wrong field as folder depth
2013-03-07 14:57 UTC (5+ messages)
` [PATCH BlueZ 2/5] AVRCP: Fix not parsing player name properly
` [PATCH BlueZ 3/5] AVRCP: Fix not checking for invalid folder length
` [PATCH BlueZ 4/5] AVRCP: Fix not checking for invalid player name length
` [PATCH BlueZ 5/5] AVRCP: Fix not checking for invalid player items
[PATCH BlueZ 1/3 v2] audio: Remove profile enabling/disabling logic
2013-03-07 13:54 UTC (4+ messages)
` [PATCH BlueZ 2/3 v2] audio: Fix not using opposite role for local servers
` [PATCH BlueZ 3/3 v2] core: Add DisableProfiles entry to main.conf
[PATCH BlueZ 1/3] audio: Remove profile enabling/disabling logic
2013-03-07 7:23 UTC (4+ messages)
` [PATCH BlueZ 2/3] audio: Fix not using opposite role for local servers
` [PATCH BlueZ 3/3] core: Add DisableProfiles entry to main.conf
[PATCH 0/7] Use HCI request framework to enable LE scanning
2013-03-06 20:12 UTC (11+ messages)
` [PATCH 1/7] Bluetooth: Add hci_req_cleanup function
` [PATCH 2/7] Bluetooth: Update hci_le_scan to use HCI request
` [PATCH 3/7] Bluetooth: Merge LE-only and interleaved cases
` [PATCH 4/7] Bluetooth: Remove timeout handling from hci_cancel_le_scan
` [PATCH 5/7] Bluetooth: Remove LE scan work
` [PATCH 6/7] Bluetooth: Change LE scanning timeout macros
` [PATCH 7/7] Bluetooth: Add LE scan type macros
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).