linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-05-16 07:49:58 to 2012-05-18 18:05:12 UTC [more...]

[PATCH -v2] Bluetooth: Add MSG_MORE support to L2CAP sockets
 2012-05-18 18:05 UTC  (3+ messages)

[PATCH 1/2] AVRCP: Refactor the code using constants
 2012-05-18 17:52 UTC  (2+ messages)

[PATCH BlueZ 1/3 v2] AVRCP: Add define for VolumeChanged event
 2012-05-18 17:50 UTC  (5+ messages)
` [PATCH BlueZ 2/3 v2] AVRCP: Subscribe for VolumeChanged Notification
` [PATCH BlueZ 3/3 v2] AVRCP: Bump TG record to 1.4

[PATCH 1/3] Fix A2DP Sink/Source recognition
 2012-05-18 17:31 UTC  (8+ messages)
` [PATCH 2/3] Fix avrcp unregister potential crash
` [PATCH 3/3] Add support for AVRCP control,target role conf

[PATCH 1/2] Bluetooth: Use defined link key size
 2012-05-18 16:55 UTC  (5+ messages)
` [PATCH 2/2] Bluetooth: Define L2CAP conf continuation flag

[PATCH BlueZ 1/3] AVRCP: Add define for VolumeChanged event
 2012-05-18 16:07 UTC  (5+ messages)
` [PATCH BlueZ 2/3] AVRCP: Subscribe for VolumeChanged Notification
` [PATCH BlueZ 3/3] AVRCP: Bump TG record to 1.4

[PATCH Bluez v2 1/4] AVRCP: Register for VolumeChanged Notification
 2012-05-18 16:07 UTC  (2+ messages)

[PATCHv1 00/17] Bluetooth A2MP implementation
 2012-05-18 14:25 UTC  (18+ messages)
` [PATCHv1 01/17] Bluetooth: A2MP: Create A2MP channel
` [PATCHv1 02/17] Bluetooth: A2MP: AMP Manager basic functions
` [PATCHv1 03/17] Bluetooth: A2MP: Build and Send msg helpers
` [PATCHv1 04/17] Bluetooth: A2MP: Add chan callbacks
` [PATCHv1 05/17] Bluetooth: A2MP: Definitions for A2MP commands
` [PATCHv1 06/17] Bluetooth: A2MP: Define A2MP status codes
` [PATCHv1 07/17] Bluetooth: A2MP: Process A2MP messages
` [PATCHv1 08/17] Bluetooth: A2MP: Process A2MP Command Reject
` [PATCHv1 09/17] Bluetooth: A2MP: Process A2MP Discover Request
` [PATCHv1 10/17] Bluetooth: A2MP: Process A2MP Change Notify
` [PATCHv1 11/17] Bluetooth: A2MP: Process A2MP Get Info Request
` [PATCHv1 12/17] Bluetooth: A2MP: Process A2MP Get AMP Assoc Request
` [PATCHv1 13/17] Bluetooth: A2MP: Process A2MP Create Physlink Request
` [PATCHv1 14/17] Bluetooth: A2MP: Process A2MP Disc "
` [PATCHv1 15/17] Bluetooth: A2MP: Process A2MP Command Responses
` [PATCHv1 16/17] Bluetooth: A2MP: Handling fixed channels
` [PATCHv1 17/17] Bluetooth: A2MP: Manage incoming connections

[PATCH RFC] avdtp: Fix incorrect gchar buffer allocation
 2012-05-18 13:46 UTC 

Auto Generate configure & make files
 2012-05-18 11:33 UTC  (4+ messages)

[PATCH obexd v0 1/2] client: Fix NULL dereference in case of error
 2012-05-18  7:54 UTC  (2+ messages)
` [PATCH obexd v0 2/2] client: Simplify error-handling code

[PATCH 2/2] AVRCP: Add missing Player Setting feature in TG record
 2012-05-18  5:39 UTC 

[PATCH 1/2] AVRCP: Refactor the code using constants
 2012-05-18  5:13 UTC 

[PATCHv2] Bluetooth: Fix early return from l2cap_chan_del
 2012-05-18  4:19 UTC  (2+ messages)

[PATCH 00/25] ERTM state machine changes, part 3
 2012-05-18  3:53 UTC  (26+ messages)
` [PATCH 01/25] Bluetooth: Change default state of ERTM disable flag
` [PATCH 02/25] Bluetooth: Add a new L2CAP ERTM transmit state machine
` [PATCH 03/25] Bluetooth: Refactor l2cap_streaming_send
` [PATCH 04/25] Bluetooth: Refactor l2cap_ertm_send
` [PATCH 05/25] Bluetooth: Refactor l2cap_send_sframe
` [PATCH 06/25] Bluetooth: Consolidate common receive code for ERTM and streaming mode
` [PATCH 07/25] Bluetooth: Add streaming mode receive and incoming packet classifier
` [PATCH 08/25] Bluetooth: Remove receive code that has been superceded
` [PATCH 09/25] Bluetooth: Refactor l2cap_send_ack
` [PATCH 10/25] Bluetooth: Use the transmit state machine for busy state changes
` [PATCH 11/25] Bluetooth: Update l2cap_send_i_or_rr_or_rnr to fit the spec better
` [PATCH 12/25] Bluetooth: Add the ERTM receive state machine
` [PATCH 13/25] Bluetooth: Add implementation for retransmitting all unacked frames
` [PATCH 14/25] Bluetooth: Send SREJ frames when packets go missing
` [PATCH 15/25] Bluetooth: Reassemble all available data when retransmissions succeed
` [PATCH 16/25] Bluetooth: Handle SREJ requests to resend unacked frames
` [PATCH 17/25] Bluetooth: Handle incoming REJ frames
` [PATCH 18/25] Bluetooth: Use new header structures in l2cap_send_rr_or_rnr
` [PATCH 19/25] Bluetooth: Check rules when setting retransmit or monitor timers
` [PATCH 20/25] Bluetooth: Use the ERTM transmit state machine from timeout handlers
` [PATCH 21/25] Bluetooth: Simplify the ERTM ack timeout
` [PATCH 22/25] Bluetooth: Remove unneccesary inline
` [PATCH 23/25] Bluetooth: Set txwin values for streaming mode
` [PATCH 24/25] Bluetooth: Remove unused ERTM control field macros
` [PATCH 25/25] Bluetooth: Enable ERTM by default

[PATCH RESEND BlueZ v6 00/13] Better D-Bus introspection
 2012-05-18  3:37 UTC  (15+ messages)
` [PATCH RESEND BlueZ v6 01/13] Constify GDBus method tables
` [PATCH RESEND BlueZ v6 02/13] Constify GDBus signal tables
` [PATCH RESEND BlueZ v6 03/13] gdbus: add argument info to methods and signals
` [PATCH RESEND BlueZ v6 04/13] gdbus: add and use helpers for table declarations
` [PATCH RESEND BlueZ v6 05/13] Convert GDBus methods to use macro helpers
` [PATCH RESEND BlueZ v6 06/13] gdbus: use GDBusArgInfo to generate introspection
` [PATCH RESEND BlueZ v6 07/13] gdbus: loop over args to check message signature
` [PATCH RESEND BlueZ v6 08/13] Do not set signature and reply in GDBus tables
` [PATCH RESEND BlueZ v6 09/13] gdbus: remove signature and reply from tables
` [PATCH RESEND BlueZ v6 10/13] gdbus: add Deprecated annotation in introspection
` [PATCH RESEND BlueZ v6 11/13] gdbus: add Method.NoReply "
` [PATCH RESEND BlueZ v6 12/13] gdbus: do not check signature twice
` [PATCH RESEND BlueZ v6 13/13] adapter: "

[PATCH 0/2] l2cap_chan init and delete fixes for ERTM
 2012-05-18  3:30 UTC  (7+ messages)
` [PATCH 1/2] Bluetooth: Fix early return from l2cap_chan_del
` [PATCH 2/2] Bluetooth: Free allocated ERTM SREJ list if init fails

[PATCH BlueZ v6 00/15] gdbus: Better D-Bus introspection
 2012-05-18  2:55 UTC  (19+ messages)
` [PATCH BlueZ v6 01/15] gdbus: return if method signature is malformed
` [PATCH BlueZ v6 02/15] gdbus: do not call memset for terminating NUL
` [PATCH BlueZ v6 03/15] Constify GDBus method tables
` [PATCH BlueZ v6 04/15] Constify GDBus signal tables
` [PATCH BlueZ v6 05/15] gdbus: add argument info to methods and signals
` [PATCH BlueZ v6 06/15] gdbus: add and use helpers for table declarations
` [PATCH BlueZ v6 07/15] Convert GDBus methods to use macro helpers
` [PATCH BlueZ v6 08/15] gdbus: use GDBusArgInfo to generate introspection
` [PATCH BlueZ v6 09/15] gdbus: loop over args to check message signature
` [PATCH BlueZ v6 10/15] Do not set signature and reply in GDBus tables
` [PATCH BlueZ v6 11/15] gdbus: remove signature and reply from tables
` [PATCH BlueZ v6 12/15] gdbus: add Deprecated annotation in introspection
` [PATCH BlueZ v6 13/15] gdbus: add Method.NoReply "
` [PATCH BlueZ v6 14/15] gdbus: do not check signature twice
` [PATCH BlueZ v6 15/15] adapter: "

[PATCH v4] Add dbus service file that references the systemd unit
 2012-05-17 17:52 UTC  (2+ messages)

[PATCH] Add dbus service file that references the systemd unit
 2012-05-17 16:43 UTC  (7+ messages)
  ` [PATCH v2] "
        ` [PATCH v3] "

[PATCH RFC BlueZ 0/5] Time Profile (server) improvements
 2012-05-17 14:50 UTC  (5+ messages)

[RFC BlueZ v0 0/5] ACL disconnect reason
 2012-05-17 14:00 UTC  (10+ messages)

[PATCH v2] Bluetooth: Use hci_conn data to handle failed LE Connection Complete
 2012-05-17  8:05 UTC  (5+ messages)

[PATCH 1/7] Bluetooth: Fix coding style in mgmt.c
 2012-05-17  3:47 UTC  (8+ messages)
` [PATCH 2/7] Bluetooth: Fix coding style in sco.c
  ` [PATCH 3/7] Bluetooth: Fix coding style in hci_sock.c
    ` [PATCH 4/7] Bluetooth: Fix coding style in hci_sysfs.c
      ` [PATCH 5/7] Bluetooth: Fix coding style in hci_event.c
        ` [PATCH 6/7] Bluetooth: Fix coding style in hci_conn.c
          ` [PATCH 7/7] Bluetooth: Fix coding style in hci_core.c

Anyone knows the chip model for IOGEAR Bluetooth 4.0 USB Micro Adapter (GBU521) ?
 2012-05-17  1:33 UTC  (3+ messages)

[PATCH BlueZ v5 00/13] gdbus: Better D-Bus introspection
 2012-05-16 23:43 UTC  (15+ messages)
` [PATCH BlueZ v5 01/13] gdbus: return if method signature is malformed
` [PATCH BlueZ v5 02/13] gdbus: do not call memset for terminating NUL
` [PATCH BlueZ v5 03/13] Constify GDBus method tables
` [PATCH BlueZ v5 04/13] Constify GDBus signal tables
` [PATCH BlueZ v5 05/13] gdbus: add argument info to methods and signals
` [PATCH BlueZ v5 06/13] Convert GDBus methods and signals to use GDBusArgInfo
` [PATCH BlueZ v5 07/13] gdbus: use GDBusArgInfo to generate introspection
` [PATCH BlueZ v5 08/13] gdbus: loop over args to check message signature
` [PATCH BlueZ v5 09/13] gdbus: remove signatures from tables
` [PATCH BlueZ v5 10/13] gdbus: add Deprecated annotation in introspection
` [PATCH BlueZ v5 11/13] gdbus: add Method.NoReply "
` [PATCH BlueZ v5 12/13] gdbus: do not check signature twice
` [PATCH BlueZ v5 13/13] adapter: "

[PATCH] ar3k: add patch and sysconfig for QCA9564(Aphrodite)
 2012-05-16 22:39 UTC  (2+ messages)

[PATCH] RFC: LE Connection Complete has only status parameter set
 2012-05-16 19:59 UTC  (5+ messages)
` [PATCH] Bluetooth: Use hci_conn data to handle failed LE Connection Complete

pull request: bluetooth-next 2012-05-16
 2012-05-16 19:38 UTC  (4+ messages)

Proposal to remove the rfcomm session refcnt and use the rfcomm state machine to delete the session
 2012-05-16 18:38 UTC  (4+ messages)

[PATCH 1/4] monitor: remove extra black line
 2012-05-16 17:51 UTC  (6+ messages)
` [PATCH 2/4] monitor: add device filter support

[PATCHv2 0/2] Reworked send locking patches
 2012-05-16 15:56 UTC  (7+ messages)
` [PATCHv2 2/2] Bluetooth: Lock the L2CAP channel when sending

[PATCH 1/3] Bluetooth: Create flags for bt_sk()
 2012-05-16 15:45 UTC  (4+ messages)
` [PATCH 2/3] Bluetooth: use list_for_each_entry_safe()
  ` [PATCH 3/3] Bluetooth: Report proper error number in disconnection

[PATCH BlueZ] doc: Update possible values of Agent capabilities
 2012-05-16 14:52 UTC  (2+ messages)

[PATCH] hciemu: Fix gcc 4.7 compilation error
 2012-05-16 10:07 UTC 

3.4.0-rc7 regression: bluetooth vs. s2ram
 2012-05-16  9:03 UTC  (4+ messages)

[hcidump PATCHv2 1/2] Adds definitions for AMP Assoc data
 2012-05-16  8:30 UTC  (6+ messages)
` [hcidump PATCHv2 2/2] Decode A2MP Get AMP Assoc rsp
    ` [PATCH] "

[PATCH BlueZ] adapter: Remove dead code from set_property()
 2012-05-16  8:25 UTC  (2+ messages)

[PATCH BlueZ 1/2] build: Fix typo in AM_CFLAGS
 2012-05-16  8:24 UTC  (2+ messages)

[PATCH] textfile: fix missing call to munmap in wite_key
 2012-05-16  8:14 UTC  (3+ messages)

[PATCH obexd 1/2] bluetooth: Fix not setting port to 0 when listen fails
 2012-05-16  7:57 UTC  (2+ messages)

[PATCH] Bluetooth: improve readability of l2cap_seq_list code
 2012-05-16  7:52 UTC  (2+ messages)

[PATCH BlueZ v2] core: Remove unused variable
 2012-05-16  7:50 UTC  (2+ messages)

[PATCH 1/4] Bluetooth: Fix packet size provided to the controller
 2012-05-16  7:49 UTC  (2+ messages)


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