linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-06 08:47:25 to 2014-03-10 18:50:33 UTC [more...]

[PATCH BlueZ v0 00/16] Add basic GATT characteristics
 2014-03-10 18:50 UTC  (5+ messages)
` [PATCH BlueZ v0 01/16] gatt: Add function to create constant attributes
` [PATCH BlueZ v0 02/16] gatt: Add helper for creating GATT characteristics
` [PATCH BlueZ v0 03/16] gatt: Add characteristic to the database
` [PATCH BlueZ v0 04/16] gatt: Add hash table of GDBusProxy objects

[PATCH] android/pts: AVRCP PTS tests results
 2014-03-10 17:26 UTC  (2+ messages)

[PATCH 00/24] rfcomm fixes
 2014-03-10 15:08 UTC  (6+ messages)
      ` [RC6 Bell Chime] "

Background scanning and white list usage
 2014-03-10 14:21 UTC  (7+ messages)

[PATCH 1/5] unit/avrcp: Pass context to control handlers
 2014-03-10 13:39 UTC  (5+ messages)
` [PATCH 2/5] unit/avrcp: Add /TP/NFY/BV-05-C test
` [PATCH 3/5] unit/avrcp: Add /TP/NFY/BV-08-C test
` [PATCH 4/5] unit/avrcp: Add /TP/NFY/BI-01-C test
` [PATCH 5/5] unit/avrcp: Add /TP/INV/BI-01-C test

Passive scanning of iBeacons results in a "Data Buffer Overflow"
 2014-03-10 13:21 UTC  (13+ messages)

[PATCHv2 01/10] unit/avrcp: Add /TP/MDI/BV-01-C test
 2014-03-10 13:01 UTC  (11+ messages)
` [PATCHv2 02/10] android/avrcp: Add avrcp_get_element_attributes() function
` [PATCHv2 03/10] unit/avrcp: Add /TP/MDI/BV-03-C test
` [PATCHv2 04/10] unit/avrcp: Add /TP/MDI/BV-04-C test
` [PATCHv2 05/10] unit/avrcp: Add /TP/MDI/BV-05-C test
` [PATCHv2 06/10] unit/avrcp: Add /TP/NFY/BV-01-C test
` [PATCHv2 07/10] unit/avrcp: Add /TP/NFY/BV-02-C test
` [PATCHv2 08/10] unit/avrcp: Add /TP/NFY/BV-03-C test
` [PATCHv2 09/10] unit/avrcp: Add /TP/NFY/BV-04-C test
` [PATCHv2 10/10] doc: Update test coverage document

[PATCH v4 1/3] android/avrcp: Fill attributes in case of empty for GetElementAttributes
 2014-03-10 12:12 UTC  (4+ messages)
` [PATCH v4 2/3] android/avrcp: Fix not handling SetAbsoluteVolume response
` [PATCH v4 3/3] android/avrcp: Fix setting wrong type for volume changed event

[PATCH 00/20] More Android Handsfree work
 2014-03-10 11:50 UTC  (25+ messages)
` [PATCH 01/20] android/handsfree: Add AG and HF features masks
` [PATCH 02/20] android/handsfree: Add stubs for all AT commands defines by spec
` [PATCH 03/20] android/handsfree: Add support for unknown AT commands
` [PATCH 04/20] android/handsfree: Add support for voice recognition function
` [PATCH 05/20] android/handsfree: Add support for AT+NREC command
` [PATCH 06/20] android/handsfree: Add support for AT+CLCC command
` [PATCH 07/20] android/handsfree: Add support for AT+CHLD command
` [PATCH 08/20] android/handsfree: Add support for AT+CMEE command
` [PATCH 09/20] android/handsfree: Add support for AT+CKPD command
` [PATCH 10/20] android/handsfree: Add support fot AT+CNUM command
` [PATCH 11/20] android/handsfree: Add support for AT+VTS command
` [PATCH 12/20] android/handsfree: Add support for ATA command
` [PATCH 13/20] android/handsfree: Fix checking AT+COPS parameters
` [PATCH 14/20] android/handsfree: Add support for ATD command
` [PATCH 15/20] android/handsfree: Add support for AT+BLDN command
` [PATCH 16/20] android/handsfree: Add support for AT+CHUP command
` [PATCH 17/20] android/hal-handsfree: Fix handling of dial notification
` [PATCH 18/20] android/handsfree: Add support for phone state change command
` [PATCH 19/20] android/handsfree: Add support for AT+CLIP command
` [PATCH 20/20] android/handsfree: Add comment for AT+VGS/AT+VGM result code

[PATCH 1/2] android/hal-ipc-api: Fix not describing call numbers as strings
 2014-03-10 11:49 UTC  (3+ messages)
` [PATCH 2/2] android/handsfree: Use string type in IPC messages

[PATCH 1/5] android/handsfree: Fix possible g_io_channel_shutdown() on NULL channel
 2014-03-10 11:48 UTC  (8+ messages)
` [PATCH 2/5] android/handsfree: Add support for handling incoming SCO connections
` [PATCH 3/5] android/handsfree: Handle connect_audio call
` [PATCH 4/5] android/handsfree: Handle disconnect_audio call
` [PATCH 5/5] android/handsfree: Remove empty line

[PATCH v3 1/2] android/gatt: Handle Register gatt client command
 2014-03-10 11:19 UTC  (2+ messages)
` [PATCH v3 2/2] android/gatt: Handle Unregister "

[PATCH v2 1/2] android/gatt: Handle Register gatt client command
 2014-03-10 11:04 UTC  (2+ messages)
` [PATCH v2 2/2] android/gatt: Handle Unregister "

[PATCH] bluetooth: Fix aborting eSCO connection in case of error 0x20
 2014-03-10 10:31 UTC  (2+ messages)

[PATCH v3 1/2] android/avrcp: Fill attributes in case of empty for GetElementAttributes
 2014-03-10  9:45 UTC  (2+ messages)
` [PATCH v3 2/2] android/avrcp: Fix not handling SetAbsoluteVolume response

[PATCH v2 1/2] android/avrcp: Fill attributes in case of empty for GetElementAttributes
 2014-03-10  9:33 UTC  (2+ messages)
` [PATCH v2 2/2] android/avrcp: Fix not handling SetAbsoluteVolume response

[PATCH 1/3] android: Change property name for valgrind
 2014-03-10  9:27 UTC  (4+ messages)
` [PATCH 2/3] android: Add possible to enable BlueZ debug logs
` [PATCH 3/3] android: Enable mgmt "

[PATCH 1/9] unit/avrcp: Add /TP/PAS/BV-06-C test
 2014-03-10  9:04 UTC  (3+ messages)
` [PATCH 9/9] doc: Update test coverage document

[PATCH 1/9] unit/avrcp: Add /TP/MDI/BV-01-C test
 2014-03-10  8:32 UTC  (11+ messages)
` [PATCH 2/9] android/avrcp: Add avrcp_get_element_attributes() function
` [PATCH 3/9] unit/avrcp: Add /TP/MDI/BV-03-C test
` [PATCH 4/9] unit/avrcp: Add /TP/MDI/BV-04-C test
` [PATCH 5/9] unit/avrcp: Add /TP/MDI/BV-05-C test
` [PATCH 6/9] android/avrcp: Add avrcp_register_notification() function
` [PATCH 7/9] unit/avrcp: Add /TP/NFY/BV-01-C test
` [PATCH 8/9] unit/avrcp: Add /TP/NFY/BV-02-C test
` [PATCH 9/9] doc: Update test coverage document

[PATCH 1/2] unit/avrcp: Add /TP/NFY/BV-03-C test
 2014-03-10  8:30 UTC  (3+ messages)
` [PATCH 2/2] unit/avrcp: Add /TP/NFY/BV-04-C test

[PATCH v2] Bluetooth: Make LTK and CSRK only persisent when bonding
 2014-03-10  6:38 UTC 

DUNS for GPRS/EDGE-enabled 2G phone under BlueZ5.14
 2014-03-10  2:35 UTC 

[PATCH v2 0/3] android: Improve of handling stop discovery
 2014-03-09 23:06 UTC  (4+ messages)
` [PATCH v2 1/3] android: Add tracking for pending confirm name command
` [PATCH v2 2/3] android: Cancel all pending confirm name before stop discovery
` [PATCH v2 3/3] android: Send confirm name request with mgmt_send

[PATCH v2 00/10] Change inquiry handling in btdev
 2014-03-09 23:06 UTC  (11+ messages)
` [PATCH v2 01/10] emulator: Minor style fix
` [PATCH v2 02/10] emulator: Use timeout for sending inquiry results
` [PATCH v2 03/10] emulator: Add inquiry cancel
` [PATCH v2 04/10] emulator: Add handling inquiry number of responses
` [PATCH v2 05/10] emulator: Add handling inquiry_lenght from inquiry command
` [PATCH v2 06/10] android/tester: Fix handling inquiry by android tester
` [PATCH v2 07/10] tools/mgmt-tester: Fix for Stop discovery test
` [PATCH v2 08/10] tools/mgmt-tester: Update Stop Discovery-BR/EDR (Inquiry) Success 1
` [PATCH v2 09/10] tools/mgmt-tester: Remove not used condition
` [PATCH v2 10/10] tools/mgmt-tester: Refactor setup_start_discovery function

[PATCH] Bluetooth: Make LTK and CSRK only persisent when bonding
 2014-03-09 22:00 UTC 

[PATCH] Bluetooth: Add support for handling signature resolving keys
 2014-03-09 19:42 UTC  (2+ messages)

[PATCH 1/2] android: Fix type of discovery on start/stop discovery
 2014-03-09 14:09 UTC  (3+ messages)
` [PATCH 2/2] android: Support LE discovery if adapter supports LE

[PATCH BlueZ 1/2] android/hal-avrcp: Fill attributes in case of empty for GetElementAttributes
 2014-03-09 11:24 UTC  (2+ messages)
` [PATCH BlueZ 2/2] android/avrcp: Fix not handling SetAbsoluteVolume response

[PATCH] Bluetooth: Export signature resolving key in debugfs
 2014-03-09  7:32 UTC 

[PATCH] doc: Add management command for setting signature resolving key
 2014-03-09  7:12 UTC 

[PATCH 2/2] Bluetooth: Distribute configured signature resolving key over SMP
 2014-03-09  7:06 UTC 

[PATCH 1/2] Bluetooth: Add management command for setting signature resolving key
 2014-03-09  7:06 UTC 

[PATCH 1/2] android/gatt: Handle Register gatt client command
 2014-03-08 20:14 UTC  (4+ messages)
` [PATCH 2/2] android/gatt: Handle Unregister "

[PATCH 1/2] android/pics: Correct PICS for AbsoluteVolume
 2014-03-08 19:00 UTC  (3+ messages)
` [PATCH 2/2] android/pts: Add AVRCP 1.5 PTS tests

[PATCH] bdaddr: Remove *_CP_SIZE defines
 2014-03-07 22:55 UTC 

[PATCH] bdaddr: Add Marvell support
 2014-03-07 22:28 UTC 

[PATCH] Fix endian safe issue, make driver work on both little and big endian cpu
 2014-03-07 18:13 UTC  (2+ messages)

[PATCH] Bluetooth: Fix skb allocation check for A2MP
 2014-03-07 18:12 UTC  (2+ messages)

[PATCH] bluetooth: Fix aborting eSCO connection in case of error 0x20
 2014-03-07 17:53 UTC  (2+ messages)

[PATCH BlueZ v0] unit: Add test for g_dbus_client_set_ready_watch()
 2014-03-07 13:14 UTC 

[PATCH BlueZ 1/4] android/avrcp-lib: Add avrcp_register_notification function
 2014-03-07 13:09 UTC  (7+ messages)
` [PATCH BlueZ 2/4] android/avrcp: Add support to receive volume changed notifications
` [PATCH BlueZ 3/4] android/avrcp-lib: Add avrcp_set_volume function
` [PATCH BlueZ 4/4] android/avrcp: Add support to set volume command

[PATCH] Bluetooth: Fix expected key count debug logs
 2014-03-07 13:04 UTC 

[PATCH 0/4] android: GATT HAL Implementation
 2014-03-07  9:52 UTC  (6+ messages)
` [PATCH 1/4] android/hal-gatt: Add Client Event handlers
` [PATCH 2/4] android/hal-gatt: Add Client API calls
` [PATCH 3/4] android/hal-gatt: Add Server Event handlers
` [PATCH 4/4] android/hal-gatt: Add Server API calls

[PATCHv2] android/pics: Change AVRCP to 1.5
 2014-03-07  9:51 UTC  (2+ messages)

[PATCH BlueZ] emulator/btdev: Add dummy support for clearing the LE white list
 2014-03-07  9:25 UTC  (2+ messages)

[PATCH 1/3] input: Remove input_device.name
 2014-03-07  7:02 UTC  (2+ messages)

[PATCH 3/3] hog: Fill ev.u.create.{phys,uniq} for UHID_CREATE
 2014-03-06 23:00 UTC 

[PATCH 2/3] hog: Remove hog_device.name
 2014-03-06 23:00 UTC 

[PATCH net-next 0/2] 6lowpan: header cleanup
 2014-03-06 22:22 UTC  (2+ messages)

[PATCH 01/10] unit/avrcp: Refactor check attributes code
 2014-03-06 15:45 UTC  (2+ messages)

[PATCH v2 1/4] android/avrcp: Add remote features notification
 2014-03-06 15:38 UTC  (5+ messages)
` [PATCH v2 2/4] android/client: Add AVRCP remote_features_cb support
` [PATCH v2 3/4] android/arvrcp: Fix not parsing SDP record correctly
` [PATCH v2 4/4] android/avrcp: Fix warnings when freeing avrcp_device struct

[PATCH BlueZ v0 0/9] GATT API: Add Register Services Async
 2014-03-06 14:54 UTC  (16+ messages)
` [PATCH BlueZ v0 1/9] gdbus: Add g_dbus_client_set_proxies_ready_watch()
      ` [PATCH BlueZ v1 0/9] GATT API: Add Register Services Async
        ` [PATCH BlueZ v1 1/9] gdbus: Add g_dbus_client_set_ready_watch()
        ` [PATCH BlueZ v1 2/9] gatt: Add proxy added handler
        ` [PATCH BlueZ v1 3/9] gatt: Add proxy removed handler
        ` [PATCH BlueZ v1 4/9] gatt: Add GATT service to the local database
        ` [PATCH BlueZ v1 5/9] gatt: Make RegisterService() async
        ` [PATCH BlueZ v1 6/9] test: Add external service GATT skeleton
        ` [PATCH BlueZ v1 7/9] test: Add signal handling for gatt-service
        ` [PATCH BlueZ v1 8/9] test: Add registering external service
        ` [PATCH BlueZ v1 9/9] bluetooth.conf: Add ObjectManager interface

[PATCH 1/7] unit/avrcp: Add /TP/MDI/BV-01-C test
 2014-03-06 14:43 UTC  (7+ messages)
` [PATCH 2/7] android/avrcp: Add avrcp_get_element_attributes() function
` [PATCH 3/7] unit/avrcp: Add /TP/MDI/BV-03-C test
` [PATCH 4/7] unit/avrcp: Add /TP/MDI/BV-04-C test
` [PATCH 5/7] unit/avrcp: Add /TP/MDI/BV-05-C test
` [PATCH 6/7] android/avrcp: Add avrcp_register_notification() function
` [PATCH 7/7] unit/avrcp: Add /TP/NFY/BV-01-C test

[PATCH BlueZ 1/4] android/avrcp: Add remote features notification
 2014-03-06 13:03 UTC  (4+ messages)
` [PATCH BlueZ 2/4] android/client: Add AVRCP remote_features_cb support
` [PATCH BlueZ 3/4] android/arvrcp: Fix not parsing SDP record correctly
` [PATCH BlueZ 4/4] android/avrcp: Fix warnings when freeing avrcp_device struct

[PATCHv2 01/11] shared/hfp: Fix not freeing cmd_handler prefix
 2014-03-06  9:21 UTC  (2+ messages)

[PATCH] android/pts: PAN PICS and PTS results
 2014-03-06  8:47 UTC  (2+ messages)

[PATCH] android/pics: Add PICS and PIXIT for GATT
 2014-03-06  8:47 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;
as well as URLs for NNTP newsgroup(s).