Linux bluetooth development
 help / color / mirror / Atom feed
 messages from 2015-02-24 11:17:40 to 2015-02-27 17:31:51 UTC [more...]

[PATCH 1/1] Bluetooth: make hci_test_bit's addr const
 2015-02-27 17:31 UTC  (5+ messages)
` [PATCH v2 "

[PATCH] Bluetooth: Update New CSRK event to match latest specification
 2015-02-27 17:31 UTC  (2+ messages)

[PATCH 1/4] audio/avdtp: Remove start timer on stream_free()
 2015-02-27 17:23 UTC  (9+ messages)
` [PATCH 2/4] audio/avdtp: Add check for callback before run it
` [PATCH 3/4] audio/avdtp: Add AVDTP_STATE_OPEN to allowed state
` [PATCH 4/4] audio/avdtp: Fix style issues

[PATCH 1/6] android/gatt: Fix client signed write on encrypted link
 2015-02-27 16:02 UTC  (9+ messages)
` [PATCH 2/6] android/bluetooth: Store if CSRK is authenticated
` [PATCH 3/6] android/bluetooth: Add support for CSRK authetication level
` [PATCH 4/6] android/gatt: Fix check if CSRK is authenticated
` [PATCH 5/6] android/gatt: Fix error message in signed_write_cmd
` [PATCH 6/6] shared/att: Fix signed write without transparent signing

[PATCH 00/16] android/gatt: Improve robustness in Gatt Client
 2015-02-27 15:35 UTC  (20+ messages)
` [PATCH 01/16] android/tester-gatt: Add robustness test for search services
` [PATCH 02/16] attrib/gatt: Improve robustness on search primary services
` [PATCH 03/16] android/tester-gatt: Add robustness test for get characteristic
` [PATCH 04/16] attrib/gatt: Minor refactor in char_discovered_cb
` [PATCH 05/16] attrib/gatt: Improve robustness when searching for characteristics
` [PATCH 06/16] android/gatt: Check status on get characteristic callback
` [PATCH 07/16] android/tester: Add robustness test for get descriptor
` [PATCH 08/16] attrib/gatt: Minor refactor in desc_discovered_cb
` [PATCH 09/16] attrib/gatt: Improve robustness when searching for descriptors
` [PATCH 10/16] android/tester: Add robustness test for get included services
` [PATCH 11/16] attrib/gatt: Improve robustness when searching for "
` [PATCH 12/16] shated/gatt-helpers: Improve robustness of search service
` [PATCH 13/16] shared/gatt-helpers: Improve robustness of get characteristics
` [PATCH 14/16] shared/gatt-helpers: Improve robustness of get include services
` [PATCH 15/16] shared/gatt-helpers: Improve robustness read by type request
` [PATCH 16/16] shared/gatt-helpers: Improve robustness of get descriptors

[PATCH 0/3] Add Write Characteristic Value server TC
 2015-02-27 15:15 UTC  (5+ messages)
` [PATCH 1/3] unit/test-gatt: Add TP/GAW/SR/BV-03-C test
` [PATCH 2/3] unit/test-gatt: Add TP/GAW/SR/BI-02-C test
` [PATCH 3/3] unit/test-gatt: Add TP/GAW/SR/BI-03-C test
  ` Fwd: [PATCH 0/3] Add Write Characteristic Value server TC

[RFCv1 00/20] Audio deduplication part 3
 2015-02-27 15:03 UTC  (21+ messages)
` [RFCv1 01/20] audio/avdtp: Copy SEP list to avdtp session
` [RFCv1 02/20] audio/avdtp: Refactor avdtp_new
` [RFCv1 03/20] audio/avdtp: Add stream related debugs
` [RFCv1 04/20] audio/avdtp: Remove avdtp_server from avdtp code
` [RFCv1 05/20] audio/avdtp: Move connection logic from avdtp to a2dp
` [RFCv1 06/20] audio/avdtp: Refactor transport and control channels
` [RFCv1 07/20] audio/avdtp: Remove start timer on stream_free()
` [RFCv1 08/20] audio/avdtp: Add check for callback before run it
` [RFCv1 09/20] audio/avdtp: Add AVDTP_STATE_OPEN to allowed state
` [RFCv1 10/20] audio/avdtp: Fix style issues
` [RFCv1 11/20] android/avdtp: Move bluetooth service code to callback
` [RFCv1 12/20] audio/avdtp: Make use of disconnect callback
` [RFCv1 13/20] audio/avdtp: Add finalize_discovery() on unref
` [RFCv1 14/20] android/avdtp: Add set vendor codec function
` [RFCv1 15/20] audio/avdtp: Add error checks and style fixes
` [RFCv1 16/20] audio/avdtp: Add handling missing cases in avdtp_parse_rej
` [RFCv1 17/20] audio/avdtp: Add delay reporting in capabilities
` [RFCv1 18/20] audio/avdtp: Remove disconnect timer code
` [RFCv1 19/20] android/avdtp: Refactor avdtp_new()
` [RFCv1 20/20] audio/avdtp: Refactor freeing avdtp session

[PATCH BlueZ v1 00/17] Implement GATT server D-Bus API
 2015-02-27 14:33 UTC  (28+ messages)
` [PATCH BlueZ v1 01/17] shared/gatt: Call bt_att_cancel_all in unref
` [PATCH BlueZ v1 02/17] gdbus/client: Don't GetManagedObjects w/o handlers
` [PATCH BlueZ v1 03/17] gdbus/client: Allow specifying ObjectManager path
` [PATCH BlueZ v1 04/17] doc/gatt-api.txt: New ObjectManager requirements
` [PATCH BlueZ v1 05/17] core/gatt: Add GattManager1 stubs
` [PATCH BlueZ v1 06/17] core/gatt: Implement GattManager1.RegisterService
` [PATCH BlueZ v1 07/17] core/gatt: Register characteristics
` [PATCH BlueZ v1 08/17] core/gatt: Support ReadValue for characteristics
` [PATCH BlueZ v1 09/17] core/gatt: Support WriteValue "
` [PATCH BlueZ v1 10/17] core/gatt: Make CCC addition API public
` [PATCH BlueZ v1 11/17] core/gatt: Create CCC for external characteristic
` [PATCH BlueZ v1 12/17] core/gatt: Add btd_gatt_database_notify function
` [PATCH BlueZ v1 13/17] core/gatt: Send not/ind for D-Bus characteristics
` [PATCH BlueZ v1 14/17] core/gatt: Create CEP for external characteristic
` [PATCH BlueZ v1 15/17] core/gatt: Register descriptors
` [PATCH BlueZ v1 16/17] core/gatt: Support descriptor reads/writes
` [PATCH BlueZ v1 17/17] tools: Added a Python example for GATT server API

[PATCH BlueZ v2 00/16] Implement GATT server D-Bus API
 2015-02-27 14:15 UTC  (18+ messages)
` [PATCH BlueZ v2 01/16] gdbus/client: Don't GetManagedObjects w/o handlers
` [PATCH BlueZ v2 02/16] gdbus/client: Allow specifying ObjectManager path
` [PATCH BlueZ v2 03/16] doc/gatt-api.txt: New ObjectManager requirements
` [PATCH BlueZ v2 04/16] core: gatt: Add GattManager1 stubs
` [PATCH BlueZ v2 05/16] core: gatt: Implement GattManager1.RegisterService
` [PATCH BlueZ v2 06/16] core: gatt: Register characteristics
` [PATCH BlueZ v2 07/16] core: gatt: Support ReadValue for characteristics
` [PATCH BlueZ v2 08/16] core: gatt: Support WriteValue "
` [PATCH BlueZ v2 09/16] core: gatt: Make CCC addition API public
` [PATCH BlueZ v2 10/16] core: gatt: Create CCC for external characteristic
` [PATCH BlueZ v2 11/16] core: gatt: Add btd_gatt_database_notify function
` [PATCH BlueZ v2 12/16] core: gatt: Send not/ind for D-Bus characteristics
` [PATCH BlueZ v2 13/16] core: gatt: Create CEP for external characteristic
` [PATCH BlueZ v2 14/16] core: gatt: Register descriptors
` [PATCH BlueZ v2 15/16] core: gatt: Support descriptor reads/writes
` [PATCH BlueZ v2 16/16] tools: Added a Python example for GATT server API

[RFC] Fix collision in AVCTP connection
 2015-02-27 14:07 UTC  (4+ messages)
` [RFC] audio/avctp: Accept incoming connection in case of colission

Query: [BLE][PROFILES]Need Suggestion on Implementing/Using Immediate_Alert Service(Single Instance Service) used by multiple Profiles
 2015-02-27 12:45 UTC 

[V4.0] Regression: Support for Bluetooth Adapter dropped
 2015-02-27 12:32 UTC  (2+ messages)

[PATCH BlueZ 1/2] unit/test-gatt: Add /TP/GAW/CL/BV-02-C/seclevel test
 2015-02-27 10:52 UTC  (3+ messages)
` [PATCH BlueZ 2/2] shared/att: Emulate security level

[PATCH] android/bluetooth: Fix not marking device as bonded
 2015-02-27  8:52 UTC  (2+ messages)

[RFC] android/avdtp: Move bluetooth service code to callback
 2015-02-27  8:45 UTC 

[PATCH] doc/mgmt-api: Add security level to new CSRK events
 2015-02-27  7:59 UTC  (2+ messages)

[PATCH net-next v2 0/7] net: move skb->dropcount to skb->cb[]
 2015-02-26 19:07 UTC  (8+ messages)
` [PATCH net-next v2 1/7] net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrl
` [PATCH net-next v2 2/7] net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit fields
` [PATCH net-next v2 3/7] net: rxrpc: change call to sock_recv_ts_and_drops() on rxrpc recvmsg to sock_recv_timestamp()
` [PATCH net-next v2 4/7] net: packet: use skb->dev as storage for skb orig len instead of skb->cb[]
` [PATCH net-next v2 5/7] net: use common macro for assering skb->cb[] available size in protocol families
` [PATCH net-next v2 6/7] net: add common accessor for setting dropcount on packets
` [PATCH net-next v2 7/7] net: move skb->dropcount to skb->cb[]

[PATCH 01/12] profiles/network: Minor style fix
 2015-02-26 11:53 UTC  (12+ messages)
` [PATCH 02/12] profiles/network: Simplify id and bridge of server checking
` [PATCH 03/12] profiles/network: Integrate get and check bnep setup services roles
` [PATCH 04/12] profiles/network: Move bnep connection setup logic to bnep
` [PATCH 05/12] profiles/network: Handle ctrl rsp after conn setup by bnep
` [PATCH 06/12] profiles/network: Fix sending command responses
` [PATCH 07/12] profiles/network: Keep interface arguments naming consistent
` [PATCH 08/12] profiles/network: Shortening service name argument to srv
` [PATCH 09/12] profiles/network: Make get_service_id connections private method
` [PATCH 10/12] profiles/network: Remove unneded bnep_uuid function from bnep code
` [PATCH 11/12] profiles/network: Remove not needed get name by bnep id function
` [PATCH 12/12] profiles/network: Move disconn cb setting to bnep connect method

[PATCHv4 0/3] HOGP fixes and update of test results
 2015-02-26 11:51 UTC  (5+ messages)
` [PATCHv4 1/3] android/bas: Read battery level characteristic
` [PATCHv4 2/3] android/hog: Fix find included battery services
` [PATCHv4 3/3] android/pts: Update test results for HOGP

[PATCH 1/6] profiles/network: Minor style fix
 2015-02-26  9:39 UTC  (7+ messages)
` [PATCH 2/6] android/pan: Return correct error value
` [PATCH 3/6] profiles/network: Use send ctrl rsp to unknown BNEP ctrl cmd

[PATCH 1/3] Bluetooth: Introduce HCI_QUIRK_SIMULTAENOUS_DISCOVERY
 2015-02-26  2:14 UTC  (3+ messages)
` [PATCH 2/3] Bluetooth: Add simultaenous dual mode scan
` [PATCH 3/3] Bluetooth: Set HCI_QUIRK_SIMULTAENOUS_DISCOVERY for BTUSB_ATH3012

[PATCH BlueZ 1/5] tools/btgatt-server: Fix sign counter
 2015-02-25 13:42 UTC  (5+ messages)
` [PATCH BlueZ 2/5] core: Store signature counters
` [PATCH BlueZ 3/5] core: Load CSRK from storage
` [PATCH BlueZ 4/5] core/device: Set Local/Remote CSRK
` [PATCH BlueZ 5/5] core/device: Update storage if CSRK counter change

[PATCH] android/pts: Update of RFCOMM test results
 2015-02-25 10:34 UTC  (2+ messages)

Why is interleaved scan interleaved ? Can I fix that to do LE and classic at same time ?
 2015-02-25  3:18 UTC  (2+ messages)

[PATCH v7] doc/adapter-api.txt: StartFilteredDiscovery method
 2015-02-25  0:29 UTC 

[PATCH BlueZ v5] doc/adapter-api.txt: StartFilteredDiscovery method
 2015-02-24 23:12 UTC  (8+ messages)

[PATCH v6] doc/adapter-api.txt: StartFilteredDiscovery method
 2015-02-24 20:45 UTC 

[PATCH 1/3] android/bas: Read battery level characteristic
 2015-02-24 18:18 UTC 

[PATCH 2/2] android/pts: Update test results for HOGP
 2015-02-24 18:17 UTC 

[PATCH] android/hog: Fix find included battery services
 2015-02-24 18:15 UTC  (2+ messages)
` [PATCHv3 1/2] "

[PATCH] tools/gatt: Fix incorrect error check
 2015-02-24 16:49 UTC  (2+ messages)

[PATCH] android/tester-gatt: Add Find by type test
 2015-02-24 16:40 UTC  (2+ messages)

[PATCH 1/3] android/socket: Add fake service for SDP testing
 2015-02-24 16:34 UTC  (4+ messages)
` [PATCH 2/3] android/pts: Add PICS, PIXIT and initial SDP PTS tests results
` [PATCH 3/3] android/pts: Update "

[PATCH BlueZ 1/5] shared/att.c: Add client signing key support
 2015-02-24 15:31 UTC  (2+ messages)

[PATCH 0/6] Add Write Characteristic Value client TC
 2015-02-24 15:30 UTC  (7+ messages)
` [PATCH 1/6] unit/test-gatt: Add TP/GAW/CL/BV-03-C test
` [PATCH 6/6] unit/test-gatt: Add TP/GAW/CL/BI-06-C test

[PATCH] gdbus: Fix not calling disconnect function
 2015-02-24 13:14 UTC  (2+ messages)

[RFCv0 0/6] Audio deduplication part 3
 2015-02-24 12:57 UTC  (8+ messages)
` [RFCv0 1/6] tools/gatt: Fix incorrect error check
` [RFCv0 2/6] audio/avdtp: Copy SEP list to avdtp session
` [RFCv0 3/6] audio/avdtp: Refactor avdtp_new
` [RFCv0 4/6] audio/avdtp: Add stream related debugs
` [RFCv0 5/6] audio/avdtp: Remove avdtp_server from avdtp code
` [RFCv0 6/6] audio/avdtp: Move connection logic from avdtp to a2dp


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox