Linux bluetooth development
 help / color / mirror / Atom feed
 messages from 2013-10-10 23:52:42 to 2013-10-14 22:32:22 UTC [more...]

[PATCH] Bluetooth: Read current IAC LAP on controller setup
 2013-10-14 22:32 UTC  (2+ messages)

[PATCH] Bluetooth: Read number of supported IAC on controller setup
 2013-10-14 20:56 UTC 

[RFC BlueZ v0] doc: Add GATT API
 2013-10-14 19:09 UTC 

[PATCH] Bluetooth: Check that scan window is smaller or equal than scan interval
 2013-10-14 18:36 UTC  (2+ messages)

[PATCH 1/2] Bluetooth: Reject invalid bdaddr types for sockets
 2013-10-14 18:27 UTC  (4+ messages)
` [PATCH 2/2] Bluetooth: Check that bind() bdaddr type matches connect()

[PATCH 0/4] Bluetooth: Associate connectable setting with adv type
 2013-10-14 18:24 UTC  (6+ messages)
` [PATCH 1/4] Bluetooth: Make Set Connectable also update the LE advertising type
` [PATCH 2/4] Bluetooth: Move set_bredr_scan() to avoid forward declaration
` [PATCH 3/4] Bluetooth: Fix updating scan mode in set_bredr()
` [PATCH 4/4] Bluetooth: Convert Set Discoverable to use an asynchronous request

[PATCH] Allow using obexd without systemd in the user session
 2013-10-14 18:02 UTC  (6+ messages)

[PATCH 1/2] android: Add initial Android Bluetooth HAL protocol API doc
 2013-10-14 15:30 UTC  (3+ messages)
` [PATCH 2/2] build: Add android/hal-ipc-api.txt to EXTRA_DIST

[PATCHv1 0/4] Initial patches splitted
 2013-10-14 15:30 UTC  (13+ 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
        ` [PATCH] "
` [PATCHv1 4/4] "

[PATCH 0/5] Bluetooth: Clean up Set Connectable related code
 2013-10-14 13:46 UTC  (7+ messages)
` [PATCH 1/5] Bluetooth: Reorganize set_connectable HCI command sending
` [PATCH 2/5] Bluetooth: Move move logic into set_connectable complete callback
` [PATCH 3/5] Bluetooth: Add missing error handling for Set Connectable
` [PATCH 4/5] Bluetooth: Move static advertising functions to avoid forward declarations
` [PATCH 5/5] Bluetooth: Fix updating advertising data needlessly

[PATCHv1 00/15] Basic code for Android BlueZ
 2013-10-14 13:39 UTC  (7+ messages)
` [PATCHv3 "
  ` [PATCHv3 14/15] android: Add makefile for hciconfig

[PATCH BlueZ] audio/AVCTP: Fix sending requests with same transaction id
 2013-10-14 12:46 UTC 

[PATCH 0/7] Bluetooth: Hook up connectable setting for LE
 2013-10-14 11:43 UTC  (11+ messages)
` [PATCH 1/7] Bluetooth: Add connectable argument to enable_advertising()
` [PATCH 2/7] Bluetooth: Reorganize set_connectable HCI command sending
` [PATCH 3/7] Bluetooth: Move static advertising functions to avoid forward declarations
` [PATCH 4/7] Bluetooth: Fix updating advertising data needlessly
` [PATCH 5/7] Bluetooth: Update Set Connectable to also impact the advertising type
` [PATCH 6/7] Bluetooth: Move set_bredr_scan() to avoid forward declaration
` [PATCH 7/7] Bluetooth: Fix updating scan mode in set_bredr()

[PATCH 1/2] gdbus: Check for NULL DBusPendingCall in g_dbus_send_message_with_reply
 2013-10-14 11:38 UTC  (3+ messages)

[PATCH] sdptool: Clarify 'add' and 'remove' commands in manual
 2013-10-14 11:27 UTC  (3+ messages)

[PATCH] Bluetooth: Introduce L2CAP channel callback for resuming
 2013-10-14 11:25 UTC  (2+ messages)

[PATCH] Bluetooth: Introduce L2CAP channel flag for defer setup
 2013-10-14 11:24 UTC  (2+ messages)

[PATCH] Bluetooth: Adjust header for proc socket information
 2013-10-14 11:24 UTC  (2+ messages)

[PATCH BlueZ 1/3] audio/AVDTP: Fix crash after disconnecting
 2013-10-14 10:14 UTC  (3+ messages)
` [PATCH BlueZ 2/3] audio/AVDTP: Add struct for discover specific data
` [PATCH BlueZ 3/3] obexd/session: Fix crash when transport is disconnected

[PATCH 0/5] Stack independent BT HAL test tool
 2013-10-14  9:59 UTC  (6+ messages)
` [PATCH 1/5] android: Add haltest skeleton
` [PATCH 2/5] android: Add line editing to haltest
` [PATCH 3/5] android: Add history to line editor in haltest
` [PATCH 4/5] android: Add text conversion helpers to haltest
` [PATCH 5/5] android: Add calls to adapter methods in haltest

[RFC] Bluetooth: Set ISOC altsetting from within notify callback
 2013-10-14  9:20 UTC  (4+ messages)

[RFC] doc: Draft of 3D synchronization mgmt commands
 2013-10-14  8:45 UTC 

[PATCH 00/22] Bluetooth AT chat module
 2013-10-14  8:34 UTC  (23+ messages)
` [PATCH 01/22] cbuffer: Circular buffer initial implementation
` [PATCH 02/22] unit: Add basic tests for the circular buffer implementation
` [PATCH 03/22] cbuffer: Add direct access to buffer's memory
` [PATCH 04/22] unit: Add test case for cbuffer's manual mode
` [PATCH 05/22] cbuffer: Add methods for browsing through data
` [PATCH 06/22] unit: Add test cases for cbuffer memory acess routines
` [PATCH 07/22] cbuffer: Add seek and check routines
` [PATCH 08/22] unit: Add test cases for cbuffer seek, check, get_length
` [PATCH 09/22] blueatchat: Add bluetooth at chat module skeleton
` [PATCH 10/22] blueatchat: Use circullar buffer as data storage
` [PATCH 11/22] cbuffer: Add discard method
` [PATCH 12/22] unit: Add test case for cbuffer's discard
` [PATCH 13/22] blueatchat: Buffered data sanity check
` [PATCH 14/22] blueatchat: Add basic parsing capability
` [PATCH 15/22] blueatchat: Add functions for parsing data sent with the commands
` [PATCH 16/22] unit: Add basic unit test for the blueatchat module
` [PATCH 17/22] unit: Add more test cases for the at parser
` [PATCH 18/22] blueatchat: Add more data parsing functionality
` [PATCH 19/22] blueatchat: Extend API for sending AT commands
` [PATCH 20/22] unit: Circular buffer overflow test
` [PATCH 21/22] gitignore: Add curcular buffer unit tests
` [PATCH 22/22] gitignore: Add blueatchat "

[PATCH] Bluetooth: Increase minor version of core module
 2013-10-13 20:36 UTC  (2+ messages)

[PATCH 1/2] Bluetooth: Add support for per socket msg_name callback
 2013-10-13 20:15 UTC  (2+ messages)

[PATCH 2/2] Bluetooth: Provide msg_name callback for L2CAP connectionless channels
 2013-10-13 19:55 UTC 

[PATCH] Bluetooth: Use l2cap_pi(sk) directly where possible
 2013-10-13 19:33 UTC  (2+ messages)

[PATCH 1/3] Bluetooth: Store SCO address information in its own socket structure
 2013-10-13 19:32 UTC  (2+ messages)

[PATCH] Bluetooth: Use SCO addresses from HCI connection directly
 2013-10-13 19:32 UTC  (2+ messages)

[PATCH 3/3] Bluetooth: Remove src and dst fields from bt_sock structure
 2013-10-13 17:34 UTC 

[PATCH 2/3] Bluetooth: Store RFCOMM address information in its own socket structure
 2013-10-13 17:34 UTC 

[PATCH 1/4] Bluetooth: Access RFCOMM session addresses through L2CAP channel
 2013-10-13 17:03 UTC  (2+ messages)

[PATCH] Bluetooth: Return the correct address type for L2CAP sockets
 2013-10-13 17:02 UTC  (2+ messages)

[PATCH] Bluetooth: Store address information in L2CAP channel structure
 2013-10-13 17:02 UTC  (2+ messages)

[PATCH 4/4] Bluetooth: Access BNEP session addresses through L2CAP channel
 2013-10-13 16:49 UTC 

[PATCH 3/4] Bluetooth: Access HIDP session addresses through L2CAP channel
 2013-10-13 16:49 UTC 

[PATCH 2/4] Bluetooth: Access CMTP session addresses through L2CAP channel
 2013-10-13 16:49 UTC 

[PATCH] Bluetooth: Update source address and type for incoming LE connections
 2013-10-13 14:59 UTC  (2+ messages)

[PATCH] Bluetooth: Update L2CAP socket source address from HCI connection
 2013-10-13 14:59 UTC  (2+ messages)

[PATCH] Bluetooth: Fix coding style violations in SMP handling
 2013-10-13 14:58 UTC  (2+ messages)

[PATCH 1/4] Bluetooth: Store source address of HCI connections
 2013-10-13 14:58 UTC  (2+ messages)

[PATCH 1/2] Bluetooth: Remove pointless bdaddr_to_le() helper function
 2013-10-13 14:58 UTC  (2+ messages)

[PATCH 1/4] Bluetooth: Remove l2cap_conn->dst usage from AMP manager
 2013-10-13 14:57 UTC  (2+ messages)

[PATCH 4/4] Bluetooth: Fix input address type for SMP C1 function
 2013-10-13 12:24 UTC 

[PATCH 3/4] Bluetooth: Use hci_conn->src address for L2CAP functions
 2013-10-13 12:24 UTC 

[PATCH 2/4] Bluetooth: Use hci_conn->src address for SMP functions
 2013-10-13 12:24 UTC 

[PATCH 2/2] Bluetooth: Store the source address type of LE connections
 2013-10-13 10:57 UTC 

[PATCH 4/4] Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst pointers
 2013-10-13  9:23 UTC 

[PATCH 3/4] Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst usage from L2CAP
 2013-10-13  9:23 UTC 

[PATCH 2/4] Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst usage from SMP
 2013-10-13  9:23 UTC 

[PATCH 2/2] Bluetooth: Unicast connectionless data reception is supported
 2013-10-12 15:32 UTC  (2+ messages)

[PATCH 1/2] Bluetooth: The L2CAP fixed channel connectionless data is supported
 2013-10-12 15:32 UTC  (2+ messages)

[PATCH v2 1/2] Bluetooth: Limit security mode 4 level 0 to connection oriented channels
 2013-10-12 14:36 UTC  (2+ messages)

[PATCH] Bluetooth: Fix PSM value for L2CAP connectionless data packets
 2013-10-12 14:35 UTC  (2+ messages)

[PATCH v2 2/2] Bluetooth: Allow 3D profile to use security mode 4 level 0
 2013-10-12 14:19 UTC 

[PATCH] Bluetooth: Allow 3D profile to use security mode 4 level 0
 2013-10-12 13:58 UTC 

[PATCH] Bluetooth: Limit security mode 4 level 0 to connection oriented channels
 2013-10-12 13:46 UTC 

[PATCH] Bluetooth: Fix HCI init for 1st generation BlueFRITZ! devices
 2013-10-12  6:47 UTC  (2+ messages)

[PATCH] Bluetooth: Add MGMT_OP_SET_SCAN_PARAMS to supported commands list
 2013-10-12  6:47 UTC  (2+ messages)

[RFC] Bluetooth: Add command for setting 3D information data
 2013-10-11 22:14 UTC 

[PATCH] Bluetooth: Don't advertise high speed support without SSP
 2013-10-11 20:59 UTC  (2+ messages)

[PATCH] Bluetooth: Fix endless loop with HCI_QUIRK_RESET_ON_CLOSE
 2013-10-11 20:59 UTC  (2+ messages)

[PATCH v2 1/2] Bluetooth: Make LE scan interval and window a controller option
 2013-10-11 16:21 UTC  (2+ messages)

[PATCH v2 2/2] Bluetooth: Add management command for setting LE scan parameters
 2013-10-11 15:23 UTC 

[PATCH 1/4] Bluetooth: Declare btusb_table[] and blacklist_table[] as const
 2013-10-11 15:07 UTC  (2+ messages)

[PATCH 1/8] Bluetooth: Remove pointless parameter check in bfusb_send_frame()
 2013-10-11 15:01 UTC  (2+ messages)

[PATCH 4/4] Bluetooth: Declare ath3k_table[] and ath3k_blist_tbl[] as const
 2013-10-11 14:46 UTC 

[PATCH 3/4] Bluetooth: Declare bpa10x_table[] as const
 2013-10-11 14:46 UTC 

[PATCH 2/4] Bluetooth: Declare bfusb_table[] as const
 2013-10-11 14:46 UTC 

[PATCH] Bluetooth: Add hdev parameter to hdev->send driver callback
 2013-10-11 14:03 UTC  (2+ messages)

[PATCH 8/8] Bluetooth: Remove pointless parameter check in vhci_send_frame()
 2013-10-11 14:01 UTC 

[PATCH 7/8] Bluetooth: Remove pointless parameter check in hci_uart_send_frame()
 2013-10-11 14:01 UTC 

[PATCH 6/8] Bluetooth: Remove pointless parameter check in dtl1_hci_send_frame()
 2013-10-11 14:01 UTC 

[PATCH 5/8] Bluetooth: Remove pointless parameter check in btuart_hci_send_frame()
 2013-10-11 14:01 UTC 

[PATCH 4/8] Bluetooth: Remove pointless parameter check in btmrvl_send_frame()
 2013-10-11 14:01 UTC 

[PATCH 3/8] Bluetooth: Remove pointless parameter check in bt3c_hci_send_frame()
 2013-10-11 14:00 UTC 

[PATCH 2/8] Bluetooth: Remove pointless parameter check in bluecard_hci_send_frame()
 2013-10-11 14:00 UTC 

[PATCH] Bluetooth: Add hdev parameter to hdev->send driver callback
 2013-10-11 13:38 UTC  (2+ 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 

[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 


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