linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-17 13:59:45 to 2014-04-25 12:46:02 UTC [more...]

pull request: bluetooth 2014-04-25
 2014-04-25 12:46 UTC 

[PATCHv2 1/4] gatt: Add new characteristic functionality
 2014-04-25 12:28 UTC  (4+ messages)
` [PATCHv2 2/4] gatt: Add characteristic descriptor functionality
` [PATCHv2 3/4] gatt: Add included service functionality
` [PATCHv2 4/4] gatt: Add method to set service active

[PATCH 01/13] tty_ldisc: add more limits to the @write_wakeup
 2014-04-25 11:47 UTC  (30+ messages)
` [PATCH 02/13] bluetooth: hci_ldisc: fix deadlock condition
` [PATCH 03/13] Revert "serial: omap: unlock the port lock"
` [PATCH 04/13] serial: fix UART_IIR_ID
` [PATCH 05/13] tty: serial: add missing braces
` [PATCH 06/13] tty: serial: omap: switch over to devm_request_gpio
` [PATCH 07/13] tty: serial: omap: cleanup variable declarations
` [PATCH 08/13] tty: serial: omap: switch over to platform_get_resource
` [PATCH 09/13] tty: serial: omap: switch over to devm_ioremap_resource
` [PATCH 10/13] tty: serial: omap: remove some dead code
` [PATCH 11/13] tty: serial: omap: remove unneeded singlethread workqueue
` [PATCH 12/13] tty: serial: omap: fix Sparse warnings
` [PATCH 13/13] serial: 8250: add OMAP glue

[PATCH 1/4] gatt: Add new sharacteristic functionality
 2014-04-25 11:02 UTC  (6+ messages)
` [PATCH 2/4] gatt: Add characteristic descriptor functionality
` [PATCH 3/4] gatt: Add included service functionality
` [PATCH 4/4] gatt: Add start/stop "

[PATCH RESEND] client: Clean up agent if bluetoothd exited without releasing it
 2014-04-25 10:30 UTC 

[PATCHv2 1/4] gatt: Add new characteristic functionality
 2014-04-25 10:17 UTC 

[PATCH BlueZ 00/35] Add remaining AVRCP Browsing commands
 2014-04-25  8:39 UTC  (36+ messages)
` [PATCH BlueZ 01/35] android/avctp: Make browsing handler return ssize_t
` [PATCH BlueZ 02/35] android/avrcp-lib: Add initial code for handling browsing PDUs
` [PATCH BlueZ 03/35] android/avctp: Add proper checks for invalid "
` [PATCH BlueZ 04/35] unit/test-avrcp: Add /TP/INV/BI-02-C test
` [PATCH BlueZ 05/35] android/avctp: Add avctp_send_browsing function
` [PATCH BlueZ 06/35] android/avrcp-lib: Add support for parsing GetFolderItems PDU
` [PATCH BlueZ 07/35] unit/test-avrcp: Add /TP/MPS/BV-09-C test
` [PATCH BlueZ 08/35] unit/test-avrcp: Add /TP/MCN/CB/BV-02-C test
` [PATCH BlueZ 09/35] unit/test-avrcp: Add /TP/MCN/CB/BI-01-C test
` [PATCH BlueZ 10/35] unit/test-avrcp: Add /TP/MCN/CB/BI-02-C test
` [PATCH BlueZ 11/35] unit/test-avrcp: Add /TP/MCN/CB/BI-03-C test
` [PATCH BlueZ 12/35] unit/test-avrcp: Add /TP/MCN/SRC/BV-04-C test
` [PATCH BlueZ 13/35] unit/test-avrcp: Add /TP/MCN/NP/BV-05-C test
` [PATCH BlueZ 14/35] unit/test-avrcp: Add /TP/MCN/NP/BV-06-C test
` [PATCH BlueZ 15/35] android/avrcp-lib: Add support for parsing ChangePath PDU
` [PATCH BlueZ 16/35] unit/test-avrcp: Add /TP/MCN/CB/BV-05-C test
` [PATCH BlueZ 17/35] unit/test-avrcp: Add /TP/MCN/CB/BV-06-C test
` [PATCH BlueZ 18/35] unit/test-avrcp: Add /TP/MCN/CB/BI-04-C test
` [PATCH BlueZ 19/35] android/avrcp-lib: Add support for parsing GetItemAttributes PDU
` [PATCH BlueZ 20/35] unit/test-avrcp: Add /TP/MCN/CB/BV-08-C test
` [PATCH BlueZ 21/35] unit/test-avrcp: Add /TP/MCN/SRC/BV-06-C test
` [PATCH BlueZ 22/35] unit/test-avrcp: Add /TP/MCN/NP/BV-08-C test
` [PATCH BlueZ 23/35] unit/test-avrcp: Add /TP/MCN/NP/BV-09-C test
` [PATCH BlueZ 24/35] android/avrcp: Add avrcp_play_item function
` [PATCH BlueZ 25/35] unit/test-avrcp: Add /TP/MCN/NP/BV-01-C test
` [PATCH BlueZ 26/35] android/avrcp-lib: Add support for parsing PlayItem PDU
` [PATCH BlueZ 27/35] unit/test-avrcp: Add /TP/MCN/NP/BV-02-C test
` [PATCH BlueZ 28/35] unit/test-avrcp: Add /TP/MCN/NP/BI-01-C test
` [PATCH BlueZ 29/35] android/avrcp-lib: Add support for parsing Search PDU
` [PATCH BlueZ 30/35] unit/test-avrcp: Add /TP/MCN/SRC/BV-02-C test
` [PATCH BlueZ 31/35] android/avrcp: Add avrcp_add_to_now_playing function
` [PATCH BlueZ 32/35] unit/test-avrcp: Add /TP/MCN/NP/BV-03-C test
` [PATCH BlueZ 33/35] android/avrcp-lib: Add support for parsing AddToNowPlaying PDU
` [PATCH BlueZ 34/35] unit/test-avrcp: Add /TP/MCN/NP/BV-04-C test
` [PATCH BlueZ 35/35] unit/test-avrcp: Add /TP/MCN/NP/BI-02-C test

[PATCH 1/2] unit: Fix removing invalid source in test-hfp
 2014-04-25  8:16 UTC  (3+ messages)
` [PATCH 2/2] gobex: Fix removing invalid source

[PATCHv2 3/4] gatt: Add method for creating services in gatt_db
 2014-04-25  7:53 UTC  (3+ messages)
` [PATCHv2 4/4] gatt: Add remove_service function to gatt-db

[PATCHv2 0/4] Gatt database skeleton
 2014-04-25  7:53 UTC  (6+ messages)
` [PATCHv2 1/4] gatt: Add skeleton of gatt-db
` [PATCHv2 2/4] gatt: Add services list to gatt_db struct
` [PATCHv2 3/4] gatt: Add method for creating services in gatt_db
` [PATCHv2 4/4] gatt: Add remove_service function to gatt-db

pull request: bluetooth 2014-04-24
 2014-04-25  2:21 UTC  (4+ messages)

Google Glass as audio out device
 2014-04-24 22:26 UTC 

pull request: bluetooth-next 2014-04-24
 2014-04-24 15:27 UTC 

[PATCHv2 0/2] Client connection handling refactor
 2014-04-24 13:01 UTC  (3+ messages)
` [PATCHv2 1/2] android/gatt: Refactor client connection handling
` [PATCHv2 2/2] android/gatt: Add DEVICE_CONNECTING state

[PATCH] android/gatt: Client connection handling refactor
 2014-04-24 10:57 UTC  (4+ messages)
` [PATCH] android/gatt: Refactor client connection handling

[PATCHv1 0/4] Gatt attributes database skeleton
 2014-04-24 10:41 UTC  (5+ messages)
` [PATCHv1 1/4] gatt: Add skeleton of gatt-db
` [PATCHv1 3/4] gatt: Add method for creating services in gatt_db

[PATCH v2 0/3] android/bluetooth: Allow to start BlueZ in a single mode
 2014-04-24  8:36 UTC  (5+ messages)
` [PATCH v2 1/3] android/bluetooth: Add supported lmp settings to adapter struct
` [PATCH v2 2/3] android/bluetooth: Do not enable BT LE by default
` [PATCH v2 3/3] android/bluetooth: Make possible to start BlueZ in a single mode

[PATCH 00/11] Add health profile support for haltest
 2014-04-24  8:03 UTC  (14+ messages)
` [PATCH 01/11] android/hal-health: Use correct enums
` [PATCH 02/11] android/hal-health: Fix copying empty string
` [PATCH 03/11] android/hal-msg: Add mdep role and channel type defines
` [PATCH 04/11] android/health: Fix wrong boolean value for command handler
` [PATCH 05/11] android/health: Add initial function for HAL_OP_HEALTH_MDEP command
` [PATCH 06/11] android/client: Add initial support for health profile
` [PATCH 07/11] android/client: Add register_application support to haltest
` [PATCH 08/11] android/client: Add unregister_application "
` [PATCH 09/11] android/client: Add connect_channel "
` [PATCH 10/11] android/client: Add destroy_channel "
` [PATCH 11/11] android/client: Add health callbacks support for haltest

[PATCH 1/7] android/handsfree: Check service class is not zero
 2014-04-23 18:59 UTC  (7+ messages)
` [PATCH 5/7] android/hal-audio: Add SCO audio API

[PATCH] Bluetooth: Remove hci_h4 unused defines
 2014-04-23 17:31 UTC  (2+ messages)

[PATCH] Bluetooth: Add support for Lite-on [04ca:3007]
 2014-04-23 17:29 UTC  (2+ messages)

[PATCH] Revert "Bluetooth: Enable autosuspend for Intel Bluetooth device"
 2014-04-23 17:27 UTC  (2+ messages)

[PATCH] bluetooth:hci_ldisc: add tasklet for deferred TX handling
 2014-04-23 15:27 UTC  (3+ messages)

[PATCH 01/11] tty: serial: add missing braces
 2014-04-23 14:53 UTC  (4+ messages)

[PATCH v2 0/5]android/gatt: GATT Client write types support
 2014-04-23 13:19 UTC  (2+ messages)

[PATCH] Bluetooth: Allow discovery during advertising
 2014-04-23 12:49 UTC  (4+ messages)

[PATCH] obex-client-tool: Set the length header
 2014-04-23 10:20 UTC  (6+ messages)

[PATCH] android/bluetooth: Make possible to start BlueZ in a single mode
 2014-04-23  9:53 UTC 

[PATCH] android/bluetooth: Make possible to start BlueZ in LE mode only
 2014-04-23  8:31 UTC  (4+ messages)

[PATCH 1/4] android/hidhost: Fix handle_uhid_output
 2014-04-23  8:13 UTC  (5+ messages)
` [PATCH 2/4] android/hidhost: Cleanup handle_uhid_output
` [PATCH 3/4] android/hidhost: Don't use sscanf in hex2buf
` [PATCH 4/4] android/hidhost: Check if hex2buf succed

[PATCH] Bluetooth: btusb: Add BCM20702 firmware upgrade support
 2014-04-22 12:34 UTC  (3+ messages)

[PATCH BlueZ v0] gatt: Fix not replying for write requests
 2014-04-22 11:34 UTC  (2+ messages)

[RFC v3] Add Support for Read Remote RSSI
 2014-04-22 10:29 UTC  (2+ messages)

[RFC] android/gatt: Refactor client connection handling
 2014-04-22  9:07 UTC  (2+ messages)

[PATCH v3 0/2] Add support for filtering service search by uuid
 2014-04-22  8:16 UTC  (3+ messages)
` [PATCH v3 1/2] android/gatt: Extend android2uuid uuid type support

[PATCH] Bluetooth: btmrvl: Fix btmrvl_send_module_cfg_cmd()
 2014-04-22  7:55 UTC  (2+ messages)

[PATCH BlueZ 1/2] tools: Remove simple-service
 2014-04-22  7:52 UTC  (3+ messages)

[PATCH] Bluetooth: Return EOPNOTSUPP for HCISETRAW ioctl command
 2014-04-22  6:52 UTC  (2+ messages)

GATT service works on Raspberry Pi with bluetoothd v5.16 but not with 5.17 or 5.18
 2014-04-21 18:30 UTC 

[PATCH] tools: fix headers for bcm43xx
 2014-04-21 18:20 UTC  (2+ messages)

bluetooth support of intel 7260ac adapter
 2014-04-20 19:55 UTC 

bluetooth support of intel 7260ac adapter
 2014-04-20 19:36 UTC  (4+ messages)

[RFC 0/2] src/shared/att initial implementation
 2014-04-19 23:07 UTC  (3+ messages)
` [RFC 1/2] src/shared/att: Introduce struct bt_att

[PATCH] android/pts: Re-run OPP PTS 5.1 test
 2014-04-18 13:28 UTC  (2+ messages)

[PATCH 1/6] android/gatt: Remove redundant code
 2014-04-18 13:25 UTC  (7+ messages)
` [PATCH 2/6] android/gatt: Cache end handle for characteristics
` [PATCH 3/6] android/gatt: Simplify discover_char_cb
` [PATCH 4/6] android/gatt: Use cached handle for descriptors discovery
` [PATCH 5/6] android/gatt: Simplify descriptor discovery structs
` [PATCH 6/6] android/gatt: Fix descriptors discovery

[PATCH] android/gatt: Remove reconnect feature
 2014-04-18 13:16 UTC  (2+ messages)

[PATCH] android: Build hciattach tool
 2014-04-18 13:16 UTC  (2+ messages)

[PATCH 1/7] android/bluetooth: Refactor handle_start_discovery_cmd
 2014-04-18 13:04 UTC  (7+ messages)
` [PATCH 2/7] android/bluetooth: Refactor handle_cancel_discovery_cmd
` [PATCH 3/7] android/bluetooth: Fix bt_le_discovery_start
` [PATCH 4/7] android/bluetooth: Fix bt_le_discovery_stop
` [PATCH 5/7] android/bluetooth: Refactor mgmt_discovering_event
` [PATCH 6/7] android/bluetooth: Avoid starting/stopping discovery with no type
` [PATCH 7/7] android/bluetooth: Fix sending discovery state changed events

Passive scanning of iBeacons results in a "Data Buffer Overflow"
 2014-04-18  9:59 UTC  (14+ messages)

[PATCH] android: Fix not unregistering last profile
 2014-04-18  7:08 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).