linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-10 10:52:36 to 2014-04-17 12:23:50 UTC [more...]

[PATCH 1/7] android/handsfree: Check service class is not zero
 2014-04-17 12:23 UTC  (6+ messages)
` [PATCH 2/7] android/hal-audio-hsp: Add audio HAL for HSP handling
` [PATCH 3/7] android/hal-audio: Make code readable
` [PATCH 4/7] android/hal-audio-hsp: Add open_output_stream()
` [PATCH 5/7] android/hal-audio: Add SCO audio API
` [PATCH 6/7] android/ipc: Use error printing error messages

[PATCH v2 0/5]android/gatt: GATT Client write types support
 2014-04-17 11:57 UTC  (6+ messages)
` [PATCH v2 1/5] attrib: Add API for reliable write
` [PATCH v2 2/5] attrib: Expose write execute
` [PATCH v2 3/5] android/gatt: Add support for reliable write
` [PATCH v2 4/5] android/gatt: Add support for write execute
` [PATCH v2 5/5] android/gatt: Add support for write without response

[PATCH v3 0/2] Add support for filtering service search by uuid
 2014-04-17  9:58 UTC  (3+ messages)
` [PATCH v3 1/2] android/gatt: Extend android2uuid uuid type support
` [PATCH v3 2/2] android/gatt: Add support for uuid filter in search services

[PATCH] OPP regression or PTS issues
 2014-04-17  9:18 UTC  (3+ messages)
` [PATCH] android/pts: Re-run OPP PTS 5.1 test

[PATCH 0/8] android: GATT IPC definition fixes
 2014-04-17  8:48 UTC  (10+ messages)
` [PATCH 1/8] android/hal-gatt-api: Fix IPC definition for service_search
` [PATCH 2/8] android/hal-gatt-api: Fix IPC definition for get_included_service
` [PATCH 3/8] android/hal-gatt-api: Fix IPC definition for get_characteristic
` [PATCH 4/8] android/hal-gatt-api: Fix IPC definition for get_descriptor
` [PATCH 5/8] android/hal-gatt-api: Fix IPC definition for read_characteristic
` [PATCH 6/8] android/hal-gatt-api: Fix IPC definition for write_characteristic
` [PATCH 7/8] android/gatt: Add IPC message verification for service_search
` [PATCH 8/8] android/ipc: Add common definitions for GATT IPC structures

[PATCH v2 1/6] android/a2dp: Prefer master role on incoming connections
 2014-04-17  7:04 UTC  (7+ messages)
` [PATCH v2 2/6] android/hal-audio: Add resume_endpoint helper
` [PATCH v2 3/6] android/hal-audio: Make audio socket non-blocking
` [PATCH v2 4/6] android/hal-audio: Resync audio when lagging too much
` [PATCH v2 5/6] android/hal-audio: Add support to control audio quality
` [PATCH v2 6/6] android/hal-audio: Adjust audio quality automatically

[PATCH] android: Fix not unregistering last profile
 2014-04-17  6:44 UTC 

[PATCH] Bluetooth: Return EOPNOTSUPP for HCISETRAW ioctl command
 2014-04-17  3:04 UTC 

[PATCH] android/gatt: Remove reconnect feature
 2014-04-16 20:18 UTC 

[PATCH] bluetooth:hci_ldisc: add tasklet for deferred TX handling
 2014-04-16 15:25 UTC 

[PATCH v2 1/2] android/gatt: Extend android2uuid uuid type support
 2014-04-16 14:52 UTC  (2+ messages)
` [PATCH v2 2/2] android/gatt: Add support for uuid filter in search services

[RFC 00/16] Gatt database initial implementation
 2014-04-16 12:25 UTC  (31+ messages)
` [RFC 01/16] gatt: Add skeleton of gatt-db
` [RFC 02/16] gatt: Add services list to gatt_db struct
` [RFC 03/16] gatt: Add method for creating services in gatt_db
` [RFC 05/16] gatt: Add new sharacteristic functionality
` [RFC 06/16] gatt: Add characteristic descriptor method
` [RFC 07/16] gatt: Add included service functionality
` [RFC 08/16] android/gatt: Add "
` [RFC 09/16] android/gatt: Add implementation of delete service
` [RFC 10/16] android/gatt: Add included service implementation
` [RFC 11/16] android/gatt: Add characteristic implementation
` [RFC 12/16] android/gatt: Add descriptor implementation
` [RFC 14/16] android/gatt: Add handling of start service command
` [RFC 15/16] android/gatt: Add stop service command handling

For Gatt feature question
 2014-04-16 12:20 UTC 

[PATCH 1/2] android/gatt: Extend android2uuid uuid type support
 2014-04-16 10:32 UTC  (4+ messages)
` [PATCH 2/2] android/gatt: Add support for uuid filter in search services

[PATCH 0/7] android: Audio improvements
 2014-04-16  9:58 UTC  (9+ messages)
` [PATCH 2/7] android/hal-audio: Remove preset with 48000 frequency
` [PATCH 6/7] android/hal-audio: Add support to control audio quality

[PATCH BlueZ 1/2] tools: Remove simple-service
 2014-04-16  9:50 UTC  (3+ messages)
` [PATCH BlueZ 2/2] core/profile: Fix regression when registering for client only

[PATCH v4 2/2] android/gatt: Add support for client listen command
 2014-04-16  9:47 UTC  (2+ messages)

[PATCH v3 1/2] android/bluetooth: Expose API to set advertising
 2014-04-16  9:46 UTC  (3+ messages)
` [PATCH v3 2/2] android/gatt: Add support for client listen command

[PATCH 1/2] android/gatt: Fix caching included services descriptors
 2014-04-16  8:26 UTC  (3+ messages)
` [PATCH 2/2] android/gatt: Minor whitespace fixes

[PATCH 0/8] android/gatt: Server command handlers
 2014-04-16  8:25 UTC  (10+ messages)
` [PATCH 1/8] android/gatt: Add find_server_by_id helper
` [PATCH 2/8] android/gatt: Add Server's add_service stub
` [PATCH 3/8] android/gatt: Add Server's add_included_service stub
` [PATCH 4/8] android/gatt: Add Server's add_characteristic stub
` [PATCH 5/8] android/gatt: Add Server's add_descriptor stub
` [PATCH 6/8] android/gatt: Add Server's start_service stub
` [PATCH 7/8] android/gatt: Add Server's stop_service stub
` [PATCH 8/8] android/gatt: Add Server's delete_service stub

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

[PATCH] Bluetooth: btmrvl: Fix btmrvl_send_module_cfg_cmd()
 2014-04-16  3:45 UTC  (2+ messages)

[RFC 0/2] src/shared/att initial implementation
 2014-04-16  1:04 UTC  (3+ messages)
` [RFC 1/2] src/shared/att: Introduce struct bt_att
` [RFC 2/2] unit/test-att: Add unit tests for src/shared/att

[PATCH] tools/hciattach: Fix missing includes
 2014-04-15 20:12 UTC  (2+ messages)

[PATCH] Bluetooth: Allow discovery during advertising
 2014-04-15 19:04 UTC 

[PATCH] android: Build hciattach tool
 2014-04-15 12:41 UTC 

[PATCH 00/10] android/gatt: GATT Client write types support
 2014-04-14 14:28 UTC  (13+ messages)
` [PATCH 01/10] attrib: Add API for reliable write
` [PATCH 02/10] attrib: Expose write execute
` [PATCH 03/10] android/gatt: Add helper to create descr_data
` [PATCH 04/10] android/gatt: Avoid double helper struct for read/write characteristic
` [PATCH 05/10] android/gatt: Add helper to create characteristic op data
` [PATCH 06/10] android/gatt: Fix error msg
` [PATCH 07/10] android/gatt: Daemon accepts only default write type
` [PATCH 08/10] android/gatt: Add support for reliable write
` [PATCH 09/10] android/gatt: Add support for write execute
` [PATCH 10/10] android/gatt: Add support for write without response

[PATCH v2 1/2] android/bluetooth: Expose gap api to set advertising
 2014-04-14 13:35 UTC  (3+ messages)
` [PATCH v2 2/2] android/gatt: Add support for client listen command

[PATCH 1/2] android/gatt: Add support for uuid filter in search services
 2014-04-14 12:37 UTC  (4+ messages)
` [PATCH 2/2] android/gatt: Change name to more approperiate for cache all services

[PATCH 1/3] android/client: Add support for client->listen
 2014-04-14  9:58 UTC  (4+ messages)
` [PATCH 2/3] android/bluetooth: Expose gap api to set advertising
` [PATCH 3/3] android/gatt: Add support for client->listen

[PATCH] android/pts: Bump PTS version for GATT
 2014-04-14  9:45 UTC  (2+ messages)

[PATCH v2] android/gatt: Fix memory leak
 2014-04-14  9:36 UTC  (2+ messages)

[PATCH 1/6] android/bluetooth: Fix passing NULL pointer to memcpy
 2014-04-14  8:24 UTC  (7+ messages)
` [PATCH 2/6] android/bluetooth: Send adapter properties in single notification
` [PATCH 3/6] android/bluetooth: Send device "
` [PATCH 4/6] android/bluetooth: Remove debug log from create_device_from_info
` [PATCH 5/6] android/tester: Adapter properties can come in any order
` [PATCH 6/6] android/tester: Device "

[PATCH] android/pts: Update PICS, PIXIT and tests for GAP
 2014-04-14  8:23 UTC  (2+ messages)

[PATCH v4 0/4] android/gatt: GATT client improvements
 2014-04-14  8:14 UTC  (6+ messages)
` [PATCH v4 1/4] android/gatt: Refactor send_client_connect_notify
` [PATCH v4 2/4] android/gatt: Fix handling client unregister
` [PATCH v4 3/4] android/gatt: Move functions up in the file
` [PATCH v4 4/4] android/gatt: Cleanup device lists

[PATCH] android/gatt: Fix memory leak
 2014-04-12 21:48 UTC 

[PATCH 1/2] Bluetooth: Fix triggering BR/EDR L2CAP Connect too early
 2014-04-11 21:38 UTC  (4+ messages)
` [PATCH 2/2] Bluetooth: Fix redundant encryption request for reauthentication

[RFCv5 0/4] SSP MITM protection
 2014-04-11 19:04 UTC  (2+ messages)

[PATCH 1/2] android/gatt: Set proper primary flag for sending characteristics
 2014-04-11 14:17 UTC  (3+ messages)
` [PATCH 2/2] android/client: Fix parameter completion for gatt

[PATCH 1/3] android/gatt: Remove not needed empty line and redundand tab
 2014-04-11 14:15 UTC  (4+ messages)
` [PATCH 2/3] android/gatt: Add support for uuid filter in search services
` [PATCH 3/3] android/gatt: Change name to more approperiate for cache all services

[PATCH v2] android/gatt: Fix for scan non discoverable devices
 2014-04-11 14:08 UTC  (2+ messages)

[PATCH v2 BlueZ 1/6] android/avrcp-lib: Make avrcp_send_browsing_req to take struct iovec
 2014-04-11 13:58 UTC  (6+ messages)
` [PATCH v2 BlueZ 2/6] android/avrcp-lib: Add checks in avrcp_get_item_attributes
` [PATCH v2 BlueZ 3/6] android/avrcp-lib: Make avrcp_send_req to take struct iovec
` [PATCH v2 BlueZ 4/6] android/avctp: Make avctp_send_browsing_req "
` [PATCH v2 BlueZ 5/6] android/avctp: Make avctp_send_vendor_req "
` [PATCH v2 BlueZ 6/6] android/avctp: Make avctp_send_vendor "

[PATCH 1/4] android/gatt: Remove unneeded label from unregister_client
 2014-04-11 13:56 UTC  (6+ messages)
` [PATCH 2/4] android/gatt: Simplify removing device from list
` [PATCH 3/4] android/gatt: Format string with address properly
` [PATCH 4/4] android/gatt: Remove double variable check

[PATCH v3 1/5] android/gatt: Refactor send_client_connect_notify
 2014-04-11 13:45 UTC 

[PATCH 1/4] android/gatt: Trivial whitespace fixes
 2014-04-11 13:43 UTC  (5+ messages)
` [PATCH 2/4] android/gatt: Fix sending device to (dis)connect callback
` [PATCH 3/4] android/gatt: Add Client's refresh function call
` [PATCH 4/4] android/gatt: Add cache check in Clients caching callbacks

help required regarding Bluez manual installation
 2014-04-11 13:40 UTC 

[PATCH v2 0/5]android/gatt: GATT client improvements
 2014-04-11 13:39 UTC  (10+ messages)
` [PATCH v2 1/5] android/gatt: Refactor send_client_connect_notify
` [PATCH v2 2/5] android/gatt: Fix handling client unregister
` [PATCH v2 3/5] android/gatt: Move functions up in the file
` [PATCH v2 4/5] android/gatt: Cleanup device lists
` [PATCH v2 5/5] android/gatt: Fix type of status parameter

[PATCH v2] input: uHIDP: HIDP in userspace
 2014-04-11  0:33 UTC  (3+ messages)

LE Connection Update Disallowed
 2014-04-10 14:55 UTC  (7+ messages)

[PATCH BlueZ 1/2] android/system-emulator: Pass --track-origin=yes to valgrind
 2014-04-10 14:16 UTC  (3+ messages)
` [PATCH BlueZ 2/2] android/hal-gatt: Fix sending uninitialised byte

[PATCH 0/6] android/gatt: GATT client improvements
 2014-04-10 13:40 UTC  (8+ messages)
` [PATCH 1/6] android/gatt: Add client listen support
` [PATCH 2/6] android/gatt: Refactor send_client_connect_notify
` [PATCH 6/6] android/gatt: Move not used devices to disconnected dev queue

[PATCH] android/gatt: Fix for scan non discoverable devices
 2014-04-10 13:36 UTC 

[PATCH] android/hidhost: Fix hex string to buffer convertion
 2014-04-10 10:52 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).