linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-20 14:43:05 to 2014-03-24 13:43:05 UTC [more...]

[PATCH BlueZ v5 00/16] Add basic GATT characteristics
 2014-03-24 13:43 UTC  (41+ messages)
` [PATCH BlueZ v5 07/16] gatt: Assign read callback for external services
` [PATCH BlueZ v5 09/16] gdbus: Add g_dbus_proxy_set_property_array
` [PATCH BlueZ v6 00/10] Add basic GATT characteristics
  ` [PATCH BlueZ v6 01/10] gatt: Assign read callback for external services
  ` [PATCH BlueZ v6 02/10] gatt: Add write callback to btd_gatt_add_char helper
  ` [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 BlueZ v0 1/4] gatt: Fix coding style when testing pointers
 2014-03-24 13:40 UTC  (6+ 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 v0] gatt: Fix read callback description
 2014-03-24 13:34 UTC 

[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 0/6] Bluetooth: LE Security fixes/improvements
 2014-03-24 12:39 UTC  (7+ 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 5/6] Bluetooth: Don't try to confirm locally initiated SMP pairing
` [PATCH 6/6] Bluetooth: Remove LTK re-encryption procedure

[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 v2 1/4] Bluetooth: Refactor advertising report processing into its own function
 2014-03-24  8:48 UTC  (4+ 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

Help on connecting a PS3 headset
 2014-03-24  7:24 UTC  (4+ messages)

[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

Adapters power management
 2014-03-23 15:08 UTC  (3+ messages)

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

[PATCH BlueZ 1/2] gobex: Fix not resetting SRM setup
 2014-03-21 14:15 UTC  (3+ messages)
` [PATCH BlueZ 2/2] gobex/transfer: Keep request id for GET when SRM is active

[PATCH BlueZ 1/3] gobex: Add g_obex_disconnect
 2014-03-21 14:15 UTC  (4+ messages)
` [PATCH BlueZ 2/3] unit/test-gobex: Add test for g_obex_disconnect
` [PATCH BlueZ 3/3] obexd/client: Fix not sending OBEX Disconnect when disconnecting

ble - bluez question
 2014-03-21 13:15 UTC 

[PATCH BlueZ v0 00/62] Cleanup: Byte order
 2014-03-21 12:29 UTC  (31+ messages)
` [PATCH BlueZ v0 14/62] Replace bt_get_be16() by get_be16()
` [PATCH BlueZ v0 35/62] unit: Use lower-case for 128-bit UUIDs
` [PATCH BlueZ v0 40/62] Replace att_put_uuid16() by put_le16()
` [PATCH BlueZ v0 41/62] Replace att_get_uuid16() by get_le16()
` [PATCH BlueZ v0 42/62] Replace att_get_u16() "
` [PATCH BlueZ v0 43/62] Replace att_get_uuid128() by bswap_128()
` [PATCH BlueZ v0 44/62] Replace att_put_uuid() by util.h helpers
` [PATCH BlueZ v0 45/62] Replace att_put_u16() by put_le16()
` [PATCH BlueZ v0 46/62] attrib: Remove att_get_u8()
` [PATCH BlueZ v0 47/62] attrib: Remove att_put_u8()
` [PATCH BlueZ v0 48/62] attrib: Remove att_get_u32()
` [PATCH BlueZ v0 49/62] attrib: Remove att_put_u32()
` [PATCH BlueZ v0 50/62] attrib: Remove att_get_uuid16()
` [PATCH BlueZ v0 51/62] attrib: Remove att_get_u16()
` [PATCH BlueZ v0 52/62] attrib: Remove att_get_uuid128()
` [PATCH BlueZ v0 53/62] attrib: Remove att_get_u128()
` [PATCH BlueZ v0 54/62] attrib: Remove att_put_uuid()
` [PATCH BlueZ v0 55/62] attrib: Remove att_put_uuid128()
` [PATCH BlueZ v0 56/62] attrib: Remove att_put_u128()
` [PATCH BlueZ v0 57/62] attrib: Remove att_put_uuid16()
` [PATCH BlueZ v0 58/62] attrib: Remove att_put_u16()
` [PATCH BlueZ v0 59/62] lib: Use get_unaligned() instead of bt_get_unaligned()
` [PATCH BlueZ v0 60/62] tools: Use unaligned access macros from util.h
` [PATCH BlueZ v0 61/62] lib: Remove bt_get_unaligned()
` [PATCH BlueZ v0 62/62] lib: Remove bt_put_unaligned()

[PATCH] Bluetooth: btmrvl: don't consume all vendor specific events
 2014-03-21  3:30 UTC  (2+ messages)

Removing GAttrib
 2014-03-20 23:12 UTC  (2+ messages)

[PATCH 01/11] tty: serial: add missing braces
 2014-03-20 20:17 UTC  (14+ messages)
` [PATCH 02/11] tty: serial: omap: switch over to devm_request_gpio
` [PATCH 03/11] tty: serial: omap: cleanup variable declarations
` [PATCH 04/11] tty: serial: omap: switch over to platform_get_resource
` [PATCH 05/11] tty: serial: omap: switch over to devm_ioremap_resource
` [PATCH 06/11] tty: serial: omap: remove some dead code
` [PATCH 07/11] tty: serial: omap: remove unneeded singlethread workqueue
` [PATCH 08/11] In the uart_handle_cts_change(), uart_write_wakeup() is called after we call @uart_port->ops->start_tx()
` [PATCH 09/11] bluetooth: hci_ldisc: fix deadlock condition
` [PATCH 10/11] Revert "serial: omap: unlock the port lock"
` [PATCH 11/11] serial: fix UART_IIR_ID

hci_ldsic nested locking problem
 2014-03-20 19:25 UTC  (17+ messages)

RequireAuthentication doesn't require authentication
 2014-03-20 19:05 UTC  (2+ messages)

[PATCH BlueZ v0] unit: Add test for g_dbus_client_set_ready_watch()
 2014-03-20 18:03 UTC  (2+ messages)

linux-firmware: Update Intel BT devices firmware patch files (7260/3160)
 2014-03-20 17:44 UTC  (3+ messages)

[PATCH BlueZ v0] attrib: Remove unneeded sdp.h header include
 2014-03-20 17:25 UTC 

[PATCH] Bluetooth: Fix address value for early disconnection events
 2014-03-20 16:15 UTC  (3+ messages)
` [PATCH v2] "

pull request: bluetooth-next 2014-03-19
 2014-03-20 15:54 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).