linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-02-28 18:01:16 to 2014-03-05 06:37:08 UTC [more...]

[PATCH BlueZ v0 0/9] GATT API: Add Register Services Async
 2014-03-05  6:37 UTC  (3+ messages)
` [PATCH BlueZ v0 1/9] gdbus: Add g_dbus_client_set_proxies_ready_watch()

Controlling LEDs and rumble on sixaxis
 2014-03-04 22:11 UTC  (2+ messages)

Receiving data in BLE non-connectable undirected advertisements
 2014-03-04 22:02 UTC  (5+ messages)

[PATCH 1/4] android/avrcp: Fix response for RegisterNotification
 2014-03-04 20:43 UTC  (4+ messages)
` [PATCH 2/4] android/avrcp: Fix RegisterNotification response handling
` [PATCH 3/4] android/avrcp: Fix PDU length calculation
` [PATCH 4/4] android/hal-avrcp: Remove unused code

cannot connect Rock Candy Gesture Controller (wiimote) on Arch Linux
 2014-03-04 18:46 UTC  (3+ messages)

[PATCH BlueZ] AVCTP: Fix sending wrong response format
 2014-03-04 16:05 UTC  (2+ messages)

[PATCH 0/8] Initial AT handling for handsfree
 2014-03-04 15:32 UTC  (9+ messages)
` [PATCH 1/8] android/handsfree: Add support for AT+BRSF command
` [PATCH 2/8] android/handsfree: Add support for AT+CIND command
` [PATCH 3/8] android/handsfree: Add support for AT+CMER command
` [PATCH 4/8] android/handsfree: Distinguish between HSP and HFP connection
` [PATCH 5/8] shared/hfp: Add function to check if reach end of command
` [PATCH 6/8] shared/hfp: Add hfp_gw_result_get_number_default function
` [PATCH 7/8] android/handsfree: Add support for AT+BIA command
` [PATCH 8/8] android/handsfree: Make connection state constants name shorter

[PATCHv2 00/10] AVRCP test patches rebased
 2014-03-04 14:02 UTC  (11+ messages)
` [PATCHv2 01/10] avrcp: Fix possible buffer overflow
` [PATCHv2 02/10] unit/avrcp: Add /TP/PAS/BV-06-C test
` [PATCHv2 03/10] unit/avrcp: Add /TP/PAS/BV-08-C test
` [PATCHv2 04/10] android/avrcp: Add avrcp_get_current_player_value() function
` [PATCHv2 05/10] unit/avrcp: Add /TP/PAS/BV-09-C test
` [PATCHv2 06/10] unit/avrcp: Add /TP/PAS/BV-10-C test
` [PATCHv2 07/10] android/avrcp: Add avrcp_set_player_value() function
` [PATCHv2 08/10] unit/avrcp: Add /TP/PAS/BV-11-C test
` [PATCHv2 09/10] unit/avrcp: Add /TP/PAS/BI-01-C test
` [PATCHv2 10/10] doc: Update test coverage document

[PATCHv2 01/11] shared/hfp: Fix not freeing cmd_handler prefix
 2014-03-04 12:28 UTC  (11+ messages)
` [PATCHv2 02/11] unit: Initial version of test-hfp
` [PATCHv2 03/11] unit/test-hfp: Add /hfp/test_cmd_handler_1
` [PATCHv2 04/11] unit/test-hfp: Add /hfp/test_cmd_handler_2
` [PATCHv2 05/11] unit/test-hfp: Add /hfp/test_register_1
` [PATCHv2 06/11] unit/test-hfp: Add /hfp/test_register_2
` [PATCHv2 07/11] unit/test-hfp: Add /hfp/test_register_3
` [PATCHv2 08/11] unit/test-hfp: Add /hfp/test_register_4
` [PATCHv2 09/11] unit/test-hfp: Add /hfp/test_register_5
` [PATCHv2 10/11] unit/test-hfp: Add /hfp/test_fragmented_1
` [PATCHv2 11/11] shared/hfp: Don't try read uninitialized data in ringbuffer

[PATCH 0/6] Initial HAL test AVRCP api support
 2014-03-04 11:48 UTC  (9+ messages)
` [PATCH 1/6] android/client: Add AVRCP get_play_status_rsp support
` [PATCH 2/6] android/client: Add AVRCP get_element_attr_rsp support
` [PATCH 3/6] android/client: Add AVRCP set_volume support
` [PATCH 4/6] android/client: Add AVRCP get_play_status_cb support
` [PATCH 5/6] android/client: Add AVRCP get_element_attr_cb support
` [PATCH 6/6] android/client: Add AVRCP volume_change_cb support

[PATCH BlueZ 01/16] android/avrcp-lib: Add avrcp_send function
 2014-03-04 11:47 UTC  (19+ messages)
` [PATCH BlueZ 02/16] android/avctp: Make handler return ssize_t
` [PATCH BlueZ 03/16] android/avrcp-lib: Rework handler callback parameters
` [PATCH BlueZ 04/16] android/avrcp-lib: Embed response code into handler table
` [PATCH BlueZ 05/16] android/avrcp-lib: Fix not passing user data of passthrough callback
` [PATCH BlueZ 06/16] android/avrcp-lib: Add pressed status to passthrough handler callback
` [PATCH BlueZ 07/16] android/avrcp: Add passthrough handler for fast forward
` [PATCH BlueZ 08/16] android/avrcp: Add passthrough handler for rewind
` [PATCH BlueZ 09/16] android/avrcp-lib: Make hton24 and ntoh24 public
` [PATCH BlueZ 10/16] android/avrcp: Add handler for GetCapabilities command
` [PATCH BlueZ 11/16] android/avrcp: Add handler for GetPlayStatus command
` [PATCH BlueZ 12/16] android/avrcp: Add handler for GetElementAttributes command
` [PATCH BlueZ 13/16] android/avrcp: Add handler for RegisterNotification command
` [PATCH BlueZ 14/16] android/avrcp: Bump version to 1.3

[PATCH v2 1/5] android/hal-audio: Add open/close_endpoint helpers
 2014-03-04  9:27 UTC  (6+ messages)
` [PATCH v2 2/5] android/hal-audio: Add encode_mediapacket function
` [PATCH v2 3/5] android/hal-audio: Write and sync in common code
` [PATCH v2 4/5] android/hal-audio: Use payload length for codec init
` [PATCH v2 5/5] android/hal-audio: Provide better audio synchronization

[PATCH bluetooth-next] bluetooth: make bluetooth 6lowpan as an option
 2014-03-04  9:23 UTC 

[PATCH v3 1/8] android/ipc: Add Mode parameter to register service command
 2014-03-04  9:20 UTC  (9+ messages)
` [PATCH v3 2/8] android/hal: Update services register commands with mode parameter
` [PATCH v3 3/8] android: Pass mode parameter to registered services
` [PATCH v3 4/8] android/handsfree: Factor out HFP AG enable code
` [PATCH v3 5/8] android/socket: Reserve channel for HSP AG
` [PATCH v3 6/8] android/handsfree: Add support "
` [PATCH v3 7/8] android/handsfree: Allow to connect to HSP or HFP handsfree unit
` [PATCH v3 8/8] android/handsfree: Add support for disabling HSP or HFP AGs

[PATCH] Bluetooth: Stop BCSP/H5 timer before cleaning up
 2014-03-04  9:05 UTC  (5+ messages)

[PATCH 1/7] shared/hfp: Fix not freeing cmd_handler prefix
 2014-03-04  8:51 UTC  (12+ messages)
` [PATCH 2/7] unit: Initial version of test-hfp
` [PATCH 3/7] unit/test-hfp: Add /hfp/test_cmd_handler_1
` [PATCH 4/7] unit/test-hfp: Add /hfp/test_cmd_handler_2
` [PATCH 5/7] unit/test-hfp: Add /hfp/test_hfp_gw_register_1
` [PATCH 6/7] unit/test-hfp: Add /hfp/test_hfp_gw_register_2
` [PATCH 7/7] Add /hfp/test_hfp_gw_register_3 and /hfp/test_hfp_gw_register_4

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

pull request: bluetooth-next 2014-02-28
 2014-03-03 20:34 UTC  (2+ messages)

[PATCH 00/24] rfcomm fixes
 2014-03-03 19:38 UTC  (4+ messages)

[PATCH] android/hal-gatt: Add skeleton for GATT HAL
 2014-03-03 15:17 UTC  (2+ messages)

[PATCH v2 1/2] android/gatt: Add initial files
 2014-03-03 15:16 UTC  (3+ messages)
` [PATCH v2 2/2] android/gatt: Add stubs for GATT commands handlers

[PATCH] tools: Fix using uninitialized value
 2014-03-03 14:55 UTC  (2+ messages)

[PATCH] tools/rfcomm-tester: Add bind after connected test case
 2014-03-03 14:52 UTC  (2+ messages)

[PATCH 1/2] android/gatt: Add initial files
 2014-03-03 14:41 UTC  (4+ messages)
` [PATCH 2/2] android/gatt: Add stubs for GATT commands handlers

[PATCH v2] android/avrcp-lib: Fix destroy callback handling
 2014-03-03 14:16 UTC  (2+ messages)

[PATCH v2 1/8] android/tester: Add create bond with PIN success test case
 2014-03-03 12:55 UTC  (9+ messages)
` [PATCH v2 2/8] android/tester: Add create bond with PIN fail "
` [PATCH v2 3/8] android/tester: Add create bond with SSP sucess "
` [PATCH v2 4/8] android/tester: Add create bond with SSP fail "
` [PATCH v2 5/8] android/tester: Add create bond with no discovery "
` [PATCH v2 6/8] android/tester: Add create bond with bad addr fail "
` [PATCH v2 7/8] android/tester: Add cancel bond success "
` [PATCH v2 8/8] android/tester: Add remove "

[PATCH 1/9] android/tester: Coding style and syntax fix
 2014-03-03 12:54 UTC  (2+ messages)

[PATCH 1/9] unit/avrcp: Add /TP/PAS/BV-06-C test
 2014-03-03 12:53 UTC  (9+ messages)
` [PATCH 2/9] unit/avrcp: Add /TP/PAS/BV-08-C test
` [PATCH 3/9] avrcp: Fix buffer size check
` [PATCH 4/9] android/avrcp: Add avrcp_get_current_player_value() function
` [PATCH 5/9] unit/avrcp: Add /TP/PAS/BV-09-C test
` [PATCH 6/9] unit/avrcp: Add /TP/PAS/BV-10-C test
` [PATCH 7/9] android/avrcp: Add avrcp_set_player_value() function
` [PATCH 8/9] unit/avrcp: Add /TP/PAS/BV-11-C test
` [PATCH 9/9] doc: Update test coverage document

[PATCH 0/5] Refactor codec handling
 2014-03-03  8:32 UTC  (9+ messages)
` [PATCH 1/5] android/hal-audio: Add open/close_endpoint helpers
` [PATCH 2/5] android/hal-audio: Add encode_mediapacket function
` [PATCH 3/5] android/hal-audio: Write and sync in common code
` [PATCH 4/5] android/hal-audio: Use payload length for codec init
` [PATCH 5/5] android/hal-audio: Provide better audio synchronization

[PATCH BlueZ] core: retry connect_dbus() several times
 2014-03-03  7:15 UTC  (6+ messages)

[PATCH] android/pts: Correct PICS and PTS tests
 2014-03-03  6:48 UTC 

PS3 BD Remote Control - always connected problem
 2014-03-02 22:41 UTC 

[PATCH 01/13] android/hal-gatt-api: Add Server Register Notification
 2014-03-02 22:02 UTC  (2+ messages)

[PATCH 01/18] android/hal-gatt-api: Add Client Register event
 2014-03-02 22:02 UTC  (2+ messages)

[PATCH v2 1/7] android: Add flags parameter to register service command
 2014-03-02 20:53 UTC  (5+ messages)

[bluez-5.14] connect fails with 'org.bluez.Error.NotAvailable'
 2014-03-02 18:54 UTC  (5+ messages)

[PATCH BlueZ] monitor: Validate HCI event/command parameter length when parsing
 2014-03-02 16:39 UTC  (2+ messages)

[PATCHv4 1/6] shared/hfp: Add prefix handlers functionality
 2014-03-01 20:37 UTC  (7+ messages)
` [PATCHv4 2/6] shared/hfp: Add implementiation of processing commands
` [PATCHv4 3/6] shared/hfp: Add get_number implementation
` [PATCHv4 4/6] shared/hfp: Add open/close container function
` [PATCHv4 5/6] shared/hfp: Add function to get string
` [PATCHv4 6/6] shared/hfp: Add function to get unquoted string

[PATCH 1/3] android/avctp: Fix memory leak on disconnect
 2014-03-01 19:04 UTC  (3+ messages)
` [PATCH 2/3] android/avrcp-lib: Fix not freeing tx buffer on AVRCP shutdown
` [PATCH 3/3] android/avrcp-lib: Fix destroy callback handling

[PATCH BlueZ] emulator/btdev: Add dummy support for clearing the LE white list
 2014-03-01 14:25 UTC 

[PATCH] android/socket: Use same RFCOMM channels for services as Linux daemon
 2014-03-01 13:06 UTC  (2+ messages)

[PATCHv3 1/6] shared/hfp: Add prefix handlers functionality
 2014-03-01  5:32 UTC  (10+ messages)
` [PATCHv3 2/6] shared/hfp: Add implementiation of processing commands
` [PATCHv3 3/6] shared/hfp: Add get_number implementation
` [PATCHv3 4/6] shared/hfp: Add open/close container function
` [PATCHv3 5/6] shared/hfp: Add function to get string
` [PATCHv3 6/6] shared/hfp: Add function to get unquoted string

partial success with PS3 sixaxis
 2014-02-28 21:20 UTC  (5+ messages)

[PATCH] bluetooth: ath3k: added Atheros AR3012 with ID 0x0b05:0x17d0
 2014-02-28 20:26 UTC  (5+ messages)

[PATCH 1/2] Bluetooth: Fix trying to disable scanning twice
 2014-02-28 18:39 UTC  (4+ messages)
` [PATCH 2/2] Bluetooth: Remove unnecessary stop_scan_complete function


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