Linux bluetooth development
 help / color / mirror / Atom feed
 messages from 2013-10-07 07:38:02 to 2013-10-11 12:36:20 UTC [more...]

[RFC] Bluetooth: Set ISOC altsetting from within notify callback
 2013-10-11 12:36 UTC  (3+ messages)

[PATCH BlueZ 1/2] audio/AVCTP: Fix crash after disconnecting
 2013-10-11 12:23 UTC  (4+ messages)
` [PATCH BlueZ 2/2] obexd/session: Fix crash when transport is disconnected

[PATCH BlueZ 1/3] audio/media: Add support for tracking Seeked signal
 2013-10-11 11:53 UTC  (3+ messages)
` [PATCH BlueZ 2/3] audio/media: Send status changed if position changes
` [PATCH BlueZ 3/3] tools/mpris-player: Forward player signals

[PATCH] Add device/intel repository
 2013-10-11 10:37 UTC 

[PATCH] android: Create HAL API header skeleton
 2013-10-11 10:17 UTC 

[PATCHv1 0/4] Initial patches splitted
 2013-10-11 10:02 UTC  (11+ messages)
` [PATCHv1 1/4] android: Add Adapter Bluetooth HAL template
` [PATCHv1 2/4] android: Add Socket "
` [PATCHv1 3/4] android: Enable Socket interface
    ` [PATCHv2 0/4] Initial patches splitted
      ` [PATCHv2 1/4] android: Add Adapter Bluetooth HAL template
      ` [PATCHv2 2/4] android: Add Socket "
      ` [PATCHv2 3/4] android: Enable Socket interface
      ` [PATCHv2 4/4] android: Start Android Bluetooth daemon
` [PATCHv1 "

[PATCH 1/2] Bluetooth: Remove unused h4_check_data_len() function
 2013-10-11  5:54 UTC  (2+ messages)

[PATCH 2/2] Bluetooth: Provide hdev parameter to hci_recv_frame() driver callback
 2013-10-10 23:52 UTC 

[PATCH] Bluetooth: Remote return value from hci_send_frame() function
 2013-10-10 22:21 UTC  (2+ messages)

[PATCH] Bluetooth: Remove pointless check of hci_send_frame parameter
 2013-10-10 22:21 UTC  (2+ messages)

[PATCH] Bluetooth: Move skb->dev assignment for hdev->send into central place
 2013-10-10 22:21 UTC  (2+ messages)

[PATCH 1/3] Bluetooth: Move amp.h header file into net/bluetooth/
 2013-10-10 22:21 UTC  (2+ messages)

[PATCH] Don't register Device ID record on sdp server start
 2013-10-10 20:38 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/6] avdtp: Fix typos in errors from avdtp_strerror
 2013-10-10 20:37 UTC  (7+ messages)
` [PATCH 2/6] avdtp: Remove unused avdtp_is_connected function
` [PATCH 3/6] avdtp: Remove unused avdtp_stream_setup_active function
` [PATCH 4/6] avdtp: Rename avdtp_callbacks to state_callbacks
` [PATCH 5/6] avdtp: Move connection_lost function to avoid forward declaration
` [PATCH 6/6] avdtp: Remove not needed "

[PATCH 1/7] Bluetooth: Remove unused bfusb_ioctl() callback
 2013-10-10 20:15 UTC  (2+ messages)

[PATCH] Bluetooth: AMP contollers do not support the legacy ioctls
 2013-10-10 20:15 UTC  (2+ messages)

[PATCH 1/3] Bluetooth: Fix too long line with set_advertising() function
 2013-10-10 20:14 UTC  (2+ messages)

[PATCH 3/3] Bluetooth: Move smp.h header file into net/bluetooth/
 2013-10-10 19:56 UTC 

[PATCH 2/3] Bluetooth: Move a2mp.h header file into net/bluetooth/
 2013-10-10 19:56 UTC 

[PATCH 7/7] Bluetooth: Remove hdev->ioctl driver callback
 2013-10-10 17:50 UTC 

[PATCH 6/7] Bluetooth: Remove unused btmrvl_ioctl() callback
 2013-10-10 17:50 UTC 

[PATCH 5/7] Bluetooth: Remove unused dtl1_hci_ioctl() callback
 2013-10-10 17:50 UTC 

[PATCH 4/7] Bluetooth: Remove unused btuart_hci_ioctl() callback
 2013-10-10 17:50 UTC 

[PATCH 3/7] Bluetooth: Remove unused bt3c_hci_ioctl() callback
 2013-10-10 17:50 UTC 

[PATCH 2/7] Bluetooth: Remove unused bluecard_hci_ioctl() callback
 2013-10-10 17:50 UTC 

[PATCH 3/3] Bluetooth: Use hci_conn_num() instead of direct connection hash access
 2013-10-10 16:47 UTC 

[PATCH 2/3] Bluetooth: Use hci_conn_num() for checking number of LE connections
 2013-10-10 16:47 UTC 

[PATCH] Bluetooth: Fix checking for HCI_SETUP flag when receiving mgmt commands
 2013-10-10 16:14 UTC  (2+ messages)

[PATCHv1 00/15] Basic code for Android BlueZ
 2013-10-10 13:27 UTC  (88+ messages)
` [PATCHv1 01/15] android: Supress missing initializers warnings
` [PATCHv1 02/15] android: Add Adapter Bluetooth HAL template
` [PATCHv1 03/15] android: Add Socket "
` [PATCHv1 04/15] android: Enable Socket interface
` [PATCHv1 05/15] android: Start Android Bluetooth daemon
` [PATCHv1 06/15] android: Add basic mgmt initialization sequence
` [PATCHv1 07/15] android: Create HAL API header skeleton
` [PATCHv1 08/15] android: Add adapter and device struct for BlueZ daemon
` [PATCHv1 09/15] android: Add Android Makefile for libbluetooth
` [PATCHv1 10/15] android: sdp: Reuse BlueZ SDP server in Android
` [PATCHv1 11/15] android: Add cap to bind to port < 1024
` [PATCHv1 12/15] android: Implement read_info_complete callback
` [PATCHv1 13/15] android: Handle mgmt changed events
` [PATCHv1 14/15] android: Add makefile for hciconfig
` [PATCHv1 15/15] android: Add makefile for hcitool
` [PATCHv2 00/15] Basic code for Android BlueZ
  ` [PATCHv2 01/15] android: Supress missing initializers warnings
  ` [PATCHv2 02/15] android: Add Adapter Bluetooth HAL template
  ` [PATCHv2 03/15] android: Add Socket "
  ` [PATCHv2 04/15] android: Enable Socket interface
  ` [PATCHv2 05/15] android: Start Android Bluetooth daemon
  ` [PATCHv2 06/15] android: Add basic mgmt initialization sequence
  ` [PATCHv2 07/15] android: Create HAL API header skeleton
  ` [PATCHv2 08/15] android: Add adapter and device struct for BlueZ daemon
  ` [PATCHv2 09/15] android: Add Android Makefile for libbluetooth
  ` [PATCHv2 10/15] android: sdp: Reuse BlueZ SDP server in Android
  ` [PATCHv2 11/15] android: Add cap to bind to port < 1024
  ` [PATCHv2 12/15] android: Implement read_info_complete callback
  ` [PATCHv2 13/15] android: Handle mgmt changed events
  ` [PATCHv2 14/15] android: Add makefile for hciconfig
  ` [PATCHv2 15/15] android: Add makefile for hcitool
` [PATCHv3 00/15] Basic code for Android BlueZ
  ` [PATCHv3 01/15] android: Supress missing initializers warnings
  ` [PATCHv3 02/15] android: Add Adapter Bluetooth HAL template
  ` [PATCHv3 03/15] android: Add Socket "
  ` [PATCHv3 04/15] android: Enable Socket interface
  ` [PATCHv3 05/15] android: Start Android Bluetooth daemon
  ` [PATCHv3 06/15] android: Add basic mgmt initialization sequence
  ` [PATCHv3 07/15] android: Create HAL API header skeleton
  ` [PATCHv3 08/15] android: Add adapter and device struct for BlueZ daemon
  ` [PATCHv3 09/15] android: Add Android Makefile for libbluetooth
  ` [PATCHv3 10/15] android: sdp: Reuse BlueZ SDP server in Android
  ` [PATCHv3 11/15] android: Add cap to bind to port < 1024
  ` [PATCHv3 12/15] android: Implement read_info_complete callback
  ` [PATCHv3 13/15] android: Handle mgmt changed events
  ` [PATCHv3 14/15] android: Add makefile for hciconfig
  ` [PATCHv3 15/15] android: Add makefile for hcitool

[PATCH] Bluetooth: Fix potential double-frees of L2CAP skbs
 2013-10-10 12:01 UTC  (2+ messages)

[PATCH 1/2] Bluetooth: Remove unneeded val variable when setting SSP
 2013-10-10 11:07 UTC  (6+ messages)

[PATCH 2/2] Bluetooth: Restrict high speed support to SSP enabled controllers
 2013-10-10 10:08 UTC 

[PATCH v4 1/2] Bluetooth: Use HCI request for LE connection
 2013-10-10  8:31 UTC  (4+ messages)
` [PATCH v4 2/2] Bluetooth: Refactor hci_connect_le

[PATCH] emulator: Fix AMP emulation build error
 2013-10-10  8:15 UTC 

[PATCH BlueZ 1/7] core/profile: Fix MNS record version
 2013-10-09 15:42 UTC  (8+ messages)
` [PATCH BlueZ 2/7] obexd/MAP: Fix sending \0 after filler byte
` [PATCH BlueZ 3/7] obexd/MAP: Fix parsing message handles as decimal numbers
` [PATCH BlueZ 4/7] lib/sdp: Replace VIDEO_CONF_SVCLASS_ID with AV_REMOTE_CONTROLLER_SVCLASS_ID
` [PATCH BlueZ 5/7] profiles/AVRCP: Add AV Remote Controller service class id to CT
` [PATCH BlueZ 6/7] tools/sdptool: Fix parsing for service class 0x110f
` [PATCH BlueZ 7/7] tools/hcidump: "

Possible problem with btusb suspend resume handling
 2013-10-09 15:10 UTC 

[PATCH BlueZ 7/7] tools/hcidump: Fix parsing for service class 0x110f
 2013-10-09 11:16 UTC 

[PATCH] Bluetooth: Fix changing advertising setting while LE is connected
 2013-10-08 14:49 UTC  (2+ messages)

[PATCH 1/2] Bluetooth: Make LE scan interval and window a controller option
 2013-10-07 22:19 UTC  (5+ messages)

[PATCH v3 0/2] LE connection refactoring and fixes
 2013-10-07 22:13 UTC  (6+ messages)
` [PATCH v3 1/2] Bluetooth: Use HCI request for LE connection
` [PATCH v3 2/2] Bluetooth: Refactor hci_connect_le

[PATCH BlueZ] autopair: Remove time(NULL) fallback when seeding rand()
 2013-10-07 21:05 UTC 

[PATCH v2] bluetooth: fix variable shadow warnings
 2013-10-07 16:53 UTC  (2+ messages)

[PATCH] bluetooth: fix variable shadow warnings
 2013-10-07 16:17 UTC  (2+ messages)

[PATCH 1/2] Bluetooth: Read location data on AMP controller init
 2013-10-07 14:54 UTC  (2+ messages)

[RFC 0/2] Initial code for PAN and HID HALs
 2013-10-07 13:39 UTC  (3+ messages)
` [RFC 1/2] android: Add HID Host skeleton
` [RFC 2/2] android: Add PAN skeleton

[RFC 0/2] Basic code for HAL API
 2013-10-07 13:37 UTC  (3+ messages)
` [RFC 1/2] android: Implement basic HAL server
` [RFC 2/2] android: Add HAL message helpers

[PATCH] Bluetooth: Read supported features and commands on AMP controllers
 2013-10-07 12:53 UTC  (2+ messages)

[PATCH 2/2] Bluetooth: Read flow control mode on AMP controller init
 2013-10-07 10:55 UTC 

[PATCH 1/3] Bluetooth: Power off AMP controllers after setup phase
 2013-10-07  8:14 UTC  (2+ messages)

[PATCH] Bluetooth: Extra sanity check for AMP discover response
 2013-10-07  7:50 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