linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-02-09 21:40:09 to 2015-02-13 09:06:06 UTC [more...]

[PATCHv1 0/9] Deduplication of avdtp
 2015-02-13  9:06 UTC  (8+ messages)
` [PATCHv1 1/9] unit/avdtp: Add SEP register/unregister tests
` [PATCHv1 2/9] unit/avdtp: Add duplicate SEID test
` [PATCHv1 3/9] shared/utils: Add helpers for bitfield fast uid generation
` [PATCHv1 4/9] android/avdtp: Fix SEID generation
` [PATCHv1 5/9] f duplicate test
` [PATCHv1 6/9] unit/avdtp: Add check for too many SEP creation
` [PATCHv1 7/9] android/avdtp: Fix registering SEP with wrong SEID

[PATCH 1/1] doc/media-api: Add RegisterTrackList method
 2015-02-13  4:53 UTC  (2+ messages)

[PATCH BlueZ v2 1/6] core: adapter: Add StartFilteredDiscovery method
 2015-02-13  3:50 UTC  (6+ messages)
` [PATCH BlueZ v2 2/6] core: adapter: Add parameter parsing to StartFilteredDiscovery
` [PATCH BlueZ v2 3/6] core: device: add device_set_rssi_no_delta
` [PATCH BlueZ v2 4/6] client: main: add support for StartFilteredDiscovery
` [PATCH BlueZ v2 5/6] core: adapter: Add FilteredDiscovery property
` [PATCH BlueZ v2 6/6] core: adapter: Implement internals of StartFilteredDiscovery

[PATCH BlueZ v2 1/6] android/handsfree: Relax AT+CMER handling
 2015-02-13  3:48 UTC  (6+ messages)
` [PATCH BlueZ v2 2/6] android/handsfree: Fix possible invalid memory write
` [PATCH BlueZ v2 3/6] core: adapter: Add StartFilteredDiscovery method
` [PATCH BlueZ v2 4/6] core: adapter: Add parameter parsing to StartFilteredDiscovery
` [PATCH BlueZ v2 5/6] core: device: add device_set_rssi_no_delta
` [PATCH BlueZ v2 6/6] client: main: add support for StartFilteredDiscovery

[PATCH] Bluetooth: fix service discovery behaviour for empty uuids filter
 2015-02-13  3:24 UTC 

[PATCH] Bluetooth: fix service discovery behaviour for empty uuids filter
 2015-02-13  2:51 UTC 

[PATCH v4] Bluetooth: btusb: Add Realtek 8723A/8723B/8761A/8821A support
 2015-02-13  0:31 UTC  (3+ messages)

[PATCH v2] Bluetooth: btusb: Add helper for READ_LOCAL_VERSION command
 2015-02-13  0:01 UTC 

[PATCH 2/2] Bluetooth: Add support for QCA ROME chipset family
 2015-02-12 23:53 UTC 

[PATCH 1/2] Bluetooth: Add setup callback for chip init on USB path
 2015-02-12 23:52 UTC 

[PATCH] Add support for Atheros AR5B195 combo Mini PCIe cards (AR3011 Bluetooth)
 2015-02-12 23:31 UTC  (3+ messages)

[PATCH v5] Bluetooth: Add support for QCA ROME chipset family
 2015-02-12 21:40 UTC  (4+ messages)

[PATCH] tools/btmgmt: Fix end of array checks
 2015-02-12 21:09 UTC  (2+ messages)

[PATCH v2 0/4] Testcases to verify HCI_LE_ENABLE fix in kernel
 2015-02-12 21:06 UTC  (6+ messages)
` [PATCH v2 1/4] tools/mgmt-tester: Add test for pair on not enabled transport
` [PATCH v2 2/4] tools/mgmt-tester: Add test for pair on not supported transport
` [PATCH v2 3/4] tools/l2cap-tester: Add L2CAP LE Connection Reject test
` [PATCH v2 4/4] doc/mgmt-api: Update error codes for Pair Device Command

[PATCH v2 1/3] Bluetooth: Do not allow LE connection if LE is not enabled
 2015-02-12 21:03 UTC  (4+ messages)
` [PATCH v2 2/3] Bluetooth: Improve error handling in connect acl
` [PATCH v2 3/3] Bluetooth: Enhance error codes pair device command

[PATCH v3] Bluetooth: btusb: Add Realtek 8723A/8723B/8761A/8821A support
 2015-02-12 20:56 UTC  (7+ messages)

[PATCH V2 5/6] rtlwifi: btcoexist: Add routines for RTL8812AE kernel socket communications
 2015-02-12 20:28 UTC  (6+ messages)
          ` btcoex subsystem

[PATCH 1/2] tools/btmgmt: Fix crash in completion in interactive mode
 2015-02-12 20:14 UTC  (4+ messages)
` [PATCH 2/2] tools/btmgmt: Handle commands tables in consistent way

[PATCH 2/2] Bluetooth: Add device shutdown routine for Intel Bluetooth device
 2015-02-12 19:49 UTC  (2+ messages)

[PATCH 1/2] Bluetooth: Add shutdown callback before closing the device
 2015-02-12 19:48 UTC  (2+ messages)

[PATCH] Bluetooth: btusb: Add helper for READ_LOCAL_VERSION command
 2015-02-12 19:44 UTC  (2+ messages)

[PATCH] Bluetooth: btmrvl: support SCO routing to host interface
 2015-02-12 19:41 UTC  (2+ messages)

Query: HCI_RAW mode in Kernel 3.18
 2015-02-12 19:20 UTC  (4+ messages)

[PATCH BlueZ v1 00/14] Rewrite local GATT server using shared/gatt
 2015-02-12 18:21 UTC  (17+ messages)
` [PATCH BlueZ v1 01/14] shared/att: Add bt_att_get_fd
` [PATCH BlueZ v1 02/14] shared/gatt: Pass bt_att instead of bdaddr_t
` [PATCH BlueZ v1 03/14] core: Introduce btd_gatt_database
` [PATCH BlueZ v1 04/14] core: Attach gatt-server to bt_att
` [PATCH BlueZ v1 05/14] core: gatt: Add GATT/GAP services to local db
` [PATCH BlueZ v1 06/14] core: Add GATT UUIDs to Adapter1.UUIDs
` [PATCH BlueZ v1 07/14] core: Support per-client CCC state
` [PATCH BlueZ v1 08/14] core: Setup added/removed handlers in GATT database
` [PATCH BlueZ v1 09/14] core: Add Service Changed characteristic
` [PATCH BlueZ v1 10/14] core: device: Add getter for GATT server
` [PATCH BlueZ v1 11/14] core: gatt-server: Send "Service Changed"
` [PATCH BlueZ v1 12/14] core: adapter: Send UUIDs changed for GATT services
` [PATCH BlueZ v1 13/14] shared/gatt: Don't incorrectly terminate discovery
` [PATCH BlueZ v1 14/14] TODO: Update GATT items

[RFC 1/5] client/display: Add initial code for handling interactive mode
 2015-02-12 17:52 UTC  (5+ messages)
` [RFC 2/5] client/display: Prefix remaining functions with interactive_
` [RFC 3/5] tools/btmgmt: Rewrite interactive mode on top of client code
` [RFC 4/5] client/display: Rename to client/interactive
` [RFC 5/5] android: Fix btmgmt build

[PATCH 0/3] shared/att: Add support to set security in LE link
 2015-02-12 17:00 UTC  (4+ messages)
` [PATCH 1/3] shared/att: Add set/get security level
` [PATCH 2/3] shared/gatt-client: Expose API to set/get security level on att
` [PATCH 3/3] tools/btgatt-client: Add support for set/get security on the link

[PATCH v2] tools/gatt-client: print read/write error messages
 2015-02-12 15:30 UTC 

[PATCH v1] tools/gatt-client: print read/write error messages
 2015-02-12 15:21 UTC 

[PATCH ] tools/gatt-client: print read/write error messages
 2015-02-12 15:17 UTC  (3+ messages)

Query reagrding the MAS Instance Information Support patchset
 2015-02-12 15:06 UTC  (2+ messages)

[PATCH BlueZ 0/8] Implement Notification / Indication TS Tests
 2015-02-12 15:00 UTC  (15+ messages)
` [PATCH BlueZ 1/8] gatt-client: skip discovery with no handles
` [PATCH BlueZ 2/8] unit/test-gatt: Add support for no-actions
` [PATCH BlueZ 3/8] unit/gatt: Add TP/GAN/CL/BV-01-C test
` [PATCH BlueZ 4/8] unit/gatt: Add TP/GAN/SR/BV-01-C test
` [PATCH BlueZ 5/8] unit/gatt: add support for post-tests
` [PATCH BlueZ 6/8] unit/gatt: Add TP/GAI/SR/BV-01-C test
` [PATCH BlueZ 7/8] unit/gatt: Add TP/GAI/CL/BV-01-C test
` [PATCH BlueZ 8/8] unit/gatt: minor consistency in test data

[RFC] android/avdtp: Fix SEID assignment
 2015-02-12 13:25 UTC  (2+ messages)

[PATCH] android/pts: Update HSP pixits, pics and test results for PTS 6.0
 2015-02-12 13:17 UTC 

NetworkServer1 exits when program exits
 2015-02-12 13:12 UTC  (2+ messages)

Connection Rejected due to Unacceptable BD_ADDR in Chromebook smart lock feature
 2015-02-12 13:11 UTC 

[PATCH BlueZ] shared/gatt-client: Fix invalid read
 2015-02-12 12:54 UTC 

[PATCH] android/pts: Update test notes for L2CAP
 2015-02-12 12:52 UTC 

3.19-rc1 refuse connection from bluetooth headset
 2015-02-12 11:34 UTC  (6+ messages)

BlueZ for Android 4.4.3
 2015-02-12  2:22 UTC  (5+ messages)

[PATCH bluez-utils] Link mcaptest with -lrt
 2015-02-11 15:33 UTC  (3+ messages)
` [PATCHv2] Link mcaptest with -lrt when needed

[PATCH] android/pts: Update AVCTP pixits, pics and test results for PTS 6.0
 2015-02-11 14:44 UTC  (2+ messages)

[PATCH BlueZ 00/13] Rewrite local GATT server using shared/gatt
 2015-02-11 14:38 UTC  (16+ messages)
` [PATCH BlueZ 01/13] shared/att: Add bt_att_get|set_bdaddr functions
` [PATCH BlueZ 02/13] shared/gatt: Add bdaddr_type param to gatt_db APIs
` [PATCH BlueZ 03/13] core: Introduce btd_gatt_server
` [PATCH BlueZ 04/13] core: Attach gatt-server to bt_att
` [PATCH BlueZ 05/13] core: gatt: Add GATT/GAP services to local db
` [PATCH BlueZ 06/13] core: Add GATT UUIDs to Adapter1.UUIDs
` [PATCH BlueZ 07/13] core: Support per-client CCC state
` [PATCH BlueZ 08/13] core: Setup added/removed handlers in GATT server
` [PATCH BlueZ 09/13] core: Add Service Changed characteristic
` [PATCH BlueZ 10/13] core: device: Add getter for GATT server
` [PATCH BlueZ 11/13] core: gatt-server: Send "Service Changed"
` [PATCH BlueZ 12/13] core: adapter: Send UUIDs changed for GATT services
` [PATCH BlueZ 13/13] shared/gatt: Don't incorrectly terminate discovery

[PATCH 01/10] android/gatt: Replace request state with boolean
 2015-02-11 14:34 UTC  (10+ messages)
` [PATCH 02/10] android/gatt: Destroy app connections before destroying apps
` [PATCH 03/10] android/gatt: Simplify app disconnection function call flow
` [PATCH 04/10] android/gatt: Make struct destructors NULL proof
` [PATCH 05/10] android/gatt: Use g_attrib_send consistently
` [PATCH 06/10] android/gatt: Improve send_dev_complete_response
` [PATCH 07/10] android/gatt: Improve send_dev_complete_response even further
` [PATCH 08/10] android/gatt: Remove not needed checks and jumps
` [PATCH 09/10] android/gatt: Remove redundant matching function
` [PATCH 10/10] android/gatt: Avoid copying pointers in matching functions

[RFC] Deduplication of avdtp
 2015-02-11 14:24 UTC  (2+ messages)
` [RFC] android/avdtp: Refactor local SEP list handling

[PATCH 1/2] android/pts: Update GATT test results for PTS 6.0
 2015-02-11 14:07 UTC  (3+ messages)
` [PATCH 2/2] android/pts: Update GATT PIXIT, PICS "

[PATCH] android/pts: Update SM pixits, pics and test results for PTS 6.0
 2015-02-11 13:06 UTC  (2+ messages)

[PATCH] android/gatt: Fix not confirming notifications and indications
 2015-02-11 11:35 UTC  (2+ messages)

[PATCH 1/6] android/gatt: Remove redundant search
 2015-02-11 11:27 UTC  (7+ messages)
` [PATCH 2/6] android/gatt: Remove REQUEST_INIT state
` [PATCH 3/6] android/gatt: Minor debug message change
` [PATCH 4/6] android/gatt: Minor function renames
` [PATCH 5/6] android/gatt: Remove reduntant comparison
` [PATCH 6/6] android/gatt: Remove device's connection counter

[PATCH 1/5] tools/mcaptest: Minor style fix
 2015-02-11 10:36 UTC  (6+ messages)
` [PATCH 2/5] tools/mcaptest: Refractor debug logs for functions
` [PATCH 3/5] tools/mcaptest: Seperate disconnect link timeout and call parameters
` [PATCH 4/5] android/pts: Update MCAP test pics, pixits for PTS 6.0
` [PATCH 5/5] android/pts: Update MCAP test results "

[PATCH] android/pts: Update PTS GATT results
 2015-02-11 10:32 UTC  (2+ messages)

No SCO packets while trying to use a Bluetooth headset
 2015-02-11 10:07 UTC  (4+ messages)

[PATCH] AVCTP: Set initial key repeat timeout to 300ms
 2015-02-10 18:19 UTC 

[PATCH BlueZ 1/2] TODO: Add tasks for GATT client examples
 2015-02-10 15:06 UTC  (2+ messages)
` [PATCH BlueZ 2/2] TODO: Bump priority of signed writes

GattManager1 and multiple-controllers
 2015-02-10 12:48 UTC  (2+ messages)

[PATCH 0/3] Add missing Read Characteristic Value TC
 2015-02-10 11:43 UTC  (3+ messages)
` [PATCH 1/3] unit/gatt: Add TP/GAR/CL/BI-04-C test

[PATCH BlueZ 00/12] client: Add support for GATT API
 2015-02-10 11:42 UTC  (2+ messages)

[PATCH] [PATCH] Add support for ST-Ericsoon CG2900 chip
 2015-02-10 10:27 UTC 

[PATCH] [PATCH] Add support for ST-Ericsoon CG2900 chip
 2015-02-10 10:09 UTC 

BlueZ for Android 4.4.3
 2015-02-10  1:37 UTC 

[PATCH BlueZ v5] doc/adapter-api.txt: StartFilteredDiscovery method
 2015-02-10  0:34 UTC 

[PATCH v3] net: bluetooth: hci_sock: Use 'const u32 *' instead of 'void *' for 2nd parameter of hci_test_bit()
 2015-02-09 21:40 UTC  (11+ messages)


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