messages from 2013-10-12 16:25:48 to 2013-10-15 21:26:29 UTC [more...]
[PATCH 10/10] Bluetooth: Make mgmt_new_ltk() return void
2013-10-15 21:26 UTC
[PATCH 09/10] Bluetooth: Make mgmt_read_local_oob_data_reply_complete() return void
2013-10-15 21:26 UTC
[PATCH 08/10] Bluetooth: Make mgmt_set_local_name_complete() return void
2013-10-15 21:26 UTC
[PATCH 07/10] Bluetooth: Make mgmt_set_class_of_dev_complete() return void
2013-10-15 21:26 UTC
[PATCH 06/10] Bluetooth: Make mgmt_ssp_enable_complete() return void
2013-10-15 21:26 UTC
[PATCH 05/10] Bluetooth: Make mgmt_auth_enable_complete() return void
2013-10-15 21:26 UTC
[PATCH 04/10] Bluetooth: Make mgmt_auth_failed() return void
2013-10-15 21:26 UTC
[PATCH 03/10] Bluetooth: Make mgmt_pin_code_neg_reply_complete() return void
2013-10-15 21:26 UTC
[PATCH 02/10] Bluetooth: Make mgmt_pin_code_reply_complete() return void
2013-10-15 21:26 UTC
[PATCH 01/10] Bluetooth: Make mgmt_pin_code_request() return void
2013-10-15 21:26 UTC
[RFC BlueZ v0] doc: Add GATT API
2013-10-15 18:39 UTC (4+ messages)
` [RFC BlueZ v1] "
[PATCH v2] Bluetooth: Update class of device on discoverable timeout
2013-10-15 18:38 UTC (2+ messages)
[PATCH] Bluetooth: Move eir_get_length() function into hci_event.c
2013-10-15 18:38 UTC (2+ messages)
[PATCH] Bluetooth: Move eir_append_data() function into mgmt.c
2013-10-15 18:38 UTC (2+ messages)
[PATCH] Bluetooth: Make mgmt_new_link_key() return void
2013-10-15 18:35 UTC (2+ messages)
[PATCH] Bluetooth: Add support for entering limited discoverable mode
2013-10-15 18:34 UTC (2+ messages)
[PATCH] Bluetooth: Update class of device on discoverable timeout
2013-10-15 17:45 UTC
[PATCH] Bluetooth: Add HCI command structure for writing current IAC LAP
2013-10-15 15:48 UTC (2+ messages)
[PATCH] Bluetooth: Simplify the code for re-arming discoverable timeout
2013-10-15 15:48 UTC (2+ messages)
[PATCH] Bluetooth: Move arming of discoverable timeout to complete handler
2013-10-15 15:20 UTC (2+ messages)
BlueZ and Android - question
2013-10-15 15:00 UTC (3+ messages)
[PATCH 1/7] Bluetooth: Use hci_request for discoverable timeout handling
2013-10-15 14:29 UTC (2+ messages)
[PATCH 1/2] Bluetooth: Add support for entering limited discoverable mode
2013-10-15 13:45 UTC (2+ messages)
[PATCH 7/7] Bluetooth: Update class of device after changing discoverable mode
2013-10-15 13:33 UTC
[PATCH 6/7] Bluetooth: Make mgmt_write_scan_failed() return void
2013-10-15 13:33 UTC
[PATCH 5/7] Bluetooth: Make mgmt_connectable() return void
2013-10-15 13:33 UTC
[PATCH 4/7] Bluetooth: Make mgmt_discoverable() return void
2013-10-15 13:33 UTC
[PATCH 3/7] Bluetooth: Introduce flag for limited discoverable mode
2013-10-15 13:33 UTC
[PATCH 2/7] Bluetooth: Update advertising data based on management commands
2013-10-15 13:33 UTC
[PATCH v2 0/5] Stack independent BT HAL test tool
2013-10-15 13:13 UTC (6+ messages)
` [PATCH v2 1/5] android: Add haltest skeleton
` [PATCH v2 2/5] android: Add line editing to haltest
` [PATCH v2 3/5] android: Add history to line editor in haltest
` [PATCH v2 4/5] android: Add text conversion helpers to haltest
` [PATCH v2 5/5] android: Add calls to adapter methods in haltest
[PATCHv1 0/5] Initial Android BlueZ patches
2013-10-15 10:37 UTC (6+ messages)
` [PATCHv1 1/5] android: Create HAL API header skeleton
` [PATCHv1 2/5] android: Add basic mgmt initialization sequence
` [PATCHv1 3/5] android: Add adapter and device struct for BlueZ daemon
` [PATCHv1 4/5] android: sdp: Reuse BlueZ SDP server in Android
` [PATCHv1 5/5] android: Add cap to bind to port < 1024
[PATCH BlueZ 1/3] audio/media: Add support for tracking Seeked signal
2013-10-15 10:11 UTC (2+ messages)
[PATCH] Bluetooth: Add support for entering limited discoverable mode
2013-10-15 10:02 UTC (8+ messages)
[PATCH] Bluetooth: Fix minor coding style issue in set_connectable()
2013-10-15 8:28 UTC (2+ messages)
[PATCH BlueZ] audio/AVCTP: Fix sending requests with same transaction id
2013-10-15 6:58 UTC (2+ messages)
[PATCH BlueZ 1/3] audio/AVDTP: Fix crash after disconnecting
2013-10-15 6:57 UTC (4+ 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
pull request: bluetooth-next 2013-10-14
2013-10-14 23:52 UTC
[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
[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 (5+ 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
[PATCHv2 0/4] Initial patches splitted
2013-10-14 15:30 UTC (2+ messages)
[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
[PATCHv2 4/4] android: Start Android Bluetooth daemon
2013-10-14 12:56 UTC (2+ messages)
` [PATCH] "
[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 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox