linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-12-07 19:13:17 to 2014-12-10 08:51:51 UTC [more...]

[PATCH ] android/socket: Add PBAP supported features bits
 2014-12-10  8:51 UTC  (10+ messages)
` [PATCH ] android/socket: Add MAP "

[PATCH 1/2] attrib/gatt.c: Fix for attrib ref
 2014-12-10  8:40 UTC  (5+ messages)
` [PATCH 2/2] attrib/gatt: Minor coding style fix

[PATCH 1/2] android/build: Add liblog to LOCAL_SHARED_LIBRARIES for bluetoothd
 2014-12-10  8:39 UTC  (2+ messages)
` [PATCH 2/2] android/build: Add libcutils to LOCAL_SHARED_LIBRARIES for haltest

[PATCH BlueZ v2 0/8] Define TS-approved "small database"
 2014-12-10  8:08 UTC  (11+ messages)
` [PATCH BlueZ v2 1/8] lib/uuid: Simplify BT base UUIDs when possible
` [PATCH BlueZ v2 2/8] unit/gatt: Define repeated MTU PDUs
` [PATCH BlueZ v2 3/8] unit/gatt: Use source db for server_tests
` [PATCH BlueZ v2 4/8] unit/gatt: Add test spec "small test database"
` [PATCH BlueZ v2 5/8] unit/gatt: minor fix for test PDUs
` [PATCH BlueZ v2 6/8] shared/gatt-db: Add gatt_db_find_by_type_value
` [PATCH BlueZ v2 7/8] shared/gatt-server: support Discover by UUID
` [PATCH BlueZ v2 8/8] unit/gatt: Add /TP/GAD/SR/BV-02-C test

[PATCH 00/25] android/gatt: Fix HOG connect/disconnect
 2014-12-10  7:23 UTC  (28+ messages)
` [PATCH 01/25] android/bluetooth: Minor typo fix
` [PATCH 02/25] android/bluetooth: Minor fix, add missing NULL assignment
` [PATCH 03/25] android/gatt: Fix for setting conn timeout
` [PATCH 04/25] android/hog: Minor coding style fixes
` [PATCH 05/25] android/bluetooth: Add possibility to register for bonded event
` [PATCH 06/25] android/gatt: Add paired cb to gatt.c
` [PATCH 07/25] android/bluetooth: Add API to check if device is bonding
` [PATCH 08/25] android/gatt: Improve LE connection after pair
` [PATCH 09/25] android/hog: Add support to track gatt operations
` [PATCH 10/25] android/hog: Cancel all GATT operations on disconnect
` [PATCH 11/25] android/hog: Add guards to the callbacks
` [PATCH 12/25] android/hog: Keep track on primary and include service search
` [PATCH 13/25] android/hog: Keep track on discover characteristic and descriptors
` [PATCH 14/25] android/hog: Keep track on read/write char and descr
` [PATCH 15/25] android/bas: Add queue to keep track on GATT operations
` [PATCH 16/25] android/bas: Keep track read/write "
` [PATCH 17/25] android/bas: Keep track on discover characteristic and descriptor
` [PATCH 18/25] android/bas: Add guard to GATT callbacks
` [PATCH 19/25] android/dis: Add queue to keep track on GATT operations
` [PATCH 20/25] android/dis: Keep track on discover and read characteristic
` [PATCH 21/25] android/dis: Add guard for GATT callbacks
` [PATCH 22/25] android/scpp: Add queue to keep GATT operations
` [PATCH 23/25] android/scpp: Keep track on discover characteristic and descriptor
` [PATCH 24/25] android/scpp: Keep track on write operation
` [PATCH 25/25] android/scpp: Add guard for GATT callbacks

[RFC v2 4/4] Bluetooth: Add support Intel Bluetooth bootloader device
 2014-12-10  1:57 UTC  (3+ messages)

[RFC v2 3/4] Bluetooth: Set file extension to SFI file for bootloader mode
 2014-12-10  1:13 UTC  (3+ messages)

[RFC v2 2/4] Bluetooth: Set the firmware file extension based on firmware type
 2014-12-09 23:16 UTC  (3+ messages)

[RFC v2 1/4] Bluetooth: Refactor Intel_read_version and opens firmware patch file
 2014-12-09 23:16 UTC  (3+ messages)

[PATCH BlueZ v1 00/12] core: Use shared/gatt-client
 2014-12-09 23:01 UTC  (13+ messages)
` [PATCH BlueZ v1 01/12] attrib/gattrib: Add g_attrib_get_att
` [PATCH BlueZ v1 02/12] shared/att: Add err argument to disconnect cb
` [PATCH BlueZ v1 03/12] shared/gatt-client: Set op->success correctly
` [PATCH BlueZ v1 04/12] core: device: Use bt_att_register_disconnect
` [PATCH BlueZ v1 05/12] core: device: Use shared/gatt-client for GATT
` [PATCH BlueZ v1 06/12] core: Rename device_attach_attrib
` [PATCH BlueZ v1 07/12] core: Use gatt_db service callbacks
` [PATCH BlueZ v1 08/12] core: Introduce gatt-callbacks
` [PATCH BlueZ v1 09/12] profiles/gatt: Don't handle GATT service
` [PATCH BlueZ v1 10/12] profiles/gatt: Rename profile to gap
` [PATCH BlueZ v1 11/12] profiles/gap: Rewrite using bt_gatt_client
` [PATCH BlueZ v1 12/12] profiles/gap: Add Google copyright

__hci_cmd_sync() not suitable for nokia h4p
 2014-12-09 21:19 UTC  (4+ messages)

[PATCHv3 bluetooth-next 0/3] 6lowpan: introduce nhc framework
 2014-12-09 18:42 UTC  (9+ messages)
` [PATCHv3 bluetooth-next 1/3] 6lowpan: add generic nhc layer interface
` [PATCHv3 bluetooth-next 2/3] 6lowpan: add udp compression via nhc layer
` [PATCHv3 bluetooth-next 3/3] 6lowpan: nhc: add other known rfc6282 compressions

[PATCH BlueZ 00/15] core: Use shared/gatt for GATT client role
 2014-12-09 15:50 UTC  (22+ messages)
` [PATCH BlueZ 01/15] attrib/gattrib: Add g_attrib_get_att
` [PATCH BlueZ 02/15] shared/att: Add bt_att_get_fd
` [PATCH BlueZ 03/15] attrib: Check if attrib is NULL in functions
` [PATCH BlueZ 04/15] shared/att: cancel_all before calling disconnect cb
` [PATCH BlueZ 05/15] shared/gatt-db: Make accessors work on const ptr
` [PATCH BlueZ 06/15] shared/gatt-db: Add UUID arg to foreach_service
` [PATCH BlueZ 07/15] core: device: Use bt_att_register_disconnect
` [PATCH BlueZ 08/15] core: device: Use shared/gatt-client for GATT
` [PATCH BlueZ 09/15] core: Rename device_attach_attrib
` [PATCH BlueZ 10/15] core: Use gatt_db service callbacks
` [PATCH BlueZ 11/15] core: Introduce gatt-callbacks
` [PATCH BlueZ 12/15] profiles/gatt: Don't handle GATT service
` [PATCH BlueZ 13/15] profiles/gatt: Rename profile to gap
` [PATCH BlueZ 14/15] profiles/gap: Rewrite using bt_gatt_client
` [PATCH BlueZ 15/15] profiles/gap: Add Google copyright

[PATCH BlueZ 0/5] Define TS-approved "small database"
 2014-12-09 12:00 UTC  (7+ messages)
` [PATCH BlueZ 1/5] lib/uuid: Simplify BT base UUIDs when possible
` [PATCH BlueZ 2/5] unit/gatt: Define repeated MTU PDUs
` [PATCH BlueZ 3/5] unit/gatt: Use source db for server_tests
` [PATCH BlueZ 4/5] unit/gatt: Add test spec "small test database"
` [PATCH BlueZ 5/5] unit/gatt: minor fix for test PDUs

[PATCH] android/build: Enable multilib build for bluetooth.default
 2014-12-09 11:13 UTC  (2+ messages)

[PATCHv2 1/5] shared/att: Handle commands under BT_ATT_ALL_REQUESTS op group type
 2014-12-09 10:05 UTC  (6+ messages)
` [PATCHv2 2/5] android/gatt: Fix write confirm callback being not set
` [PATCHv2 3/5] android/gatt: Fix not confirming write commands in database
` [PATCHv2 4/5] android/gatt: Handle indications in a separate function
` [PATCHv2 5/5] android/gatt: Remove invalid cases from att_handler

[RFC v4 1/2] Bluetooth: Add le_scan_restart
 2014-12-09  9:21 UTC  (8+ messages)
` [RFC v4 2/2] Bluetooth: Add restarting to service discovery

[PATCH] core: add D-Bus property for TxPower
 2014-12-09  9:10 UTC  (8+ messages)
` [PATCH] core: add D-Bus property for ManufacturerData
` [PATCH] core: add D-Bus property for ServiceData

[PATCH 1/5] android/gatt: Fix write confirm callback being not set
 2014-12-09  7:53 UTC  (14+ messages)
` [PATCH 2/5] android/gatt: Fix not confirming write commands in database
` [PATCH 3/5] android/gatt: Fix write commands being not handled
` [PATCH 4/5] android/gatt: Extract indication support from att_req_handler
` [PATCH 5/5] android/gatt: Remove not handled att ops in request handler

[PATCH] Add USB device 04ca:3010 as Athoros AR3012
 2014-12-09  7:20 UTC  (6+ messages)

Question about mgmt header files and shared-mainloop library
 2014-12-09  6:13 UTC  (3+ messages)

[RFC v2 0/4] Add support for Intel Bluetooth bootloader device
 2014-12-08 23:24 UTC 

User question
 2014-12-08 22:36 UTC  (5+ messages)

[PATCH] android/socket: Add support for dynamic MAP record
 2014-12-08 16:47 UTC 

[PATCH BlueZ 00/12] Simplify notification handling
 2014-12-08 16:05 UTC  (13+ messages)
` [PATCH BlueZ 01/12] build: Add coverage support
` [PATCH BlueZ 02/12] unit/test-queue: Add /queue/foreach_remove test
` [PATCH BlueZ 03/12] unit/test-queue: Add /queue/foreach_remove_backward test
` [PATCH BlueZ 04/12] shared/queue: Add reference counting to entries
` [PATCH BlueZ 05/12] unit/test-mgmt: Add /mgmt/response/1 test
` [PATCH BlueZ 06/12] unit/test-mgmt: Add /mgmt/response/2 test
` [PATCH BlueZ 07/12] unit/test-mgmt: Add /mgmt/event/1 test
` [PATCH BlueZ 08/12] unit/test-mgmt: Add /mgmt/event/2 test
` [PATCH BlueZ 09/12] unit/test-mgmt: Add /mgmt/unregister/1 test
` [PATCH BlueZ 10/12] unit/test-mgmt: Add /mgmt/unregister/2 test
` [PATCH BlueZ 11/12] unit/test-mgmt: Add /mgmt/destroy/1 test
` [PATCH BlueZ 12/12] shared/mgmt: Remove unnecessary code

[PATCH v2] android/bluetooth: Add support to read Le features by Android
 2014-12-08 15:29 UTC 

[PATCH] doc/adapter-api.txt: StartServiceDiscovery method
 2014-12-08 14:38 UTC  (3+ messages)

[PATCH v2] android/handsfree-client: Decrease number of memcpy
 2014-12-08 13:56 UTC 

[PATCH 01/13] doc/coding-style: Update 'enum as switch variable' section
 2014-12-08 13:25 UTC  (2+ messages)

[PATCH RESEND 1/2] android/handsfree-client: Decrease number of memcpy
 2014-12-08 13:18 UTC  (4+ messages)
` [PATCH RESEND 2/2] android/handsfree-client: Trivial fix typo

[PATCH 1/1] android/pts: GATT PTS test results for Android 5.0
 2014-12-08 13:08 UTC  (2+ messages)

[PATCH] android/pts: GAP PTS test results for Android 5.0
 2014-12-08 13:06 UTC  (2+ messages)

[PATCH 1/5] android/tester: Add missing AVRCP cb_table entries
 2014-12-08 10:35 UTC  (5+ messages)
` [PATCH 2/5] android/tester: put gatt callback declaration in right place
` [PATCH 3/5] android/tester: remove not needed include of hal_msg.h
` [PATCH 4/5] android/tester: move bthost.h include to tester-main.h
` [PATCH 5/5] android/tester: add initial support for map-client tester

[PATCH] Bluetooth: Fix generation of non-resolvable private addresses
 2014-12-08  7:22 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).