linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-18 20:26:27 to 2014-03-21 14:58:41 UTC [more...]

[PATCH BlueZ v4 00/20] Add basic GATT characteristics
 2014-03-21 14:58 UTC  (14+ messages)
` [PATCH BlueZ v5 00/16] "
  ` [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 v5 12/16] gatt: Add Write Request handling for GDBusProxy
  ` [PATCH BlueZ v5 13/16] tools: Add Alert Level characteristic to gatt-service
  ` [PATCH BlueZ v5 14/16] tools: Add reading Value property of gatt-service
  ` [PATCH BlueZ v5 15/16] tools: Add setting "
  ` [PATCH BlueZ v5 16/16] tools: Emit property changed when Value changes
  ` [PATCH BlueZ v6 00/10] Add basic GATT characteristics
    ` [PATCH BlueZ v6 01/10] gatt: Assign read callback for external services

[PATCH] android/handsfree: Start codec selection if HF send AT+BAC while codec connection
 2014-03-21 14:30 UTC 

[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  (68+ messages)
` [PATCH BlueZ v0 01/62] shared: Add put_le64()
` [PATCH BlueZ v0 02/62] shared: Add get_le16()
` [PATCH BlueZ v0 03/62] shared: Add get_le32()
` [PATCH BlueZ v0 04/62] shared: Add get_le64()
` [PATCH BlueZ v0 05/62] shared: Add get_be16()
` [PATCH BlueZ v0 06/62] shared: Add get_be32()
` [PATCH BlueZ v0 07/62] shared: Add get_be64()
` [PATCH BlueZ v0 08/62] shared: Add put_be16()
` [PATCH BlueZ v0 09/62] shared: Add put_be32()
` [PATCH BlueZ v0 10/62] shared: Add put_be64()
` [PATCH BlueZ v0 11/62] Replace bt_get_le16() by get_le16()
` [PATCH BlueZ v0 12/62] Replace bt_get_le32() by get_le32()
` [PATCH BlueZ v0 13/62] Replace bt_get_le64() by get_le64()
` [PATCH BlueZ v0 14/62] Replace bt_get_be16() by get_be16()
` [PATCH BlueZ v0 15/62] Replace bt_get_be32() by get_be32()
` [PATCH BlueZ v0 16/62] Replace bt_get_be64() by get_be64()
` [PATCH BlueZ v0 17/62] Replace bt_put_be16() by put_be16()
` [PATCH BlueZ v0 18/62] Replace bt_put_be32() by put_be32()
` [PATCH BlueZ v0 19/62] Replace bt_put_be64() by get_be64()
` [PATCH BlueZ v0 20/62] lib: Remove bt_put_le16()
` [PATCH BlueZ v0 21/62] lib: Remove bt_put_le32()
` [PATCH BlueZ v0 22/62] lib: Remove bt_put_le64()
` [PATCH BlueZ v0 23/62] lib: Remove bt_get_le16()
` [PATCH BlueZ v0 24/62] lib: Remove bt_get_le32()
` [PATCH BlueZ v0 25/62] lib: Remove bt_get_le64()
` [PATCH BlueZ v0 26/62] lib: Remove bt_get_be16()
` [PATCH BlueZ v0 27/62] lib: Remove bt_get_be32()
` [PATCH BlueZ v0 28/62] lib: Remove bt_get_be64()
` [PATCH BlueZ v0 29/62] lib: Remove bt_put_be16()
` [PATCH BlueZ v0 30/62] lib: Remove bt_put_be32()
` [PATCH BlueZ v0 31/62] lib: Remove bt_put_be64()
` [PATCH BlueZ v0 32/62] lib: Remove ntoh128() from bt_string_to_uuid128()
` [PATCH BlueZ v0 33/62] lib: Remove hton128() from bt_uuid_to_string()
` [PATCH BlueZ v0 34/62] lib: Fix UUID 16/32-bits to 128-bit conversion
` [PATCH BlueZ v0 35/62] unit: Use lower-case for 128-bit UUIDs
` [PATCH BlueZ v0 36/62] unit: Fix 128-bit UUID format
` [PATCH BlueZ v0 37/62] attrib: Use LE helpers defined in src/shared/util.h
` [PATCH BlueZ v0 38/62] Replace att_get_u32() by get_le32()
` [PATCH BlueZ v0 39/62] Replace att_put_u32() by put_le32()
` [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()

[RFC] android/client: Add AVRCP register_notification_rsp support
 2014-03-21 11:31 UTC  (2+ messages)

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

[PATCH BlueZ 1/2] core: Wait for services to be resolved before doing authorization
 2014-03-20 14:24 UTC  (5+ messages)
` [PATCH BlueZ] obexd/client: Fix not being able cancel GET requests
` [PATCH BlueZ 2/2] core/profile: Remove code for waiting services to be resolved

[PATCH 1/2] tools/mgmt-tester: Minor fix in Stop discovery Success 1 test
 2014-03-20 14:17 UTC  (3+ messages)
` [PATCH 2/2] tools/mgmt-tester: Remove dead code

[PATCH v6 09/11] tools/mgmt-tester: Refactor setup_start_discovery function
 2014-03-20 13:06 UTC  (2+ messages)

[PATCH 1/2] android/handsfree: Improve audio connection handling
 2014-03-20 12:36 UTC  (3+ messages)
` [PATCH 2/2] android/handsfree: Fix not sending callheld=2 when single call was held

[PATCH v5 00/10] Change inquiry handling in btdev
 2014-03-20 12:32 UTC  (12+ messages)
` [PATCH v5 01/10] emulator: Use timeout for sending inquiry results
` [PATCH v5 02/10] emulator: Add inquiry cancel
` [PATCH v5 03/10] emulator: Add handling inquiry number of responses
` [PATCH v5 04/10] emulator: Add handling inquiry_lenght from inquiry command
` [PATCH v5 05/10] android/tester: Fix handling inquiry by android tester
` [PATCH v5 06/10] tools/mgmt-tester: Fix for Stop discovery test
` [PATCH v5 07/10] tools/mgmt-tester: Update Stop Discovery-BR/EDR (Inquiry) Success 1
` [PATCH v5 08/10] tools/mgmt-tester: Remove not used condition
` [PATCH v5 09/10] tools/mgmt-tester: Refactor setup_start_discovery function
` [PATCH v5 10/10] shared: Fix missing destroy callback in timeout_add

[PATCH v4 00/10] Change inquiry handling in btdev
 2014-03-20  9:49 UTC  (11+ messages)
` [PATCH v4 01/10] emulator: Use timeout for sending inquiry results
` [PATCH v4 02/10] emulator: Add inquiry cancel
` [PATCH v4 03/10] emulator: Add handling inquiry number of responses
` [PATCH v4 04/10] emulator: Add handling inquiry_lenght from inquiry command
` [PATCH v4 05/10] android/tester: Fix handling inquiry by android tester
` [PATCH v4 06/10] tools/mgmt-tester: Fix for Stop discovery test
` [PATCH v4 07/10] tools/mgmt-tester: Update Stop Discovery-BR/EDR (Inquiry) Success 1
` [PATCH v4 08/10] tools/mgmt-tester: Remove not used condition
` [PATCH v4 09/10] tools/mgmt-tester: Refactor setup_start_discovery function
` [PATCH v4 10/10] shared: Fix missing destroy callback in timeout_add

[PATCHv3 00/16] AVRCP code and test cases
 2014-03-20  9:14 UTC  (4+ messages)

[PATCH] Bluetooth: Fix passkey endianess in user_confirm and notify_passkey
 2014-03-20  6:25 UTC  (2+ messages)

Passive scanning of iBeacons results in a "Data Buffer Overflow"
 2014-03-19 23:47 UTC  (13+ messages)

[PATCH] Bluetooth: Enforce strict Secure Connections Only mode security
 2014-03-19 21:36 UTC  (2+ messages)

[PATCH v2 1/3] Bluetooth: Simplify logic when checking SMP_FLAG_TK_VALID
 2014-03-19 21:00 UTC  (6+ messages)
` [PATCH v2 2/3] Bluetooth: Increase SMP re-encryption delay to 500ms
` [PATCH v2 3/3] Bluetooth: Fix SMP user passkey notification mgmt event

[PATCH] Bluetooth: Fix Pair Device response parameters for pairing failure
 2014-03-19 20:57 UTC  (2+ messages)

[PATCH 1/2] test: Add missing import in cyclingspeed
 2014-03-19 19:11 UTC  (4+ messages)
` [PATCH 2/2] test: Fix cyclingspeed manager interface name

Bluetooth low energy with gatttool and jawbone
 2014-03-19 17:22 UTC  (4+ messages)

[PATCH_v6] android/hal-health: Add HDP .register_application method
 2014-03-19 13:04 UTC  (2+ messages)

[PATCH] unit/avrcp: Fix possible buffer overflow
 2014-03-19 12:26 UTC 

[PATCH 1/3] Bluetooth: Simplify logic when checking SMP_FLAG_TK_VALID
 2014-03-19 12:08 UTC  (3+ messages)
` [PATCH 2/3] Bluetooth: Increase SMP re-encryption delay to 500ms
` [PATCH 3/3] Bluetooth: Fix SMP user passkey notification mgmt event

[PATCH 1/2] android: Add WBS mode to handsfree HAL
 2014-03-19 12:01 UTC  (2+ messages)

[PATCH 1/3] android/bluetooth: Pass correct device type for bonding commands
 2014-03-19  9:23 UTC  (2+ messages)

[PATCH] uHIDP: HIDP in userspace
 2014-03-19  0:33 UTC  (3+ 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).