linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-21 14:58:43 to 2014-03-25 11:35:30 UTC [more...]

[PATCH] android/gatt: Add support for fake read RSSI
 2014-03-25 11:35 UTC 

[PATCH 1/2] android/gatt: Keep client notify functions names consistent
 2014-03-25 10:36 UTC  (3+ messages)
` [PATCH 2/2] android/gatt: Handle get characteristic client command

[PATCH 1/2] Bluetooth: Remove redundant NULL check
 2014-03-25 10:06 UTC  (2+ messages)
` [PATCH 2/2] Bluetooth: Fix line splitting of mgmt_device_found parameters

[PATCH v2] Bluetooth: Merge ADV_IND/ADV_SCAN_IND and SCAN_RSP together
 2014-03-25  8:56 UTC  (2+ messages)

[PATCH 1/4] Bluetooth: Don't send device found events during passive scanning
 2014-03-25  8:46 UTC  (8+ messages)
` [PATCH 2/4] Bluetooth: Add scan_rsp parameter to mgmt_device_found()
` [PATCH 3/4] Bluetooth: Merge ADV_IND/ADV_SCAN_IND and SCAN_RSP together
` [PATCH 4/4] Bluetooth: Add directed advertising support through connect()

[PATCH] drivers:bluetooth:ath3k.c: Fixed sparse warning for cast to restricted __le32
 2014-03-25  8:38 UTC  (3+ messages)

[PATCH v2 1/4] Bluetooth: Refactor advertising report processing into its own function
 2014-03-25  8:23 UTC  (11+ messages)
` [PATCH v2 2/4] Bluetooth: Don't send device found events during passive scanning
` [PATCH v2 3/4] Bluetooth: Add scan_rsp parameter to mgmt_device_found()
` [PATCH v2 4/4] Bluetooth: Merge ADV_IND/ADV_SCAN_IND and SCAN_RSP together

issues on gatt dbus searching primary service
 2014-03-25  2:53 UTC 

[RFC] doc: Connection Parameters Command
 2014-03-24 23:17 UTC 

[PATCH BlueZ v0 00/62] Cleanup: Byte order
 2014-03-24 20:42 UTC  (27+ messages)
` [PATCH v1 00/22] "
  ` [PATCH v1 01/22] Replace bt_get_be16() by get_be16()
  ` [PATCH v1 02/22] Replace bt_get_be32() by get_be32()
  ` [PATCH v1 03/22] Replace bt_get_be64() by get_be64()
  ` [PATCH v1 04/22] Replace bt_put_be16() by put_be16()
  ` [PATCH v1 05/22] Replace bt_put_be32() by put_be32()
  ` [PATCH v1 06/22] Replace bt_put_be64() by get_be64()
  ` [PATCH v1 07/22] lib: Remove ntoh128() from bt_string_to_uuid128()
  ` [PATCH v1 08/22] lib: Remove hton128() from bt_uuid_to_string()
  ` [PATCH v1 09/22] lib: Fix UUID 16/32-bits to 128-bit conversion
  ` [PATCH v1 10/22] unit: Fix 128-bit UUID format
  ` [PATCH v1 11/22] attrib: Use LE helpers defined in src/shared/util.h
  ` [PATCH v1 12/22] Replace att_get_u32() by get_le32()
  ` [PATCH v1 13/22] Replace att_put_u32() by put_le32()
  ` [PATCH v1 14/22] Replace att_put_uuid16() by put_le16()
  ` [PATCH v1 15/22] Replace att_get_uuid16() by get_le16()
  ` [PATCH v1 16/22] Replace att_get_u16() "
  ` [PATCH v1 17/22] Replace att_get_uuid128() by bswap_128()
  ` [PATCH v1 18/22] Replace att_put_uuid() by util.h helpers
  ` [PATCH v1 19/22] Replace att_put_u16() by put_le16()
  ` [PATCH v1 20/22] tools: Use unaligned access macros from util.h
  ` [PATCH v1 21/22] core: Fix creating 128-bit uuid_t based on GATT service
  ` [PATCH v1 22/22] attrib: Minor code optimization

[PATCH v6 1/4] Bluetooth: Move local identity address setting to a central place
 2014-03-24 20:31 UTC  (8+ messages)
` [PATCH v6 2/4] Bluetooth: Fix LE responder/initiator address setting
` [PATCH v6 3/4] Bluetooth: Add error mapping for Directed Advertising Timeout
` [PATCH v6 4/4] Bluetooth: Add directed advertising support through connect()

Help on connecting a PS3 headset
 2014-03-24 20:17 UTC  (5+ messages)

[PATCH] Bluetooth: Use memdup_user in le_auto_conn_write()
 2014-03-24 20:15 UTC  (2+ messages)

[PATCH BlueZ v0] attrib: Remove unneeded sdp.h header include
 2014-03-24 19:59 UTC  (3+ messages)

[RFC] android/handsfree: Send NO CARRIER if call was end due to carrier loss
 2014-03-24 18:48 UTC 

pull request: bluetooth-next 2014-03-24
 2014-03-24 17:33 UTC 

[PATCH 1/4] android/avctp: PTS tests results for AVCTP
 2014-03-24 16:01 UTC  (6+ messages)
` [PATCH 2/4] android/pts: Update PICS and PIXIT "
` [PATCH 3/4] android: Add doc folder
` [PATCH 4/4] android: Adjust EXTRA_DIST in Makefile.am

[PATCH] Bluetooth: Fix potential NULL pointer dereference in smp_conn_security
 2014-03-24 15:41 UTC  (2+ messages)

[PATCH] Bluetooth: Remove unnecessary assignment in SMP
 2014-03-24 15:01 UTC  (2+ messages)

[PATCH 0/6] Bluetooth: LE Security fixes/improvements
 2014-03-24 14:52 UTC  (9+ messages)
` [PATCH 1/6] Bluetooth: Fix potential NULL pointer dereference in SMP
` [PATCH 2/6] Bluetooth: Add missing cmd_status handler for LE_Start_Encryption
` [PATCH 3/6] Bluetooth: Fix SMP confirmation callback handling
` [PATCH 4/6] Bluetooth: Add SMP flag to track which side is the initiator
  ` [PATCH v2 "
` [PATCH 5/6] Bluetooth: Don't try to confirm locally initiated SMP pairing
` [PATCH 6/6] Bluetooth: Remove LTK re-encryption procedure

[PATCH BlueZ v0 1/4] gatt: Fix coding style when testing pointers
 2014-03-24 14:29 UTC  (9+ messages)
` [PATCH BlueZ v0 2/4] gatt: Fix coding style checking boolean
` [PATCH BlueZ v0 3/4] tools: Fix coding style when testing pointer
` [PATCH BlueZ v0 4/4] tools: Fix coding style checking boolean
` [PATCH BlueZ v1 1/2] gatt: Fix coding style when testing pointers
  ` [PATCH BlueZ v1 2/2] tools: Fix coding style checking boolean

Adapters power management
 2014-03-24 13:46 UTC  (4+ messages)

[PATCH BlueZ v0] gatt: Fix read callback description
 2014-03-24 13:45 UTC  (2+ messages)

[PATCH BlueZ v5 00/16] Add basic GATT characteristics
 2014-03-24 13:43 UTC  (34+ messages)
` [PATCH BlueZ v6 00/10] "
  ` [PATCH BlueZ v6 03/10] gdbus: Add g_dbus_proxy_set_property_array
  ` [PATCH BlueZ v6 04/10] gatt: Assign write callback for external services
  ` [PATCH BlueZ v6 05/10] gatt: Add result callback for Write Request
  ` [PATCH BlueZ v6 06/10] gatt: Add Write Request handling for GDBusProxy
  ` [PATCH BlueZ v6 07/10] tools: Add Alert Level characteristic to gatt-service
  ` [PATCH BlueZ v6 08/10] tools: Add reading Value property of gatt-service
  ` [PATCH BlueZ v6 09/10] tools: Add setting "
  ` [PATCH BlueZ v6 10/10] tools: Emit property changed when Value changes
  ` [PATCH BlueZ v7 00/10] Add basic GATT characteristics
    ` [PATCH BlueZ v7 01/10] gatt: Assign read callback for external services
    ` [PATCH BlueZ v7 02/10] gatt: Add write callback to btd_gatt_add_char helper
    ` [PATCH BlueZ v7 03/10] gdbus: Add g_dbus_proxy_set_property_array
    ` [PATCH BlueZ v7 04/10] gatt: Assign write callback for external services
    ` [PATCH BlueZ v7 05/10] gatt: Add result callback for Write Request
    ` [PATCH BlueZ v7 06/10] gatt: Add Write Request handling for GDBusProxy
    ` [PATCH BlueZ v7 07/10] tools: Add Alert Level characteristic to gatt-service
    ` [PATCH BlueZ v7 08/10] tools: Add reading Value property of gatt-service
    ` [PATCH BlueZ v7 09/10] tools: Add setting "
    ` [PATCH BlueZ v7 10/10] tools: Emit property changed when Value changes
    ` [PATCH BlueZ v8 0/8] Add basic GATT characteristics
      ` [PATCH BlueZ v8 1/8] gatt: Add write callback to btd_gatt_add_char helper
      ` [PATCH BlueZ v8 2/8] gatt: Assign write callback for external services
      ` [PATCH BlueZ v8 3/8] gatt: Add result callback for Write Request
      ` [PATCH BlueZ v8 4/8] gatt: Add Write Request handling for GDBusProxy
      ` [PATCH BlueZ v8 5/8] tools: Add Alert Level characteristic to gatt-service
      ` [PATCH BlueZ v8 6/8] tools: Add reading Value property of gatt-service
      ` [PATCH BlueZ v8 7/8] tools: Add setting "
      ` [PATCH BlueZ v8 8/8] tools: Emit property changed when Value changes

[PATCH v3 0/5] android: LE device handling improvements
 2014-03-24 13:25 UTC  (7+ messages)
` [PATCH v3 1/5] core: Move EIR flags definitions to eir.h
` [PATCH v3 2/5] android/bluetooth: Filter out not discoverable LE devices
` [PATCH v3 3/5] android/bluetooth: Add support for loading LTKs
` [PATCH v3 4/5] android/bluetooth: Add support for new long term key mgmt event
` [PATCH v3 5/5] android/bluetooth: Fix handling of BREDR, LE and dual mode devices

[PATCH 1/3] android/gatt: Fix scan handling
 2014-03-24 13:08 UTC  (4+ messages)
` [PATCH 2/3] android/gatt: Restart scan after connection
` [PATCH 3/3] android/gatt: Add info debug to connect function

[PATCH] unit/avrcp: Fix possible buffer overflow
 2014-03-24 11:46 UTC  (2+ messages)

[RFC] android/client: Add AVRCP register_notification_rsp support
 2014-03-24 11:41 UTC  (3+ messages)

[PATCH v2 0/5] android: LE device handling improvements
 2014-03-24  9:12 UTC  (8+ messages)
` [PATCH v2 1/5] core: Move EIR flags definitions to eir.h
` [PATCH v2 2/5] android/bluetooth: Filter out not discoverable LE devices
` [PATCH v2 3/5] android/bluetooth: Add support for loading LTKs
` [PATCH v2 4/5] android/bluetooth: Add support for new long term key mgmt event
` [PATCH v2 5/5] android/bluetooth: Fix handling of BREDR, LE and dual mode devices

[PATCH] Bluetooth: Add new debugfs parameter
 2014-03-24  7:14 UTC  (6+ messages)

[patch 13/16] bt: hci-bcsp: Use del_timer_sync() in teardown path
 2014-03-23 17:30 UTC  (6+ messages)
` [patch 12/16] bt: bluecard: "
` [patch 14/16] bt: hci-h5: Use del_timer_sync() in exit path

[PATCH 1/3] Bluetooth: Refactor advertising report processing into its own function
 2014-03-23 15:04 UTC  (7+ messages)
` [PATCH 2/3] Bluetooth: Don't send device found events during passive scanning
` [PATCH 3/3] Bluetooth: Merge adv_ind/adv_direct_ind ans scan_rsp together

[PATCH] eir: Use unsigned int for flags in struct eir_data
 2014-03-22 19:57 UTC  (2+ messages)

Cannot send files to PC from phone
 2014-03-22 11:49 UTC  (4+ messages)

[PATCH v2] Bluetooth: Only report LE scan responses with data content
 2014-03-22  5:57 UTC 

[PATCH] Bluetooth: Only report LE scan responses with data content
 2014-03-22  5:55 UTC 

linux-firmware: Add firmware patch file for Intel Bluetooth 7260 ROM-spin
 2014-03-22  2:08 UTC 

[PATCH] Bluetooth: Track current configured LE scan type parameter
 2014-03-21 20:03 UTC  (2+ messages)

[PATCH 1/3] core: Move EIR flags definitions to eir.h
 2014-03-21 16:34 UTC  (3+ messages)
` [PATCH 2/3] android/bluetooth: Filter out not discoverable LE devices
` [PATCH 3/3] adapter: Fix checking if LE device is discoverable

[PATCH] device: Fix sending unneeded property change signals
 2014-03-21 15:58 UTC  (2+ messages)

[PATCH] android/handsfree: Start codec selection if HF send AT+BAC while codec connection
 2014-03-21 15:14 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).