linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-12-05 11:40:01 to 2014-12-09 18:42:52 UTC [more...]

[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 00/25] android/gatt: Fix HOG connect/disconnect
 2014-12-09 15:37 UTC  (27+ 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

[PATCH ] android/socket: Add PBAP supported features bits
 2014-12-09 13:46 UTC  (4+ messages)
` [PATCH ] android/socket: Add MAP "

[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/2] attrib/gatt.c: Fix for attrib ref
 2014-12-09  8:44 UTC  (3+ messages)
` [PATCH 2/2] attrib/gatt: Minor coding style fix

[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 4/4] Bluetooth: Add support Intel Bluetooth bootloader device
 2014-12-09  6:11 UTC  (2+ messages)

[RFC v2 3/4] Bluetooth: Set file extension to SFI file for bootloader mode
 2014-12-09  5:47 UTC  (2+ messages)

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

[RFC v2 1/4] Bluetooth: Refactor Intel_read_version and opens firmware patch file
 2014-12-09  5:34 UTC  (2+ 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)

[PATCH] Bluetooth: fix err_cast.cocci warnings
 2014-12-07 19:04 UTC 

[PATCH] Bluetooth: Check for force_lesc_support before rejecting SMP over BR/EDR
 2014-12-07 18:05 UTC  (2+ messages)

[PATCH] Bluetooth: Check for force_lesc_support when enabling SMP over BR/EDR
 2014-12-06  7:52 UTC  (2+ messages)

pull request: bluetooth-next 2014-12-05
 2014-12-05 19:14 UTC  (3+ messages)

[PATCH 1/6] Bluetooth: Move LE advertising report defines to the right location
 2014-12-05 16:19 UTC  (2+ messages)

[PATCH 6/6] Bluetooth: Enable events for P-256 Public Key and DHKey commands
 2014-12-05 15:20 UTC 

[PATCH 5/6] Bluetooth: Add support for enabling Extended Scanner Filter Policies
 2014-12-05 15:20 UTC 

[PATCH 4/6] Bluetooth: Add support for handling LE Direct Advertising Report events
 2014-12-05 15:20 UTC 

[PATCH 3/6] Bluetooth: Enabled LE Direct Advertising Report event if supported
 2014-12-05 15:20 UTC 

[PATCH 2/6] Bluetooth: Add definitions for LE Direct Advertising Report event
 2014-12-05 15:20 UTC 

[PATCH ] monitor/rfcomm: Fix byte ordering issue
 2014-12-05 15:14 UTC  (2+ messages)

[PATCH BlueZ 0/2] unit/gatt: Replace custom structs with gatt_db
 2014-12-05 15:06 UTC  (2+ messages)

[PATCHv2] monitor: Fix RFCOMM parity type mask
 2014-12-05 15:03 UTC  (2+ messages)

6lowpan next header compression framwork: module handling or not?
 2014-12-05 15:00 UTC  (4+ messages)

[PATCH] android/pts: Update MAP PICS for Android 5.0
 2014-12-05 14:43 UTC 

[PATCH v1 0/5] Add support for decoding RFCOMM MCC Message Type
 2014-12-05 13:48 UTC  (12+ messages)
` [PATCH v1 2/5] monitor/rfcomm: Add support for RPN frame decoding

[PATCH] doc/mgmt-api: Add support to add/remove advertising data instance
 2014-12-05 13:29 UTC 

[PATCH v2 1/2] Bluetooth: Fix discovery filter when no RSSI is available
 2014-12-05 12:39 UTC  (2+ messages)

[PATCH v2 2/2] Bluetooth: Report invalid RSSI for service discovery and background scan
 2014-12-05 12:03 UTC 

[PATCH 00/10] Bluetooth: Fix mgmt cmd_complete events
 2014-12-05 11:50 UTC  (2+ messages)

[PATCH] Bluetooth: Remove redundant reverse_base_uuid variable
 2014-12-05 11:50 UTC  (2+ messages)

[PATCH 10/10] Bluetooth: Fix Get Conn Info to use cmd_complete callback
 2014-12-05 11:42 UTC  (2+ messages)
` [PATCH v2 "


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