Linux Bluetooth Wireless
[Prev Page][Next Page]
- [PATCH 0/7] Use HCI request framework to enable LE scanning,
Andre Guedes
- [PATCH v6 00/17] mSBC investigations,
Frédéric Dalleau
- [PATCH v6 01/17] sbc: Add encoder_state to analysis functions, Frédéric Dalleau
- [PATCH v6 04/17] sbc: add odd member variable to sbc_encoder_state, Frédéric Dalleau
- [PATCH v6 03/17] sbc: Rename sbc_analyze_4b_xx to sbc_analyze_xx, Frédéric Dalleau
- [PATCH v6 07/17] sbc: Add iwmmxt primitive for 1b 8s encoding, Frédéric Dalleau
- [PATCH v6 06/17] sbc: Add armv6 primitive for 1b 8s analysis, Frédéric Dalleau
- [PATCH v6 02/17] sbc: Break 4 blocks processing to variable steps, Frédéric Dalleau
- [PATCH v6 08/17] sbc: Add plain C primitive for 1b 8s analysis, Frédéric Dalleau
- [PATCH v6 05/17] sbc: Add mmx primitive for 1b 8s analysis, Frédéric Dalleau
- [PATCH v6 09/17] sbc: Use plain C primitive if doing msbc on neon, Frédéric Dalleau
- [PATCH v6 10/17] sbc: Fix input reordering for 15 blocks case, Frédéric Dalleau
- [PATCH v6 12/17] sbc: Declare and implement sbc_init_msbc, Frédéric Dalleau
- [PATCH v6 11/17] sbc: Add SBC_MSBC flag to enable 15 block encoding, Frédéric Dalleau
- [PATCH v6 13/17] sbc: Add support for mSBC frame header, Frédéric Dalleau
- [PATCH v6 17/17] sbc: bump version number, Frédéric Dalleau
- [PATCH v6 14/17] sbc: Update sbcdec for msbc, Frédéric Dalleau
- [PATCH v6 15/17] sbc: Update sbcenc for msbc, Frédéric Dalleau
- [PATCH v6 16/17] sbc: Update sbcinfo for msbc, Frédéric Dalleau
- Re: [PATCH v6 00/17] mSBC investigations, Dalleau, Frederic
- [PATCH v2 0/6] Bluetooth: HCI command synchronisation fixes,
Johan Hedberg
- [PATCH 0/5] Bluetooth: HCI command synchronisation fixes,
Johan Hedberg
- [Bug 54901] New: New USB ID for AR9462,
bugzilla-daemon
- [PATCH v3 00/11] Bluetooth: Add asynchronous request support,
Johan Hedberg
- [PATCH v3 01/11] Bluetooth: Rename hci_request to hci_req_sync, Johan Hedberg
- [PATCH v3 02/11] Bluetooth: Fix __hci_request() handling of empty requests, Johan Hedberg
- [PATCH v3 03/11] Bluetooth: Split HCI init sequence into three stages, Johan Hedberg
- [PATCH v3 04/11] Bluetooth: Add initial skeleton for asynchronous HCI requests, Johan Hedberg
- [PATCH v3 05/11] Bluetooth: Refactor HCI command skb creation, Johan Hedberg
- [PATCH v3 07/11] Bluetooth: Fix stand-alone HCI command handling, Johan Hedberg
- [PATCH v3 06/11] Bluetooth: Introduce new hci_req_add function, Johan Hedberg
- [PATCH v3 08/11] Bluetooth: Add request cmd_complete and cmd_status functions, Johan Hedberg
- [PATCH v3 10/11] Bluetooth: Remove unused hdev->init_last_cmd, Johan Hedberg
- [PATCH v3 11/11] Bluetooth: Remove empty HCI event handlers, Johan Hedberg
- [PATCH v3 09/11] Bluetooth: Use async requests internally in hci_req_sync, Johan Hedberg
- Re: [PATCH v3 00/11] Bluetooth: Add asynchronous request support, Marcel Holtmann
- [PATCH v2 0/6] Fix state callbacks register/unregister in audio code,
Szymon Janc
- [PATCH v2 0/3] Add support for retrieving messages in fractions,
Christian Fetzer
- [PATCH 0/6] Fix state callbacks register/unregister in audio code,
Szymon Janc
- [PATCH v2 00/11] Bluetooth: Add asynchronous request support,
Johan Hedberg
- [PATCH v2 01/11] Bluetooth: Rename hci_request to hci_req_sync, Johan Hedberg
- [PATCH v2 02/11] Bluetooth: Fix __hci_request() handling of empty requests, Johan Hedberg
- [PATCH v2 03/11] Bluetooth: Split HCI init sequence into three stages, Johan Hedberg
- [PATCH v2 04/11] Bluetooth: Add initial skeleton for asynchronous HCI requests, Johan Hedberg
- [PATCH v2 05/11] Bluetooth: Refactor HCI command skb creation, Johan Hedberg
- [PATCH v2 06/11] Bluetooth: Introduce new hci_req_add function, Johan Hedberg
- [PATCH v2 07/11] Bluetooth: Introduce a hci_req_from_skb function, Johan Hedberg
- [PATCH v2 08/11] Bluetooth: Add request cmd_complete and cmd_status functions, Johan Hedberg
- [PATCH v2 10/11] Bluetooth: Remove unused hdev->init_last_cmd, Johan Hedberg
- [PATCH v2 11/11] Bluetooth: Remove empty HCI event handlers, Johan Hedberg
- [PATCH v2 09/11] Bluetooth: Use async requests internally in hci_req_sync, Johan Hedberg
- [PATCH BlueZ 0/6] attrib: Remove glib basic data types usage,
Jefferson Delfes
- [PATCH BlueZ] gatttool: fix parameter type/name from le to psm,
Jefferson Delfes
- rfcomm example setup,
Randy Yates
- [PATCH BlueZ 1/4 v2] audio: Remove profile enabling/disabling logic,
Luiz Augusto von Dentz
- [PATCH 1/3] attrib: Remove redundant NULL check,
Jaganath Kanakkassery
- [PATCH 00/11] Bluetooth: Add asynchronous request support,
Johan Hedberg
- [PATCH 01/11] Bluetooth: Rename hci_request to hci_req_sync, Johan Hedberg
- [PATCH 02/11] Bluetooth: Fix __hci_req_sync() handling of empty requests, Johan Hedberg
- [PATCH 03/11] Bluetooth: Split HCI init sequence into three stages, Johan Hedberg
- [PATCH 04/11] Bluetooth: Add initial skeleton for asynchronous HCI requests, Johan Hedberg
- [PATCH 05/11] Bluetooth: Refactor HCI command skb creation, Johan Hedberg
- [PATCH 06/11] Bluetooth: Introduce new hci_req_cmd function, Johan Hedberg
- [PATCH 07/11] Bluetooth: Introduce a hci_req_from_skb function, Johan Hedberg
- [PATCH 08/11] Bluetooth: Add request cmd_complete and cmd_status functions, Johan Hedberg
- [PATCH 09/11] Bluetooth: Use async requests internally in hci_req_sync, Johan Hedberg
- [PATCH 10/11] Bluetooth: Remove unused hdev->init_last_cmd, Johan Hedberg
- [PATCH 11/11] Bluetooth: Remove empty HCI event handlers, Johan Hedberg
- [PATCH BlueZ 00/10 v4] AVRCP Fixes,
Luiz Augusto von Dentz
- [PATCH] Add GetCachedServices to device API.,
Alex Deymo
- [RFC BlueZ v0 00/10] Service Discovery/GATT cleanup,
Vinicius Costa Gomes
- [RFC BlueZ v0 01/10] device: Clean up the ATT Connection attempt when it is cancelled, Vinicius Costa Gomes
- [RFC BlueZ v0 02/10] device: Separate SDP browse from GATT discover primary services, Vinicius Costa Gomes
- [RFC BlueZ v0 03/10] device: Fix removing profiles, Vinicius Costa Gomes
- [RFC BlueZ v0 04/10] device: Remove misleading function, Vinicius Costa Gomes
- [RFC BlueZ v0 05/10] device: Use only one entry point for LE connections, Vinicius Costa Gomes
- [RFC BlueZ v0 06/10] gatt: Handle errors when g_attrib_send() in gatt_discover_primary(), Vinicius Costa Gomes
- [RFC BlueZ v0 08/10] gatt: Better lifetime tracking for Find Included services, Vinicius Costa Gomes
- [RFC BlueZ v0 07/10] gatt: Track the lifetime of Primary Discovery requests, Vinicius Costa Gomes
- [RFC BlueZ v0 09/10] gatt: Add lifetime tracking for Discover Characteristics requests, Vinicius Costa Gomes
- [RFC BlueZ v0 10/10] device: Remove detection of removed services during SDP browse, Vinicius Costa Gomes
- [RFC v2 0/7] One remote UUID per btd_profile,
Mikel Astiz
- [PATCH BlueZ 1/3] audio: Remove profile enabling/disabling logic,
Luiz Augusto von Dentz
- Bluez 5.2 A2DP: "Unable to select SEP",
Scott James Remnant
- [PATCH 0/2] obexd: Add support for retrieving messages in fractions,
Christian Fetzer
- [PATCH BlueZ 00/10 v3] AVRCP Fixes,
Luiz Augusto von Dentz
- [PATCH v2 0/6] Bluetooth: Rework the RFCOMM session refcnt,
Dean Jenkins
- [PATCH 0/4] Bluetooth: Local name fixes for LE controllers,
Johan Hedberg
- [PATCH BlueZ 0/9 v2] AVRCP Fixes,
Luiz Augusto von Dentz
- Can I make USB sound card be available over BT? How?, W.P.
- [PATCH BlueZ 0/9] AVRCP Fixes,
Luiz Augusto von Dentz
- [PATCH BlueZ 1/3 v3] unit: Add gdbus/client_set_string_property,
Luiz Augusto von Dentz
- [PATCH BlueZ 1/3 v2] unit: Add gdbus/client_set_string_property,
Luiz Augusto von Dentz
- [PATCH v3 00/16] Bluetooth: Add HCI transaction framework,
Johan Hedberg
- [PATCH v3 01/16] Bluetooth: Fix __hci_request() handling of empty requests, Johan Hedberg
- [PATCH v3 04/16] Bluetooth: Refactor HCI command skb creation, Johan Hedberg
- [PATCH v3 03/16] Bluetooth: Add initial skeleton for HCI transaction framework, Johan Hedberg
- [PATCH v3 05/16] Bluetooth: Introduce new hci_transaction_cmd function, Johan Hedberg
- [PATCH v3 06/16] Bluetooth: Introduce a hci_transaction_from_skb function, Johan Hedberg
- [PATCH v3 09/16] Bluetooth: Remove unused hdev->init_last_cmd, Johan Hedberg
- [PATCH v3 08/16] Bluetooth: Convert hci_request to use HCI transaction framework, Johan Hedberg
- [PATCH v3 10/16] Bluetooth: Move power on HCI command updates to their own function, Johan Hedberg
- [PATCH v3 12/16] Bluetooth: Wait for HCI command completion with mgmt_set_powered, Johan Hedberg
- [PATCH v3 15/16] Bluetooth: Remove useless HCI_PENDING_CLASS flag, Johan Hedberg
- [PATCH v3 13/16] Bluetooth: Fix busy condition testing for EIR and class updates, Johan Hedberg
- [PATCH v3 16/16] Bluetooth: Remove empty HCI event handlers, Johan Hedberg
- [PATCH v3 14/16] Bluetooth: Fix UUID/class mgmt command response synchronization, Johan Hedberg
- [PATCH v3 11/16] Bluetooth: Update mgmt powered HCI commands to use transactions, Johan Hedberg
- [PATCH v3 02/16] Bluetooth: Split HCI init sequence into three stages, Johan Hedberg
- [PATCH v3 07/16] Bluetooth: Add transaction cmd_complete and cmd_status functions, Johan Hedberg
- Re: [PATCH v3 00/16] Bluetooth: Add HCI transaction framework, Vinicius Costa Gomes
- [RFC 0/1] avrcp: Add support for multiple players on the CT side,
Alexandros Antonopoulos
- [PATCH BlueZ 1/3] unit: Add gdbus/client_set_string_property,
Luiz Augusto von Dentz
- [PATCH 0/6] Bluetooth: Rework the RFCOMM session refcnt,
dean_jenkins
- [PATCH v2 0/8] MAP client: notification support,
Christian Fetzer
- fd argument in NewConnection() Method (profile-api.txt),
Randy Yates
- RequestDisconnection() Operation,
Randy Yates
- [PATCH 00/16] Rewrite HIDP Session Management,
David Herrmann
- [PATCH 01/16] Bluetooth: discard bt_sock_unregister() errors, David Herrmann
- [PATCH 02/16] Bluetooth: change bt_sock_unregister() to return void, David Herrmann
- [PATCH 03/16] Bluetooth: hidp: simplify error path in sock-init, David Herrmann
- [PATCH 04/16] Bluetooth: hidp: verify l2cap sockets, David Herrmann
- [PATCH 05/16] Bluetooth: rename hci_conn_put to hci_conn_drop, David Herrmann
- [PATCH 06/16] Bluetooth: remove unneeded hci_conn_hold/put_device(), David Herrmann
- [PATCH 07/16] Bluetooth: introduce hci_conn ref-counting, David Herrmann
- [PATCH 08/16] Bluetooth: hidp: remove unused session->state field, David Herrmann
- [PATCH 09/16] Bluetooth: hidp: test "terminate" before sleeping, David Herrmann
- [PATCH 10/16] Bluetooth: allow constant arguments for bacmp()/bacpy(), David Herrmann
- [PATCH 11/16] Bluetooth: l2cap: add l2cap_sock_get_hci_conn() helper, David Herrmann
- [PATCH 12/16] Bluetooth: add hci_conn_user sub-modules, David Herrmann
- [PATCH 13/16] Bluetooth: hidp: move hidp_schedule() to core.c, David Herrmann
- [PATCH 14/16] Bluetooth: hidp: add new session-management helpers, David Herrmann
- [PATCH 15/16] Bluetooth: hidp: remove old session-management, David Herrmann
- [PATCH 16/16] Bluetooth: hidp: handle kernel_sendmsg() errors correctly, David Herrmann
- Re: [PATCH 00/16] Rewrite HIDP Session Management, David Herrmann
- [PATCH BlueZ 0/2] Some more prerequisites for the playstation-peripheral plugin,
Antonio Ospite
- [PATCH BlueZ] profile: Fix crash when registering an invalid profile,
Vinicius Costa Gomes
- Device Connected/Unconnected Events,
Randy Yates
- [PATCH] hidp: Ensure the session is marked as terminating to enable other functions to abort early., Karl Relton
- [PATCH] Bluetooth: Remove unused hdev->init_last_cmd, Johan Hedberg
- [PATCH v2 00/15] Bluetooth: Add HCI transaction framework,
Johan Hedberg
- [PATCH v2 01/15] Bluetooth: Fix __hci_request() handling of empty requests, Johan Hedberg
- [PATCH v2 05/15] Bluetooth: Introduce new hci_transaction_cmd function, Johan Hedberg
- [PATCH v2 03/15] Bluetooth: Add initial skeleton for HCI transaction framework, Johan Hedberg
- [PATCH v2 07/15] Bluetooth: Add transaction cmd_complete and cmd_status functions, Johan Hedberg
- [PATCH v2 06/15] Bluetooth: Introduce a hci_transaction_from_skb function, Johan Hedberg
- [PATCH v2 08/15] Bluetooth: Convert hci_request to use HCI transaction framework, Johan Hedberg
- [PATCH v2 09/15] Bluetooth: Move power on HCI command updates to their own function, Johan Hedberg
- [PATCH v2 10/15] Bluetooth: Update mgmt powered HCI commands to use transactions, Johan Hedberg
- [PATCH v2 12/15] Bluetooth: Fix busy condition testing for EIR and class updates, Johan Hedberg
- [PATCH v2 11/15] Bluetooth: Wait for HCI command completion with mgmt_set_powered, Johan Hedberg
- [PATCH v2 04/15] Bluetooth: Refactor HCI command skb creation, Johan Hedberg
- [PATCH v2 13/15] Bluetooth: Fix UUID/class mgmt command response synchronization, Johan Hedberg
- [PATCH v2 15/15] Bluetooth: Remove empty HCI event handlers, Johan Hedberg
- [PATCH v2 02/15] Bluetooth: Split HCI init sequence into three stages, Johan Hedberg
- [PATCH v2 14/15] Bluetooth: Remove useless HCI_PENDING_CLASS flag, Johan Hedberg
- [PATCH 00/14] Bluetooth: Add HCI transaction framework,
Johan Hedberg
- [PATCH 01/14] Bluetooth: Fix __hci_request() handling of empty requests, Johan Hedberg
- [PATCH 02/14] Bluetooth: Split HCI init sequence into three stages, Johan Hedberg
- [PATCH 03/14] Bluetooth: Add initial skeleton for HCI transaction framework, Johan Hedberg
- [PATCH 04/14] Bluetooth: Refactor HCI command skb creation, Johan Hedberg
- [PATCH 06/14] Bluetooth: Introduce a hci_transaction_from_skb function, Johan Hedberg
- [PATCH 05/14] Bluetooth: Introduce new hci_transaction_cmd function, Johan Hedberg
- [PATCH 08/14] Bluetooth: Convert hci_request to use HCI transaction framework, Johan Hedberg
- [PATCH 07/14] Bluetooth: Add transaction cmd_complete and cmd_status functions, Johan Hedberg
- [PATCH 09/14] Bluetooth: Update mgmt powered HCI commands to use transactions, Johan Hedberg
- [PATCH 10/14] Bluetooth: Wait for HCI command completion with mgmt_set_powered, Johan Hedberg
- [PATCH 11/14] Bluetooth: Fix busy condition testing for EIR and class updates, Johan Hedberg
- [PATCH 12/14] Bluetooth: Fix UUID/class mgmt command response synchronization, Johan Hedberg
- [PATCH 13/14] Bluetooth: Remove useless HCI_PENDING_CLASS flag, Johan Hedberg
- [PATCH 14/14] Bluetooth: Remove empty HCI event handlers, Johan Hedberg
- [PATCH v2] hidp: Make hidp_get_raw_report abort if the session is terminating.,
Karl Relton
- [PATCH] tools: btmgmt: Fix return value to return request id,
Timo Mueller
- hidp_get_raw_report source of 5 second delay in device removal,
Karl Relton
- Setting Link Level Security Mode,
Randy Yates
- Controlling Bluetooth RF Transmit Power Level in the WL1271L (tiwi-ble), Randy Yates
- [Randy Yates] Controlling Bluetooth RF Transmit Power Level in the WL127L, Randy Yates
- [PATCH BlueZ 1/2] tools: btmgmt: Add missing return after g_main_loop_quit(),
Anderson Lizardo
- [PATCH] bluetooth: Add support for atheros 04ca:3004 device to ath3k,
Josh Boyer
- [RFC BlueZ 1/2] A2DP: Mark start flag if resume happen while in configured state,
Luiz Augusto von Dentz
- [PATCH 1/2] tools: Fix compilation error with GINT_TO_POINTER,
Syam Sidhardhan
- Resend [PATCH] hidp: Make hidp_get_raw_report abort if the session is terminating,
Karl Relton
- Resend RFC [PATCH] hci: Fix race between hidp_session and hci code,
Karl Relton
- mgmt-api.txt,
Randy Yates
- BT_ADDR not updated,
Randy Yates
- [RFC v2 0/8] LE Connection Routine,
Andre Guedes
- [PATCH BlueZ 1/7] AVRCP: Prefix folder name with /Filesystem,
Luiz Augusto von Dentz
- [PATCH v2 1/6] neard: Use service name and not boolean to track if registered to neard,
Szymon Janc
- [PATCH 00/12 v3] Bluetooth: Asynchronous HCI transaction API,
Johan Hedberg
- [PATCH 01/12 v3] Bluetooth: Add initial hooks for HCI transaction support, Johan Hedberg
- [PATCH 02/12 v3] Bluetooth: Add basic start/complete HCI transaction functions, Johan Hedberg
- [PATCH 04/12 v3] Bluetooth: Add hci_transaction_from_skb function, Johan Hedberg
- [PATCH 03/12 v3] Bluetooth: Add hci_transaction_cmd_complete function, Johan Hedberg
- [PATCH 07/12 v3] Bluetooth: Fix mgmt powered indication by using a HCI transaction, Johan Hedberg
- [PATCH 09/12 v3] Bluetooth: Add HCI init sequence support for HCI transactions, Johan Hedberg
- [PATCH 05/12 v3] Bluetooth: Switch from hdev->cmd_q to using transactions, Johan Hedberg
- [PATCH 06/12 v3] Bluetooth: Remove unused hdev->cmd_q HCI command queue, Johan Hedberg
- [PATCH 08/12 v3] Bluetooth: Enable HCI transaction support cmd_status 0, Johan Hedberg
- [PATCH 12/12 v3] Bluetooth: Remove empty HCI event handlers, Johan Hedberg
- [PATCH 10/12 v3] Bluetooth: Convert hci_request to use HCI transactions, Johan Hedberg
- [PATCH 11/12 v3] Bluetooth: Remove unused hdev->init_last_cmd, Johan Hedberg
- [PATCH 00/12 v2] Bluetooth: Asynchronous HCI transaction API,
Johan Hedberg
- [PATCH 01/12 v2] Bluetooth: Add initial hooks for HCI transaction support, Johan Hedberg
- [PATCH 02/12 v2] Bluetooth: Add basic start/complete HCI transaction functions, Johan Hedberg
- [PATCH 03/12 v2] Bluetooth: Add hci_transaction_cmd_complete function, Johan Hedberg
- [PATCH 05/12 v2] Bluetooth: Switch from hdev->cmd_q to using transactions, Johan Hedberg
- [PATCH 06/12 v2] Bluetooth: Remove unused hdev->cmd_q HCI command queue, Johan Hedberg
- [PATCH 07/12 v2] Bluetooth: Fix mgmt powered indication by using a HCI transaction, Johan Hedberg
- [PATCH 08/12 v2] Bluetooth: Enable HCI transaction support cmd_status 0, Johan Hedberg
- [PATCH 04/12 v2] Bluetooth: Add hci_transaction_from_skb function, Johan Hedberg
- [PATCH 10/12 v2] Bluetooth: Convert hci_request to use HCI transactions, Johan Hedberg
- [PATCH 12/12 v2] Bluetooth: Remove empty HCI event handlers, Johan Hedberg
- [PATCH 09/12 v2] Bluetooth: Add HCI init sequence support for HCI transactions, Johan Hedberg
- [PATCH 11/12 v2] Bluetooth: Remove unused hdev->init_last_cmd, Johan Hedberg
- [PATCH sbc] build: Do not use deprecated AM_CONFIG_HEADER,
Lucas De Marchi
- [PATCH BlueZ v0] transport: Add new transport state set during init, Mikel Astiz
- [PATCH] doc: Add missing device RSSI property,
Szymon Janc
- [PATCH 1/2] doc: Fix device disconnect description,
Szymon Janc
- [PATCH] doc: Clarify device connect description,
Szymon Janc
- [PATCH] Correct the dbus service file's systemd unit name for bluez.,
William Douglas
- [PATCH 00/12] Bluetooth: Asynchronous HCI transaction API,
Johan Hedberg
- [PATCH 02/12] Bluetooth: Add basic start/complete HCI transaction functions, Johan Hedberg
- [PATCH 01/12] Bluetooth: Add initial hooks for HCI transaction support, Johan Hedberg
- [PATCH 03/12] Bluetooth: Add hci_transaction_cmd_complete function, Johan Hedberg
- [PATCH 06/12] Bluetooth: Remove unused hdev->cmd_q HCI command queue, Johan Hedberg
- [PATCH 08/12] Bluetooth: Enable HCI transaction support cmd_status 0, Johan Hedberg
- [PATCH 07/12] Bluetooth: Fix mgmt powered indication by using a HCI transaction, Johan Hedberg
- [PATCH 05/12] Bluetooth: Switch from hdev->cmd_q to using transactions, Johan Hedberg
- [PATCH 04/12] Bluetooth: Add hci_transaction_from_skb function, Johan Hedberg
- [PATCH 09/12] Bluetooth: Add HCI init sequence support for HCI transactions, Johan Hedberg
- [PATCH 12/12] Bluetooth: Remove empty HCI event handlers, Johan Hedberg
- [PATCH 11/12] Bluetooth: Remove unused hdev->init_last_cmd, Johan Hedberg
- [PATCH 10/12] Bluetooth: Convert hci_request to use HCI transactions, Johan Hedberg
[PATCH 1/2] obexd: Remove obc_session_setpath limit,
Christian Fetzer
[PATCH BlueZ] tools: Track transport state if player status is not supported, Luiz Augusto von Dentz
Fwd: Beginner Using a2dpsink, avdtpsink, and rtpsbcpay, John Westing
[RFC] bloodpressure: Add Blood Pressure API,
Waldemar Rymarkiewicz
[PATCH BlueZ v0] transport: Fix inconsistent transport state,
Mikel Astiz
[PATCH BlueZ 00/13] Fix SDP DE Type Descriptor validation issues,
Anderson Lizardo
- [PATCH BlueZ 01/13] unit: Add initial SDP library unit tests, Anderson Lizardo
- [PATCH BlueZ 02/13] lib: Add SDP_IS_ALT() macro, Anderson Lizardo
- [PATCH BlueZ 03/13] lib: Reuse identical code in sdp_get_{add,}_access_protos(), Anderson Lizardo
- [PATCH BlueZ 04/13] lib: Cleanup coding style in sdp_get_proto_descs(), Anderson Lizardo
- [PATCH BlueZ 05/13] lib: Fix missing DTD validation while accessing SDP data elements, Anderson Lizardo
- [PATCH BlueZ 06/13] unit: Add tests for sdp_get_lang_attr(), Anderson Lizardo
- [PATCH BlueZ 07/13] lib: Add missing DTD validation in sdp_record_print(), Anderson Lizardo
- [PATCH BlueZ 08/13] lib: Validate DTDs when parsing LanguageBaseAttributeIDList, Anderson Lizardo
- [PATCH BlueZ 09/13] lib: Validate DTDs when parsing BluetoothProfileDescriptorList, Anderson Lizardo
- [PATCH BlueZ 10/13] lib: Add comment to BluetoothProfileDescriptorList parsing workaround, Anderson Lizardo
- [PATCH BlueZ 11/13] lib: Validate DTDs when parsing VersionNumberList, Anderson Lizardo
- [PATCH BlueZ 12/13] unit: Add tests for sdp_get_profile_descs(), Anderson Lizardo
- [PATCH BlueZ 13/13] unit: Add tests for sdp_get_server_ver(), Anderson Lizardo
- [PATCH v2 BlueZ 00/13] Fix SDP DE Type Descriptor validation issues, Anderson Lizardo
- [PATCH BlueZ 02/13] lib: Add SDP_IS_ALT() macro, Anderson Lizardo
- [PATCH BlueZ 01/13] unit: Add initial SDP library unit tests, Anderson Lizardo
- [PATCH BlueZ 03/13] lib: Reuse identical code in sdp_get_{add,}_access_protos(), Anderson Lizardo
- [PATCH BlueZ 04/13] lib: Cleanup coding style in sdp_get_proto_descs(), Anderson Lizardo
- [PATCH BlueZ 05/13] lib: Fix missing DTD validation while accessing SDP data elements, Anderson Lizardo
- [PATCH BlueZ 06/13] unit: Add tests for sdp_get_lang_attr(), Anderson Lizardo
- [PATCH BlueZ 07/13] lib: Add missing DTD validation in sdp_record_print(), Anderson Lizardo
- [PATCH BlueZ 08/13] lib: Validate DTDs when parsing LanguageBaseAttributeIDList, Anderson Lizardo
- [PATCH BlueZ 09/13] lib: Validate DTDs when parsing BluetoothProfileDescriptorList, Anderson Lizardo
- [PATCH BlueZ 10/13] lib: Add comment to BluetoothProfileDescriptorList parsing workaround, Anderson Lizardo
- [PATCH BlueZ 11/13] lib: Validate DTDs when parsing VersionNumberList, Anderson Lizardo
- [PATCH BlueZ 12/13] unit: Add tests for sdp_get_profile_descs(), Anderson Lizardo
- [PATCH BlueZ 13/13] unit: Add tests for sdp_get_server_ver(), Anderson Lizardo
- Re: [PATCH v2 BlueZ 00/13] Fix SDP DE Type Descriptor validation issues, Anderson Lizardo
- [PATCH v3 BlueZ 00/13] Fix SDP DE Type Descriptor validation issues, Anderson Lizardo
- [PATCH BlueZ 05/13] lib: Fix missing DTD validation while accessing SDP data elements, Anderson Lizardo
- [PATCH BlueZ 02/13] lib: Add SDP_IS_ALT() macro, Anderson Lizardo
- [PATCH BlueZ 04/13] lib: Cleanup coding style in sdp_get_proto_descs(), Anderson Lizardo
- [PATCH BlueZ 12/13] unit: Add tests for sdp_get_profile_descs(), Anderson Lizardo
- [PATCH BlueZ 03/13] lib: Reuse identical code in sdp_get_{add,}_access_protos(), Anderson Lizardo
- [PATCH BlueZ 11/13] lib: Validate DTDs when parsing VersionNumberList, Anderson Lizardo
- [PATCH BlueZ 08/13] lib: Validate DTDs when parsing LanguageBaseAttributeIDList, Anderson Lizardo
- [PATCH BlueZ 01/13] unit: Add initial SDP library unit tests, Anderson Lizardo
- [PATCH BlueZ 07/13] lib: Add missing DTD validation in sdp_record_print(), Anderson Lizardo
- [PATCH BlueZ 13/13] unit: Add tests for sdp_get_server_ver(), Anderson Lizardo
- [PATCH BlueZ 09/13] lib: Validate DTDs when parsing BluetoothProfileDescriptorList, Anderson Lizardo
- [PATCH BlueZ 10/13] lib: Add comment to BluetoothProfileDescriptorList parsing workaround, Anderson Lizardo
- [PATCH BlueZ 06/13] unit: Add tests for sdp_get_lang_attr(), Anderson Lizardo
- Re: [PATCH v3 BlueZ 00/13] Fix SDP DE Type Descriptor validation issues, Johan Hedberg
Missing manpage for main.conf,
Rebecca Menessec
bluez 5.2 build problem,
Randy Yates
[PATCH BlueZ] A2DP: Fix invalid write,
Luiz Augusto von Dentz
[PATCH] gdbus: Always unreference the message in g_dbus_send_message(),
Tomasz Bursztyka
[PATCH] adapter: Fix registering adapter with no address,
Szymon Janc
[PATCH BlueZ] core: Fix calling profile .connect multiple times,
Luiz Augusto von Dentz
[PATCH BlueZ] gdbus: Fix missing PropertiesChanged signal,
Vinicius Costa Gomes
list_debug double add from bluetooth,
Dave Jones
[PATCH 00/14] neard plugin update,
Szymon Janc
- [PATCH 01/14] neard: Adjust errors to latest API changes, Szymon Janc
- [PATCH 02/14] neard: Refactor message processing, Szymon Janc
- [PATCH 04/14] neard: Move pairable check from check_adapter, Szymon Janc
- [PATCH 03/14] neard: Add ability to parse 'State' field, Szymon Janc
- [PATCH 05/14] adapter: Add btd_adapter_get_powered function, Szymon Janc
- [PATCH 07/14] adapter: Add btd_adapter_get_connectable function, Szymon Janc
- [PATCH 06/14] neard: Check if adapter is powered in PushOOB, Szymon Janc
- [PATCH 08/14] neard: Add support for setting power state in RequestOOB reply, Szymon Janc
- [PATCH 09/14] neard: Use path instead of boolean to track if registered to neard, Szymon Janc
- [PATCH 10/14] neard: Restrict method calls only to neard process, Szymon Janc
- [PATCH 12/14] neard: Update copyright information, Szymon Janc
- [PATCH 11/14] neard: Use bool instead of gboolean for agent_register_postpone, Szymon Janc
[Index of Archives]
[Bluez Devel]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]