linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-23 14:58:32 to 2014-04-29 08:05:04 UTC [more...]

[PATCH 00/36] android/gatt: GATT server implementation
 2014-04-29  8:05 UTC  (44+ messages)
` [PATCH 01/36] android/gatt: Add comment about event type being sent
` [PATCH] android/gatt: Add support for send indication
` [PATCH 02/36] android/gatt: Add service functionality
` [PATCH 03/36] android/gatt: Add implementation of delete service
` [PATCH 04/36] android/gatt: Add included service implementation
` [PATCH 05/36] android/gatt: Add characteristic implementation
` [PATCH 06/36] android/gatt: Add handling of start service command
` [PATCH 07/36] android/gatt: Add stop service command handling
` [PATCH 08/36] android/gatt: Add descriptor implementation
` [PATCH 09/36] android/gatt: Add listening socket for GATT
` [PATCH 10/36] android/gatt: Add ATT msg handler
` [PATCH 11/36] shared: Use pointer for request data instead of int
` [PATCH 12/36] shared/gatt: Extend read callback with offset
` [PATCH 13/36] android/gatt: Add register GAP Service
` [PATCH 14/36] gatt: Add some characteristics uuids
` [PATCH 15/36] android/gatt: Register device information service
` [PATCH 16/36] shared: Extend write callback with offset
` [PATCH 17/36] android/gatt: Register GATT service
` [PATCH 18/36] shared/gatt: Add function to read by group type
` [PATCH 19/36] shared/gatt: Add function to find by type
` [PATCH 20/36] shared/gatt: Add function to read "
` [PATCH 21/36] android/gatt: Add support for ATT read by group type
` [PATCH 22/36] android/gatt: Add support for ATT read by type
` [PATCH 23/36] shared/gatt: Add support to read from database
` [PATCH 24/36] android/gatt: Move struct req_data up in the file
` [PATCH 25/36] android/gatt: Add support to read request
` [PATCH 26/36] android/gatt: Add MTU request cmd handling
` [PATCH 27/36] android/gatt: Add Find info gatt server "
` [PATCH 28/36] shared/gatt: Add support for write request
` [PATCH 29/36] android/gatt: "
` [PATCH 30/36] android/gatt: Add support for execute write
` [PATCH 31/36] android/gatt: Move struct req_data upper in the file
` [PATCH 32/36] android/gatt: Add write callback to server
` [PATCH 33/36] android/gatt: Add read_cb for GATT Server
` [PATCH 34/36] android/hal-gatt-api: Fix IPC definition for send response
` [PATCH 35/36] android/gatt: Add support for GATT server "
` [PATCH 36/36] android/gatt: Add support for send indication

Detecting presence and connecting headset when not in pairing mode
 2014-04-29  7:56 UTC  (2+ messages)

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

[PATCH 0/7] android/gatt: Further connection handling refactor
 2014-04-28 16:01 UTC  (9+ messages)
` [PATCH 1/7] android/gatt: Use common struct for client and server applications
` [PATCH 2/7] android/gatt: Store client and server apps on a single list
` [PATCH 3/7] android/gatt: Rename connection list
` [PATCH 4/7] android/gatt: Rename connection struct
` [PATCH 5/7] android/gatt: Fix some whitespace issues
` [PATCH 6/7] ndroid/gatt: Extract common code from client_connect
` [PATCH 7/7] android/gatt: Handle Server apps connections

[PATCH 1/3] android/gatt: Add DEVICE_CONNECTING state
 2014-04-28 16:00 UTC  (4+ messages)
` [PATCH 2/3] android/gatt Refactor le device connecting
` [PATCH 3/3] android/gatt: Send app uuid also for failure response

[RFC] agent: Allow to stack default agents
 2014-04-28 14:27 UTC 

[PATCH] android/gatt: Use common code for server and client register
 2014-04-28 14:23 UTC 

[PATCH 1/2] android/bluetooth: Add function for getting device Android type
 2014-04-28 12:12 UTC  (3+ messages)
` [PATCH 2/2] android/gatt: Implement get device type command

[PATCHv3 0/2] Client connection handling refactor
 2014-04-28 11:44 UTC  (4+ messages)
` [PATCHv3 1/2] android/gatt: Refactor client connection handling
` [PATCHv3 2/2] android/gatt: Add DEVICE_CONNECTING state

minipcie bluetooth card not detected
 2014-04-28 11:37 UTC  (2+ messages)

[PATCH RESEND BlueZ 1/2] client: Add 'auto' parameter to agent command
 2014-04-28  9:57 UTC  (2+ messages)
` [PATCH RESEND BlueZ 2/2] client: Fix not releasing agent if bluetoothd exit without calling Release

[RFC] mgmt-api: Add support to get connection parameters
 2014-04-28  9:26 UTC 

[PATCH RESEND] client: Clean up agent if bluetoothd exited without releasing it
 2014-04-28  9:20 UTC  (3+ messages)

[PATCH v2 BlueZ] build: Add coverage support
 2014-04-28  8:34 UTC  (5+ messages)

[PATCH 1/2] shared/gatt: Use pointer to data instead of uint16 as a request id
 2014-04-27 15:11 UTC  (2+ messages)
` [PATCH 2/2] shared/gatt: Extend write callback with offset

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

Newby Question: Pairing a BLE Device using C (or Python)
 2014-04-26 18:07 UTC 

[PATCHv2 1/4] gatt: Add new characteristic functionality
 2014-04-26 16:16 UTC  (5+ 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

pull request: bluetooth 2014-04-25
 2014-04-25 12:58 UTC  (2+ messages)

[PATCH 01/13] tty_ldisc: add more limits to the @write_wakeup
 2014-04-25 11:47 UTC  (25+ messages)
` [PATCH 02/13] bluetooth: hci_ldisc: fix deadlock condition
` [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 "

[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  (3+ messages)

[PATCH 1/7] android/handsfree: Check service class is not zero
 2014-04-23 18:59 UTC  (5+ 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)


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