messages from 2013-03-22 10:53:36 to 2013-04-02 17:21:24 UTC [more...]
[PATCH v2 0/3] Bluetooth: Add HCI init setup stage
2013-04-02 17:21 UTC
[RFC BlueZ 00/18] GATT C API refactoring
2013-04-02 16:51 UTC (19+ messages)
` [RFC BlueZ 01/18] attrib: Avoid passing raw PDU to Exchange MTU callback
` [RFC BlueZ 02/18] unit: Add test for gatt_exchange_mtu()
` [RFC BlueZ 03/18] attrib: Rename gatt_find_info() to gatt_discover_char_desc()
` [RFC BlueZ 04/18] attrib: Modify gatt_cb_t to return bool
` [RFC BlueZ 05/18] unit: Add test for gatt_discover_primary()
` [RFC BlueZ 06/18] core: Refactor memory allocation for GATT service discovery
` [RFC BlueZ 07/18] core: Do not pass around memory allocated internally by GATT API
` [RFC BlueZ 08/18] attrib: Run callback with the partial result of service discovery
` [RFC BlueZ 09/18] core: Only do Find Included Services after receiving all GATT services
` [RFC BlueZ 10/18] attrib: Allow dec_read_resp() to just check if PDU is valid
` [RFC BlueZ 11/18] attrib: Avoid passing raw ATT PDU to gatt_read_char() callback
` [RFC BlueZ 12/18] attrib: Do not use Write Command in gatt_write_char()
` [RFC BlueZ 13/18] attrib: Fix coding style in prepare_write_cb()
` [RFC BlueZ 14/18] attrib: Simplify prepare_write()
` [RFC BlueZ 15/18] attrib: Avoid passing raw ATT PDU to gatt_write_char() callback
` [RFC BlueZ 16/18] attrib: Avoid passing raw PDU to gatt_discover_char_desc() callback
` [RFC BlueZ 17/18] gatttool: Remove unused code
` [RFC BlueZ 18/18] gatt: Avoid passing raw PDU to read characteristic by UUID
[PATCH v2 00/18] Rework HIDP Module
2013-04-02 16:48 UTC (21+ messages)
` [PATCH v2 01/18] Bluetooth: hidp: remove redundant error message
` [PATCH v2 02/18] Bluetooth: hidp: verify l2cap sockets
` [PATCH v2 03/18] Bluetooth: rename hci_conn_put to hci_conn_drop
` [PATCH v2 04/18] Bluetooth: remove unneeded hci_conn_hold/put_device()
` [PATCH v2 05/18] Bluetooth: introduce hci_conn ref-counting
` [PATCH v2 06/18] Bluetooth: hidp: remove unused session->state field
` [PATCH v2 07/18] Bluetooth: hidp: test "terminate" before sleeping
` [PATCH v2 08/18] Bluetooth: allow constant arguments for bacmp()/bacpy()
` [PATCH v2 09/18] Bluetooth: l2cap: add l2cap_sock_get_hci_conn() helper
` [PATCH v2 10/18] Bluetooth: add hci_conn_user sub-modules
` [PATCH v2 11/18] Bluetooth: hidp: move hidp_schedule() to core.c
` [PATCH v2 12/18] Bluetooth: hidp: add new session-management helpers
` [PATCH v2 13/18] Bluetooth: hidp: remove old session-management
` [PATCH v2 14/18] Bluetooth: hidp: handle kernel_sendmsg() errors correctly
` [PATCH v2 15/18] Bluetooth: hidp: merge hidp_process_{ctrl,intr}_transmit()
` [PATCH v2 16/18] Bluetooth: hidp: merge 'send' functions into hidp_send_message()
` [PATCH v2 17/18] Bluetooth: hidp: don't send boot-protocol messages as HID-reports
` [PATCH v2 18/18] Bluetooth: hidp: fix sending output reports on intr channel
[PATCH BlueZ 1/3] attrib: Fix memory leak on low memory condition
2013-04-02 15:07 UTC (3+ messages)
` [PATCH BlueZ 2/3] attrib: Fix coding style in read_char_helper()
` [PATCH BlueZ 3/3] attrib: Fix status on memory allocation failure
[PATCH v4 1/3] Bluetooth: Fix hci-uart-h4 crash from incoming uart packet
2013-04-02 12:24 UTC (3+ messages)
` [PATCH v4 2/3] Bluetooth: Fix possible NULL dereference
` [PATCH v4 3/3] Bluetooth: Remove trivial white space
[PATCH v4 1/3] Bluetooth: Fix hci-uart-h4 crash from incoming uart packet
2013-04-02 9:23 UTC (4+ messages)
` [PATCH v4 2/3] Bluetooth: Fix possible NULL dereference
` [PATCH v4 3/3] Bluetooth: Remove trivial white space
Listening for notifications/indications
2013-04-02 9:21 UTC (2+ messages)
[PATCH v2 0/3] Fix Inquiry command support in HCI request framework
2013-04-02 7:07 UTC (5+ messages)
` [PATCH v2 1/3] Bluetooth: Fix "
` [PATCH v2 2/3] Bluetooth: Fix hci_inquiry
` [PATCH v2 3/3] Bluetooth: Remove hci_req_cmd_status
[PATCH BlueZ v1 1/2] attrib: Remove norequests and noresponses variables
2013-04-02 6:47 UTC (3+ messages)
` [PATCH BlueZ v1 2/2] attrib: Fix use after free of attrib
[PATCH] core: Double free on adapter_stop
2013-04-02 6:45 UTC (4+ messages)
` [PATCH v2] core: Fix a double "
[RFC 1/2] Bluetooth: Introduce MGMT_EV_DEVICE_NAME_UPDATE event
2013-04-02 5:47 UTC (5+ messages)
` [RFC 2/2] Bluetooth: Send remote name request even after mgmt_connection
[PATCH] Expose HIDNormallyConnectable and HIDReconnectInitiate properties
2013-04-02 0:40 UTC (7+ messages)
` [PATCH v2] core: "
` [PATCH v3 0/2] HID Connetabillity
` [PATCH v3 1/2] input: Documentation for new Input1 interface
` [PATCH v3 2/2] input: Expose HIDNormallyConnectable and HIDReconnectInitiate properties
[PATCH v8 00/16] mSBC investigations
2013-03-30 17:09 UTC (18+ messages)
` [PATCH v8 01/16] sbc: Add encoder_state to analysis functions
` [PATCH v8 02/16] sbc: Break 4 blocks processing to variable steps
` [PATCH v8 03/16] sbc: Rename sbc_analyze_4b_xx to sbc_analyze_xx
` [PATCH v8 04/16] sbc: add odd member variable to sbc_encoder_state
` [PATCH v8 05/16] sbc: Add mmx primitive for 1b 8s analysis
` [PATCH v8 06/16] sbc: Add armv6 "
` [PATCH v8 07/16] sbc: Add iwmmxt primitive for 1b 8s encoding
` [PATCH v8 08/16] sbc: Add plain C primitive for 1b 8s analysis
` [PATCH v8 09/16] sbc: Use plain C primitive if doing msbc on neon
` [PATCH v8 10/16] sbc: Fix input reordering for 15 blocks case
` [PATCH v8 11/16] sbc: Add a private boolean flag to enable 15 block encoding
` [PATCH v8 12/16] sbc: Declare and implement sbc_init_msbc
` [PATCH v8 13/16] sbc: Add support for mSBC frame header
` [PATCH v8 14/16] sbc: Update sbcdec for msbc
` [PATCH v8 15/16] sbc: Update sbcenc "
` [PATCH v8 16/16] sbc: Update sbcinfo "
[PATCH] core: Memory leak on device_free for eir_uuids field
2013-03-30 16:56 UTC (2+ messages)
[PATCH v7 00/16] mSBC investigations
2013-03-28 15:40 UTC (20+ messages)
` [PATCH v7 01/16] sbc: Add encoder_state to analysis functions
` [PATCH v7 02/16] sbc: Break 4 blocks processing to variable steps
` [PATCH v7 03/16] sbc: Rename sbc_analyze_4b_xx to sbc_analyze_xx
` [PATCH v7 04/16] sbc: add odd member variable to sbc_encoder_state
` [PATCH v7 05/16] sbc: Add mmx primitive for 1b 8s analysis
` [PATCH v7 06/16] sbc: Add armv6 "
` [PATCH v7 07/16] sbc: Add iwmmxt primitive for 1b 8s encoding
` [PATCH v7 08/16] sbc: Add plain C primitive for 1b 8s analysis
` [PATCH v7 09/16] sbc: Use plain C primitive if doing msbc on neon
` [PATCH v7 10/16] sbc: Fix input reordering for 15 blocks case
` [PATCH v7 11/16] sbc: Add a private boolean flag to enable 15 block encoding
` [PATCH v7 12/16] sbc: Declare and implement sbc_init_msbc
` [PATCH v7 13/16] sbc: Add support for mSBC frame header
` [PATCH v7 14/16] sbc: Update sbcdec for msbc
` [PATCH v7 15/16] sbc: Update sbcenc "
` [PATCH v7 16/16] sbc: Update sbcinfo "
[PATCH BlueZ 00/16] attrib: Replace GLib basic data types usage
2013-03-28 15:39 UTC (17+ messages)
` [PATCH BlueZ 01/16] attrib: Simplify boolean tests
` [PATCH BlueZ 02/16] attrib: Change GAttrib->stale type from gboolean
` [PATCH BlueZ 03/16] attrib: Change command->sent "
` [PATCH BlueZ 04/16] attrib: Change is_response return "
` [PATCH BlueZ 05/16] attrib: Change match_event "
` [PATCH BlueZ 06/16] attrib: Change g_attrib_set_destroy_function return type
` [PATCH BlueZ 07/16] attrib: Change g_attrib_cancel/_all "
` [PATCH BlueZ 08/16] attrib: Change g_attrib_unregister/_all "
` [PATCH BlueZ 09/16] attrib: Change g_attrib_set_debug return type from gboolean
` [PATCH BlueZ 10/16] attrib: Change g_attrib_set_mtu "
` [PATCH BlueZ 11/16] attrib: Change g_attrib_is_encrypted "
` [PATCH BlueZ 12/16] attrib: Change command->opcode type from guint8
` [PATCH BlueZ 13/16] attrib: Change event->handle type from guint16
` [PATCH BlueZ 14/16] attrib: Change command->id type from guint
` [PATCH BlueZ 15/16] attrib: Change event->id "
` [PATCH BlueZ 16/16] attrib: Change command->pdu pointer type from guint8
[PATCH] sdptool: Fix mem leak in do_search
2013-03-28 11:08 UTC (2+ messages)
[PATCH v2] net: add ETH_P_802_3_MIN
2013-03-28 5:31 UTC (3+ messages)
[PATCH] Bluetooth: Fix crash with incoming uart packet
2013-03-27 16:55 UTC (6+ messages)
` [PATCH v2] Bluetooth: Fix hci-uart-h4 crash from "
` [PATCH v3 1/3] "
` [PATCH v3 2/3] Bluetooth: Fix possible NULL dereference
` [PATCH v3 3/3] Bluetooth: Remove trivial white space
[PATCH] hciattach: fix firmware path
2013-03-27 14:49 UTC
[PATCH v6 00/17] mSBC investigations
2013-03-27 2:28 UTC (13+ messages)
` [PATCH v6 04/17] sbc: add odd member variable to sbc_encoder_state
` [PATCH v6 10/17] sbc: Fix input reordering for 15 blocks case
` [PATCH v6 11/17] sbc: Add SBC_MSBC flag to enable 15 block encoding
` [PATCH v6 14/17] sbc: Update sbcdec for msbc
` [PATCH v6 16/17] sbc: Update sbcinfo "
` [PATCH v6 17/17] sbc: bump version number
[PATCH v4 0/6] sco: SCO socket option for voice_setting
2013-03-26 20:22 UTC (5+ messages)
` [PATCH v4 1/6] Bluetooth: Move and rename hci_conn_accept
` [PATCH v4 2/6] Bluetooth: Add SCO socket voice_setting option
[RFC v1 00/11] struct btd_service in core
2013-03-26 16:39 UTC (14+ messages)
` [RFC v1 01/11] core: Add btd_service to represent device services
` [RFC v1 02/11] device: Use btd_service to represent profiles
` [RFC v1 03/11] device: Replace connected_profiles with btd_service
` [RFC v1 04/11] device: Find services instead of profiles
` [RFC v1 05/11] device: Replace pending profile list with services
` [RFC v1 06/11] profile: Use btd_service for probing profiles
` [RFC v1 07/11] audio: Hold a reference to btd_service
` [RFC v1 08/11] network: "
` [RFC v1 09/11] input: "
` [RFC v1 10/11] service: Add callbacks to track state changes
` [RFC v1 11/11] profile: Use btd_service for connect/disconnect
Problem Running Bluez Tests
2013-03-26 14:22 UTC (6+ messages)
[PATCH 0/2] Fix Inquiry command support in HCI request framework
2013-03-26 13:17 UTC (7+ messages)
` [PATCH 1/2] Bluetooth: Fix HCI request for Inquiry command
Installing & Compiling Bluez From Git
2013-03-26 1:02 UTC
pull request: bluetooth-next 2013-03-21
2013-03-25 20:40 UTC (2+ messages)
[PATCH] Bluetooth: Add support for Foxconn / Hon Hai [0489:e04d] Add support for the AR3012 chip in SONY SVS13129
2013-03-25 19:55 UTC (2+ messages)
[PATCH BlueZ 0/6] attrib: Remove glib basic data types usage
2013-03-25 14:50 UTC (3+ messages)
[PATCH BlueZ] gatttool: fix parameter type/name from le to psm
2013-03-25 12:27 UTC (2+ messages)
[PATCH v4 0/6] client: agent implementation on bluetoothctl
2013-03-25 11:00 UTC (2+ messages)
[PATCH bluez] sdptool: fix recursive search
2013-03-25 10:46 UTC (2+ messages)
[PATCH BlueZ] test: Fix list-devices when there is more than one adapter
2013-03-25 9:36 UTC (2+ messages)
Fwd: CSR chipset sco voice routing
2013-03-25 5:36 UTC
[RFC v0 00/11] struct btd_service in core
2013-03-22 19:18 UTC (14+ messages)
` [RFC v0 01/11] core: Add btd_service to represent device services
` [RFC v0 02/11] device: Use btd_service to represent profiles
` [RFC v0 03/11] device: Replace connected_profiles with btd_service
` [RFC v0 05/11] device: Replace pending profile list with services
[PATCH 0/6] The Autopair strikes back
2013-03-22 17:36 UTC (5+ messages)
MAP client: Add support for receiving notifications
2013-03-22 12:44 UTC (3+ messages)
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;
as well as URLs for NNTP newsgroup(s).