messages from 2014-07-03 10:44:25 to 2014-07-07 12:19:50 UTC [more...]
[PATCH] Bluetooth: Don't try background scanning if LE is not enabled
2014-07-07 12:19 UTC
[PATCH 1/2] Bluetooth: Remove auth_type parameter from hci_connect_le()
2014-07-07 12:02 UTC (2+ messages)
` [PATCH 2/2] Bluetooth: Pass desired connection role to hci_connect_le()
[PATCH] Bluetooth: Enable passive scanning whenever we're connectable
2014-07-07 11:40 UTC
[PATCH 1/2] Bluetooth: Update discovery state earlier in hci_discovery_set_state
2014-07-07 10:37 UTC (4+ messages)
` [PATCH 2/2] Bluetooth: Don't let background scanning interfering with discovery
[PATCH v3 1/3] Bluetooth: Fix connecting devices during LE device discovery
2014-07-07 10:06 UTC (6+ messages)
` [PATCH v3 2/3] Bluetooth: Remove redundant IRK lookup in mgmt_device_found()
` [PATCH v3 3/3] Bluetooth: Remove unnecessary return value from check_pending_le_conn
[PATCH 00/10] shared/att: Implement sending ATT protocol requests
2014-07-07 9:48 UTC (9+ messages)
` [PATCH 01/10] shared/att: Implement outgoing "Find Information" request/response
[PATCH v2 1/2] Bluetooth: Fix connecting devices during LE device discovery
2014-07-07 9:35 UTC (2+ messages)
` [PATCH v2 2/2] Bluetooth: Remove redundant IRK lookup in mgmt_device_found()
[PATCH 1/2] Bluetooth: Fix connecting devices during LE device discovery
2014-07-07 9:02 UTC (3+ messages)
` [PATCH 2/2] Bluetooth: Remove redundant IRK lookup in mgmt_device_found()
Some notes about device provisioning
2014-07-07 8:26 UTC
[PATCH] Bluetooth: Use BTUSB_BROKEN_ISOC flag for CSR USB sniffer devices
2014-07-07 5:46 UTC (2+ messages)
[PATCH] Bluetooth: Enforce providing hdev->send driver callback
2014-07-06 14:12 UTC (2+ messages)
[PATCH] Bluetooth: Fix memory leaking when hdev->send returns an error
2014-07-06 14:12 UTC (2+ messages)
[PATCH 1/2] Bluetooth: Handle Intel USB bootloader with buggy interrupt
2014-07-06 13:19 UTC (2+ messages)
[PATCH] Bluetooth: Fix updating background scan for LE connect complete
2014-07-06 13:05 UTC (2+ messages)
[PATCH 2/2] Bluetooth: Ignore isochronous endpoints for Intel USB bootloader
2014-07-06 12:53 UTC
[PATCH] Bluetooth: Remove module parameters for ignoring USB devices
2014-07-06 12:49 UTC (2+ messages)
[PATCH] Bluetooth: Skip unconfigured init procedure for raw-only devices
2014-07-06 12:03 UTC (2+ messages)
[PATCH] Bluetooth: Add support for Intel bootloader devices
2014-07-06 11:48 UTC (2+ messages)
[PATCH] Bluetooth: Use lower timeout for LE auto-connections
2014-07-06 10:52 UTC (2+ messages)
[PATCH 1/3] Bluetooth: Run controller setup after external configuration
2014-07-06 10:43 UTC (2+ messages)
[PATCH] Bluetooth: Fix sending Device Removed when clearing all parameters
2014-07-06 10:32 UTC (2+ messages)
[PATCH 3/3] Bluetooth: Clear HCI_RAW flag when controller becomes configured
2014-07-06 10:11 UTC
[PATCH 2/3] Bluetooth: Add support for changing the public device address
2014-07-06 10:11 UTC
[PATCH] Bluetooth: Restrict blocked device check in l2cap_recv_frame to LE
2014-07-06 8:18 UTC (2+ messages)
[PATCH 1/3] Bluetooth: Use a more simpler style for HCI event callbacks
2014-07-05 12:49 UTC (2+ messages)
[PATCH 3/3] Bluetooth: Store Bluetooth address from controller setup
2014-07-05 8:48 UTC
[PATCH 2/3] Bluetooth: Run special init procedure for unconfigured controllers
2014-07-05 8:48 UTC
[PATCH 1/2] Bluetooth: Move mgmt_event helper function to different location
2014-07-04 18:14 UTC (2+ messages)
[PATCH] Bluetooth: Add support for Set External Configuration management command
2014-07-04 18:13 UTC (2+ messages)
[PATCH 1/3] Bluetooth: Add quirk for external configuration requirement
2014-07-04 18:13 UTC (2+ messages)
[PATCH 2/2] Bluetooth: Add support for New Configuration Options management event
2014-07-04 17:06 UTC
[PATCH 3/3] Bluetooth: Support HCI_QUIRK_EXTERNAL_CONFIG for hci_vhci driver
2014-07-04 15:23 UTC
[PATCH 2/3] Bluetooth: Fix quirks that are valid during setup driver callback
2014-07-04 15:23 UTC
[PATCH 1/4] Bluetooth: Add quirk for invalid controller address setting
2014-07-04 15:10 UTC (2+ messages)
[PATCH 00/12] Varios fixes
2014-07-04 14:55 UTC (15+ messages)
` [PATCH 01/12] android/gatt: Change DBG() to error()
` [PATCH 02/12] android/gatt: Fix memory leak
` [PATCH 03/12] android/hal-msg: trivial: Correct coding style
` [PATCH 04/12] android/gatt: Fix warning by rearranging allocation
` [PATCH 05/12] android/haltest: Auto-accept pairing
` [PATCH 06/12] android/hal-gatt: Remove unneeded never read initialization
` [PATCH 07/12] android/gatt: Add missing error check
` [PATCH 08/12] android/haltest: Add check for valid channel
` [PATCH 09/12] android/tester: Remove unused assignment
` [PATCH 10/12] android/gatt: Fix length check
` [PATCH 11/12] cups: Remove dead code
` [PATCH 12/12] core: "
[PATCH 4/4] Bluetooth: Allow reading configuration info when unconfigured
2014-07-04 14:54 UTC
[PATCH 3/4] Bluetooth: Set HCI_QUIRK_INVALID_BADDR for BCM20702A0 default address
2014-07-04 14:54 UTC
[PATCH 2/4] Bluetooth: Set HCI_QUIRK_INVALID_BADDR for Intel USB default address
2014-07-04 14:54 UTC
[PATCH] Bluetooth: Document the existing device quirks
2014-07-04 14:31 UTC (2+ messages)
[PATCH] Bluetooth: Don't take actions on blocked devices when scanning
2014-07-04 13:56 UTC (2+ messages)
[PATCH] Bluetooth: Use list_del when freeing the list entry
2014-07-04 13:56 UTC (2+ messages)
[PATCHv1 00/32] Android SCO HAL
2014-07-04 13:47 UTC (33+ messages)
` [PATCHv1 01/32] android/ipc: Add ipc_is_connected() check
` [PATCHv1 02/32] android/handsfree: Connect SCO audio on demand
` [PATCHv1 03/32] android/hal-sco: Use nanosleep for SCO synchronization
` [PATCHv1 04/32] android/hal-sco: Fixes for unreliable mtu
` [PATCHv1 05/32] android/hal-sco: Add SCO packet cache
` [PATCHv1 06/32] android/hal-sco: Make use of config parameter
` [PATCHv1 07/32] android/hal-sco: Implement open input stream
` [PATCHv1 08/32] android/hal-sco: Check file descriptor >= 0
` [PATCHv1 09/32] android/hal-sco: Use global sco file descriptor
` [PATCHv1 10/32] android/haltest: Add open/close input stream commands
` [PATCHv1 11/32] android/haltest: Add read command
` [PATCHv1 12/32] android/haltest: Add loop command
` [PATCHv1 13/32] android/hal-sco: Make debug more readable
` [PATCHv1 14/32] android/hal-sco: Fix memory leak
` [PATCHv1 15/32] android/hal-sco: Implement read
` [PATCHv1 16/32] android/haltest: Implement read to file
` [PATCHv1 17/32] android/hal-sco: Connect SCO when opening input stream
` [PATCHv1 18/32] android/haltest: Add sample rate parameter when opening audio streams
` [PATCHv1 19/32] android/hal-sco: Skip resampling for output stream with 8k
` [PATCHv1 20/32] android/hal-sco: Skip resampling for input of 8k
` [PATCHv1 21/32] android/haltest: Correct check for similar buffer size
` [PATCHv1 22/32] android/haltest: Add mono to stereo conversion for loopback
` [PATCHv1 23/32] android/hal-sco: Choose buffer size
` [PATCHv1 24/32] android/hal-sco: Add stream synchronization
` [PATCHv1 25/32] android/haltest: Refactor stop and closing streams
` [PATCHv1 26/32] android/hal-sco: Connect SCO audio on demand
` [PATCHv1 27/32] android/hal-sco: Disconnect SCO audio on standby()
` [PATCHv1 28/32] android/handsfree: Refactor SCO audio connect sequence
` [PATCHv1 29/32] android/hal-sco: Fix incorrect assignment
` [PATCHv1 30/32] android/hal-audio: Fix leaving open socket
` [PATCHv1 31/32] android/hal-sco: "
` [PATCHv1 32/32] android/hal-sco: Fix error code printing
[PATCH] monitor: Fix possible resource leak
2014-07-04 13:21 UTC (2+ messages)
[PATCH] Bluetooth: Fix constant for public address configuration
2014-07-04 12:00 UTC (2+ messages)
[PATCH v2] Bluetooth: btusb: Add Realtek 8723/8761 support
2014-07-04 10:11 UTC (8+ messages)
` 答复: "
[PATCH 00/12] Bluetooth: Further LE scanning fixes & cleanups
2014-07-04 9:59 UTC (14+ messages)
` [PATCH 01/12] Bluetooth: Fix missing return statement in process_adv_report
` [PATCH 02/12] Bluetooth: Convert pend_le_conn list to a generic action list
` [PATCH 03/12] Bluetooth: Convert pend_le_reports into a list
` [PATCH 04/12] Bluetooth: Simplify use of hci_pend_le_conns_clear()
` [PATCH 05/12] Bluetooth: Don't bother doing anything if auto_connect doesn't change
` [PATCH 06/12] Bluetooth: Simplify hci_conn_params->action list usage
` [PATCH 07/12] Bluetooth: Remove unused hci_pend_le_conn_del() function
` [PATCH 08/12] Bluetooth: Fix clearing and restarting all LE actions on power cycle
` [PATCH 09/12] Bluetooth: Remove unnecessary usage of hci_pend_le_conn_add
` [PATCH 10/12] Bluetooth: Remove unused hci_pend_le_conn_add function
` [PATCH 11/12] Bluetooth: Make hci_pend_le_conn_lookup more general purposed
` [PATCH 12/12] Bluetooth: Use hci_pend_le_action_lookup to look up report entries
[PATCH] Bluetooth: Add support for controller configuration info command
2014-07-04 5:52 UTC (2+ messages)
LE mouse reconnect problem
2014-07-03 16:48 UTC (17+ messages)
` Fwd: "
[PATCH v2 0/5] LE scanning fixes & cleanups
2014-07-03 16:45 UTC (7+ messages)
` [PATCH v2 1/5] Bluetooth: Fix missing update of pend_le_reports
` [PATCH v2 2/5] Bluetooth: Remove redundant IRK lookup
` [PATCH v2 3/5] Bluetooth: Use hci_conn_params in pend_le_conns
` [PATCH v2 4/5] Bluetooth: Remove unnecessary checks for auto-connected devices
` [PATCH v2 5/5] Bluetooth: Add identity address check in param lookup functions
[PATCH 0/5] LE scanning fixes & cleanups
2014-07-03 16:21 UTC (6+ messages)
` [PATCH 1/5] Bluetooth: Fix missing update of pend_le_reports
` [PATCH 2/5] Bluetooth: Remove redundant IRK lookup
` [PATCH 3/5] Bluetooth: Use hci_conn_params in pend_le_conns
` [PATCH 4/5] Bluetooth: Remove unnecessary checks for auto-connected devices
` [PATCH 5/5] Bluetooth: Add identity address check in param lookup functions
[PATCH 00/19] Android/tester-ng: New android tester
2014-07-03 16:00 UTC (20+ messages)
` [PATCH 01/19] shared/tester: Add support for debug logs for tester
` [PATCH 02/19] android/tester-ng: Add android-tester-ng
` [PATCH 03/19] android/tester-bluetooth: Initial bluetooth HAL tester
` [PATCH 04/19] android/tester-bluetooth: Add initial test case
` [PATCH 05/19] android/tester-bluetooth: Add enable success "
` [PATCH 06/19] android/tester-ng: Add callback mechanism
` [PATCH 07/19] android/tester-ng: Add double enable success test case
` [PATCH 08/19] android/tester-socket: Initial socket tester
` [PATCH 09/19] android/tester-socket: Add initial test case
` [PATCH 10/19] android/tester-hidhost: Initial hidhost tester
` [PATCH 11/19] android/tester-hidhost: Add initial test case
` [PATCH 12/19] android/tester-gatt: Initial gatt tester
` [PATCH 13/19] android/tester-gatt: Add initial test case
` [PATCH 14/19] android/tester-ng: Add property check handling
` [PATCH 15/19] android/tester-bluetooth: Add disable success test case
` [PATCH 16/19] android/tester-bluetooth: Add bdname set success tc
` [PATCH 17/19] Android/tester-bluetooth: Add scan_mode "
` [PATCH 18/19] Android/tester-bluetooth: Add disc_timeout "
` [PATCH 19/19] android/android-tester: Remove test cases replaced by tester-ng
[PATCH 1/2] test: Fix getting devices in health test scripts
2014-07-03 14:51 UTC (3+ messages)
` [PATCH 2/2] test: Allow to pass custom DataType to test-health-sink
[PATCH] android/hal-health: Clear NONBLOCK flag from fd
2014-07-03 14:12 UTC (5+ messages)
` [PATCH] avctp: Fix unchecked return value
[PATCH_v2] android/hal-health: Fix do not modify fd flags in non connected state
2014-07-03 13:34 UTC (2+ messages)
[PATCH] android/hal-health: Fix do not modify fd flags in non connected state
2014-07-03 13:08 UTC (2+ messages)
[PATCHv3] android/hal-health: Clear NONBLOCK flag from fd
2014-07-03 11:38 UTC (2+ messages)
[PATCH] android/gatt: Fix memory leak
2014-07-03 11:32 UTC
[PATCHv2] android/hal-health: Clear NONBLOCK flag from fd
2014-07-03 10:58 UTC
[PATCH] android/pics: Update HDP settings
2014-07-03 10:44 UTC (2+ messages)
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).