linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-03-16 00:26:29 to 2010-04-08 03:59:16 UTC [more...]

[PATCH 1/2] Report local services(UUIDs) through DBus
 2010-04-08  3:59 UTC  (5+ messages)
` [PATCH 2/2] Correct UUIDs list to EIR

Kernel panic when handing Motorola S305 headset
 2010-04-08  0:15 UTC  (3+ messages)

[PATCH] Update service class on adapter-by-adapter basis
 2010-04-07 21:34 UTC 

[PATCH v3 0/2] Services through DBus and correct EIR
 2010-04-07 17:35 UTC  (4+ messages)
` [PATCH v3 1/2] Report local services(UUIDs) through DBus
  ` [PATCH v3 2/2] Correct UUIDs list to EIR

[PATCH v2 0/2] Services through DBus and correct EIR
 2010-04-07 15:30 UTC  (4+ messages)
` [PATCH v2 1/2] Report local services(UUIDs) through DBus
  ` [PATCH v2 2/2] Correct UUIDs list to EIR

upper limit of bonded devices?
 2010-04-07 13:07 UTC  (6+ messages)

[PATCH] btusb: Raw mode and ACL/SCO data
 2010-04-07 12:53 UTC 

Question regarding HS Connection
 2010-04-07  9:32 UTC  (3+ messages)

[PATCH] Multi-Channel Adaptation Protocol
 2010-04-06 14:00 UTC 

obexd and phonebook-ebook.c (PBAP support)
 2010-04-05  8:36 UTC  (2+ messages)

Memory corruptions on sdp resolve
 2010-04-05  1:38 UTC 

Question about BlueZ's configure script
 2010-04-04 13:14 UTC  (2+ messages)

Bluetooth connection from Windows to uClinux
 2010-04-02  9:49 UTC  (2+ messages)

S2RAM broken on HP 8530p (btusb involved)
 2010-04-01 22:31 UTC 

Patches for eL2CAP
 2010-04-01 20:23 UTC  (35+ messages)
` [PATCH 01/34] Bluetooth: Implement 'Send IorRRorRNR' event
  ` [PATCH 02/34] Bluetooth: Support case with F bit set under WAIT_F state
    ` [PATCH 03/34] Bluetooth: Fix memory leak of S-frames into L2CAP
      ` [PATCH 04/34] Bluetooth: Check the minimum {I,S}-frame size "
        ` [PATCH 05/34] Bluetooth: Check if SDU size is greater than MTU on L2CAP
          ` [PATCH 06/34] Bluetooth: Fix expected_tx_seq calculation "
            ` [PATCH 07/34] Bluetooth: Implement SendAck() Action on ERTM
              ` [PATCH 08/34] Bluetooth: Move set of P-bit to l2cap_send_sframe()
                ` [PATCH 09/34] Bluetooth: Add Recv RR (P=0)(F=0) for SREJ_SENT state on ERTM
                  ` [PATCH 10/34] Bluetooth: Use a l2cap_pinfo struct instead l2cap_pi() macro
                    ` [PATCH 11/34] Bluetooth: Fix ACL MTU issue
                      ` [PATCH 12/34] Bluetooth: Split l2cap_data_channel_sframe()
                        ` [PATCH 13/34] Bluetooth: Handle all cases of receipt of RNR-frames into L2CAP
                          ` [PATCH 14/34] Bluetooth: Group the ack of I-frames into l2cap_data_channel_rrframe()
                            ` [PATCH 15/34] Bluetooth: Remove duplicate use of __get_reqseq() macro on L2CAP
                              ` [PATCH 16/34] Bluetooth: Finish implementation for Rec RR (P=1) on ERTM
                                ` [PATCH 17/34] Bluetooth: Ignore I-frames with a duplicated txSeq
                                  ` [PATCH 18/34] Bluetooth: Add timer to Acknowledge I-frames
                                    ` [PATCH 19/34] Bluetooth: Move specific Basic Mode code to the right place
                                      ` [PATCH 20/34] Bluetooth: Ignore Tx Window value with Streaming mode
                                        ` [PATCH 21/34] Bluetooth: Read RFC conf option on a successful Conf RSP
                                          ` [PATCH 22/34] Bluetooth: Fix configuration of the MPS value
                                            ` [PATCH 23/34] Bluetooth: Add le16 macro to Retransmission and Monitor Timeouts values
                                              ` [PATCH 24/34] Bluetooth: Check the SDU size against the MTU value
                                                ` [PATCH 25/34] Bluetooth: Send Ack after clear the SREJ list
                                                  ` [PATCH 26/34] Bluetooth: Add sockopt configuration for txWindow on L2CAP
                                                    ` [PATCH 27/34] Bluetooth: Change acknowledgement to use the value of txWindow
                                                      ` [PATCH 28/34] Bluetooth: Add module parameter for txWindow size on L2CAP
                                                        ` [PATCH 29/34] Bluetooth: Enable option to configure Max Transmission value via sockopt
                                                          ` [PATCH 30/34] Bluetooth: Make hci_send_acl() void
                                                            ` [PATCH 31/34] Bluetooth: Make hci_send_sco() void
                                                              ` [PATCH 32/34] Bluetooth: Return the data length sent on connectionless channels
                                                                ` [PATCH 33/34] Bluetooth: Clean sco_send_frame() flow
                                                                  ` [PATCH 34/34] Bluetooth: Remove unneeded check for MTU on sco_send_frame()

[PATCH] Added support for Atheros AR300x Bluetooth Chip
 2010-03-31 10:59 UTC  (4+ messages)
  ` [PATCH] Added Host level support for Atheros AR3xxx "

[PATCH 1/4] l2test: add option to use SOCK_STREAM
 2010-03-30 18:53 UTC  (4+ messages)
` [PATCH 2/4] Add duplex test case to l2test
  ` [PATCH 3/4] Add txWindow and MaxTt to l2cap_options
    ` [PATCH 4/4] Add options to test MaxTx and TxWindow

[PATCH 00/19] Patches for eL2CAP
 2010-03-30 18:52 UTC  (36+ messages)
` [PATCH 01/19] Bluetooth: Implement 'Send IorRRorRNR' event
  ` [PATCH 02/19] Bluetooth: Support case with F bit set under WAIT_F state
    ` [PATCH 03/19] Bluetooth: Fix memory leak of S-frames into L2CAP
      ` [PATCH 04/19] Bluetooth: Check the minimum {I,S}-frame size "
        ` [PATCH 05/19] Bluetooth: Check if SDU size is greater than MTU on L2CAP
          ` [PATCH 06/19] Bluetooth: Fix expected_tx_seq calculation "
            ` [PATCH 07/19] Bluetooth: Implement SendAck() Action on ERTM
              ` [PATCH 08/19] Bluetooth: Move set of P-bit to l2cap_send_sframe()
                ` [PATCH 09/19] Bluetooth: Add Recv RR (P=0)(F=0) for SREJ_SENT state on ERTM
                  ` [PATCH 10/19] Bluetooth: Use a l2cap_pinfo struct instead l2cap_pi() macro
                    ` [PATCH 11/19] Bluetooth: Fix ACL MTU issue
                      ` [PATCH 12/19] Bluetooth: Split l2cap_data_channel_sframe()
                        ` [PATCH 13/19] Bluetooth: Handle all cases of receipt of RNR-frames into L2CAP
                          ` [PATCH 14/19] Bluetooth: Group the ack of I-frames into l2cap_data_channel_rrframe()
                            ` [PATCH 15/19] Bluetooth: Remove duplicate use of __get_reqseq() macro on L2CAP
                              ` [PATCH 16/19] Bluetooth: Finish implementation for Rec RR (P=1) on ERTM
                                ` [PATCH 17/19] Bluetooth: Ignore I-frames with a duplicated txSeq
                                  ` [PATCH 18/19] Bluetooth: Add timer to Acknowledge I-frames
                                    ` [PATCH 19/19] Bluetooth: Move specific Basic Mode code to the right place
                                      ` [PATCH 1/6] Bluetooth: Ignore Tx Window value with Streaming mode
                                        ` [PATCH 2/6] Bluetooth: Read RFC conf option on a successful Conf RSP
                                          ` [PATCH 3/6] Bluetooth: Fix configuration of the MPS value
                                            ` [PATCH 4/6] Bluetooth: Add le16 macro to Retransmission and Monitor Timeouts values
                                              ` [PATCH 5/6] Bluetooth: Check the SDU size against the MTU value
                                                ` [PATCH 6/6] Bluetooth: Close channel when an invalid ReqSeq is received
                                      ` [PATCH 01/10] Bluetooth: Ignore Tx Window value with Streaming mode
                                        ` [PATCH 02/10] Bluetooth: Read RFC conf option on a successful Conf RSP
                                          ` [PATCH 03/10] Bluetooth: Fix configuration of the MPS value
                                            ` [PATCH 04/10] Bluetooth: Add le16 macro to Retransmission and Monitor Timeouts values
                                              ` [PATCH 05/10] Bluetooth: Check the SDU size against the MTU value
                                                ` [PATCH 06/10] Bluetooth: Send Ack after clear the SREJ list
                                                  ` [PATCH 07/10] Bluetooth: Add sockopt configuration for txWindow on L2CAP
                                                    ` [PATCH 08/10] Bluetooth: Change acknowledgement to use the value of txWindow
                                                      ` [PATCH 09/10] Bluetooth: Add module parameter for txWindow size on L2CAP
                                                        ` [PATCH 10/10] Bluetooth: Enable option to configure Max Transmission value via sockopt

[PATCH] Fix bootstrap-configure command line parsing
 2010-03-30 18:52 UTC  (3+ messages)
` [PATCH] Add new S-frame types to l2cap parser

[PATCH v2 1/2] Report local services(UUIDs) through DBus
 2010-03-30  1:21 UTC  (9+ messages)
` [PATCH v2 2/2] Emit Adapter.PropertyChanged when UUIDs change

[PATCH] Return error when modem_obj_path is NULL
 2010-03-29 21:02 UTC  (2+ messages)

[PATCH] Check modem_obj_path is not NULL
 2010-03-29 20:32 UTC  (3+ messages)

[PATCH] Allow bccmd psset to get words along with bytes
 2010-03-29 19:50 UTC 

Sending big patches
 2010-03-29  7:03 UTC 

GSOC 2010 - DUN Client
 2010-03-28 17:47 UTC 

hci0 urb xxxxxxxxx failed to resubmit (1)
 2010-03-27 14:19 UTC 

[PATCH] Fix display of last device classes in hciconfig
 2010-03-27  9:20 UTC  (4+ messages)

Small issue to receive "org.bluez.AudioSource" dbus message
 2010-03-26  3:12 UTC 

[PATCH] Set voice_call.watch in correct way
 2010-03-25 16:30 UTC  (2+ messages)

Problems with bt_io_listen
 2010-03-25 16:13 UTC  (3+ messages)

2.6.34-rc1: bluetooth oops
 2010-03-25 14:26 UTC  (4+ messages)

[PATCH] Support relative path on send-files example
 2010-03-25 13:13 UTC  (2+ messages)

[PATCH] Report local services(UUIDs) through DBus
 2010-03-24 21:53 UTC  (2+ messages)

[PATCH 1/1] bluetooth: BT driver using ST for TI combo devices
 2010-03-24 21:37 UTC 

A strange compatible problem for eSCO audio with CSR USB Bluetooth dongle
 2010-03-24 21:08 UTC  (7+ messages)

[PATCH] Print pkt_type when decoding Setup Synchronous Connection command
 2010-03-24 21:03 UTC  (2+ messages)

[RFC] Release Plan for ERTM, Streaming Mode, FCS and SAR on L2CAP
 2010-03-24  0:57 UTC  (3+ messages)

[PATCH 1/4] Bluetooth: Add sockopt configuration for txWindow on L2CAP
 2010-03-23 22:35 UTC  (8+ messages)
` [PATCH 2/4] Bluetooth: Change acknowledgement to use the value of txWindow
  ` [PATCH 3/4] Bluetooth: Add module parameter for txWindow size on L2CAP
    ` [PATCH 4/4] Bluetooth: Enable option to configure Max Transmission value via sockopt

Can't turn off bluetooth with discoverable mode on Lucid
 2010-03-23  9:41 UTC 

BlueZ GSoC 2010
 2010-03-22 17:27 UTC  (4+ messages)

[PATCH] Fix error not being propagated properly
 2010-03-22 11:11 UTC  (3+ messages)

[PATCH 1/2] Add separate mode switching function wacom bluetooth pen tablet
 2010-03-22  8:48 UTC  (7+ messages)
` [PATCH 2/2] Add sysfs speed attribute for wacom bluetooth tablet

[RFC PATCH 07/19] pcmcia: re-work pcmcia_request_irq()
 2010-03-21 23:07 UTC  (2+ messages)
` [RFC PATCH 09/19] pcmcia: dev_node removal (write-only drivers)

HCI_MAX_DEV is a bit too small
 2010-03-21 22:26 UTC  (4+ messages)

[bluetooth-next V3] Bluetooth: handle device reset event
 2010-03-21  5:48 UTC  (4+ messages)

[PATCH] Bluetooth: Allow SCO/eSCO packet type selection for outgoing SCO connections
 2010-03-19 18:48 UTC  (11+ messages)

Kernel panic in rfcomm_run - unbalanced refcount on rfcomm_session
 2010-03-19  8:33 UTC  (7+ messages)

[PATCH] Bluetooth: Fix kernel crash on BT stress tests
 2010-03-19  8:31 UTC  (5+ messages)

[PATCH 1/4] Bluetooth: Add sockopt configuration for txWindow on L2CAP
 2010-03-16 18:50 UTC  (10+ messages)
` [PATCH 2/4] Bluetooth: Fix remote and local txWindow roles "
  ` [PATCH 3/4] Bluetooth: Add module parameter for txWindow size "
    ` [PATCH 4/4] Bluetooth: Enable option to configure Max Transmission value via sockopt

[PATCH] Add sysfs battery & speed attributes for wacom bluetooth tablet
 2010-03-16 14:09 UTC  (11+ messages)
    ` [PATCH] Expose wacom pen tablet battery and ac thru power_supply class

[PATCH 1/3] Add duplex test case to l2test
 2010-03-16  0:27 UTC  (3+ messages)
` [PATCH 2/3] Add txWindow and MaxTt to l2cap_options
  ` [PATCH 3/3] Add options to test MaxTx and TxWindow


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