linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-07-20 21:56:09 to 2010-07-28 07:11:20 UTC [more...]

L2CAP unknown options
 2010-07-28  7:11 UTC  (4+ messages)
  ` [PATCH] Bluetooth: Resend ConfigReq on unknown options failure

[PATCH v4 0/5] Enhanced support for extended inquiry response
 2010-07-28  5:59 UTC  (14+ messages)
` [PATCH 1/5] Spec constants for Extended Inquiry Response field types
` [PATCH 2/5] Support for adding UUID128 to extended inquiry response
` [PATCH 3/5] Update EIR whenever record is added or removed
` [PATCH 4/5] Handle arrays in device properties dictionary
` [PATCH 5/5] Extended support for generating dictionary value of service UUIDs

[PATCH 1/3] Add BT3 AMP device support, by Atheros Linux BT3 team
 2010-07-28  5:39 UTC  (3+ messages)

[patch -next] bluetooth/hci_ath: kfree() => kfree_skb()
 2010-07-27 22:28 UTC  (3+ messages)

[PATCH] Bluetooth: Defer SCO setup if mode change is pending
 2010-07-27 19:40 UTC  (7+ messages)
` [PATCH v2] "
        ` [PATCH v3] "

[PATCH 1/2] Bluetooth: Add __init and __exit marks to UART drivers
 2010-07-27 19:37 UTC  (4+ messages)
` [PATCH 2/2] Bluetooth: Add __init and __exit marks to RFCOMM

[PATCH] Bluetooth: Use hci_recv_stream_fragment() in UART driver
 2010-07-27 19:35 UTC  (6+ messages)

[PATCH] Bluetooth: Test 'count' value before enter the loop
 2010-07-27 19:34 UTC  (2+ messages)

[PATCH] Bluetooth: Fix permission of hci_ath.c
 2010-07-27 19:33 UTC  (2+ messages)

[PATCH 1/2] Fix vcard filter setting
 2010-07-27 19:04 UTC 

[PATCH] IrMC sync server support
 2010-07-27 17:04 UTC 

[PATCH] De-register pbap drivers on init failure scenarios
 2010-07-27 15:41 UTC  (3+ messages)

[RFC v2] Bluetooth: Provide access to reassembled Rx packets
 2010-07-27 15:36 UTC  (8+ messages)

obexd 0.29 and N900 PC Suite
 2010-07-27 13:03 UTC  (2+ messages)

[PATCH 1/2] test-serial: fix position of the address argument
 2010-07-26 18:21 UTC  (2+ messages)
` [PATCH 2/2] test-serial: fix service value attribution

[PATCH] Driver-core: Always create class directories for classses that support namespaces
 2010-07-26 18:07 UTC  (2+ messages)

[PATCH v2] watch: Free service data in service_reply
 2010-07-26  9:38 UTC  (3+ messages)

Notification of SDP changes to device drivers
 2010-07-26  7:55 UTC  (2+ messages)
` [PATCH] Notify to device drivers when the SDP records change

[RFC] Bluetooth: Provide access to reassembled Rx packets
 2010-07-26  6:27 UTC  (3+ messages)

[PATCH] watch: Free service data in service_reply
 2010-07-25 19:52 UTC  (2+ messages)

Virtual cable unplug not supported in BlueZ?
 2010-07-25 14:53 UTC  (5+ messages)

[PATCH] Bluetooth: Update L2CAP version after enable ERTM by default
 2010-07-24 13:47 UTC  (2+ messages)

[PATCH][RFC] Fix SDP resolving segfault
 2010-07-23 20:37 UTC  (6+ messages)

How to past connect complete event status (page timeout) to apps
 2010-07-23 20:15 UTC  (2+ messages)

[PATCH 6/6] pcmcia: remove cs_types.h
 2010-07-23 18:48 UTC  (4+ messages)

Any update on software caused connection abort issue??
 2010-07-23 18:20 UTC  (6+ messages)

MCAP Patches
 2010-07-23 18:07 UTC  (83+ messages)
` [PATCH 01/60] Initial support for MCAP
  ` [PATCH 02/60] Initial work to create MCAP instances
    ` [PATCH 03/60] Initial work to process incomming connection of MCLs
      ` [PATCH 04/60] Process events over Control Channels
        ` [PATCH 05/60] Save and restore state of MCLs
          ` [PATCH 06/60] Release MCAP instances
            ` [PATCH 07/60] Process md_create_mdl_req in CONNECTED state
              ` [PATCH 08/60] Process md_reconnect_mdl_req "
                ` [PATCH 09/60] Process md_delete_mdl_req "
                  ` [PATCH 10/60] Process md_abort_mdl_req in PENDING state
                    ` [PATCH 11/60] Process commands in ACTIVE state
                      ` [PATCH 12/60] Managing connection of Data Channels
                        ` [PATCH 13/60] Enable connect operation to a remote MCAP instances
                          ` [PATCH 14/60] Implement set callbacks operation over MCLs
                            ` [PATCH 15/60] Implement function to send md_create_mdl_req
                              ` [PATCH 16/60] Implement function to send md_reconnect_mdl_req
                                ` [PATCH 17/60] Implement function to send md_delete_mdl_req
                                  ` [PATCH 18/60] Implement function to send md_abort_mdl_req
                                    ` [PATCH 19/60] Process response to std. op. codes
                                      ` [PATCH 20/60] Process md_create_mdl_rsp
                                        ` [PATCH 21/60] Process md_reconnect_mdl_rsp
                                          ` [PATCH 22/60] Process md_abort_mdl_rsp
                                            ` [PATCH 23/60] Process md_delete_mdl_rsp
                                              ` [PATCH 24/60] Enable connection of Data Channel with remote MCAP instances
                                                ` [PATCH 25/60] Initial support for clock synchronization protocol
                                                  ` [PATCH 26/60] Free memory when a unref operation happens over a cached MCL
                                                    ` [PATCH 27/60] Fix wrong response code rejecting reconnections
                                                      ` [PATCH 28/60] Solve a non initialized memory segmentation fault
                                                        ` [PATCH 29/60] Fix missed state transition in MCAP
                                                          ` [PATCH 30/60] Fix missed state transition in MCAP on reconnections
                                                            ` [PATCH 31/60] Fix MCAP bug processing responses
                                                              ` [PATCH 32/60] Fix MCL transitions when responses are not success
                                                                ` [PATCH 33/60] Change error messagge
                                                                  ` [PATCH 34/60] Add macro to get minimum command length for respones
                                                                    ` [PATCH 35/60] Remove magic number to check commands of 5 Bytes
                                                                      ` [PATCH 36/60] Set MDL to closed when abort operation takes place
                                                                        ` [PATCH 37/60] Remove MDL when delete operation fails with INVALID_MDL response code
                                                                          ` [PATCH 38/60] Don't delete aborted MDLS
                                                                            ` [PATCH 39/60] Fix double memory free on simultaneus deletion of MDLs
                                                                              ` [PATCH 40/60] Fix memory leak when double deletion happens and response code isn't SUCCESS
                                                                                ` [PATCH 41/60] Solve a bug when both sides request a creation of data channel with the same mdlid
                                                                                  ` [PATCH 42/60] Move assignment of data channel configuration
                                                                                    ` [PATCH 43/60] Acceptor should not resend commands
                                                                                      ` [PATCH 44/60] Restore state after INITIATOR ignore a request
                                                                                        ` [PATCH 45/60] Fix double reconnection problem using the same mdlid
                                                                                          ` [PATCH 46/60] Process received command in base to previous request sent
                                                                                            ` [PATCH 47/60] Random generation of first mdlid used as based to create data channels
                                                                                              ` [PATCH 48/60] Notify MCL closed when there is a pending callback
                                                                                                ` [PATCH 49/60] Restore state in MCL whenever an error takes place
                                                                                                  ` [PATCH 50/60] Check control channel before calling to g_io_channel_unix_get_fd
                                                                                                    ` [PATCH 51/60] Change name for callback used to report status of delete and abort operations
                                                                                                      ` [PATCH 52/60] Avoid double insertion of the same MDL in an MCL
                                                                                                        ` [PATCH 53/60] Send error response when an unknown command is received
                                                                                                          ` [PATCH 54/60] Set MDL state to closed when a connection failed
                                                                                                            ` [PATCH 55/60] Change the get_addres function to match with other bluez functions
                                                                                                              ` [PATCH 56/60] Use a generic function to send commands with variable parameters
                                                                                                                ` [PATCH 57/60] Set Gerror at the end of the output paremeters list
                                                                                                                  ` [PATCH 58/60] Return a proper UNIX error instead of -1 in mcap_mdl_get_fd
                                                                                                                    ` [PATCH 59/60] Remove "req" word from MCAP API
                                                                                                                      ` [PATCH 60/60] Change variable name for MCAP Instances

[PATCH 0/1] Bluetooth: RPN negotiation fix
 2010-07-23  9:57 UTC  (2+ messages)
` [PATCH 1/1] "

SAP profile implementation
 2010-07-23  8:25 UTC  (3+ messages)

[PATCH 1/1] Bluetooth: hidp: Add support for hidraw HIDIOCGFEATURE and HIDIOCSFEATURE
 2010-07-22 16:58 UTC  (11+ messages)

[PATCH] Fix query for VCARD listing (work phone issue)
 2010-07-22 12:14 UTC  (2+ messages)

CTP profile Support of BlueZ
 2010-07-22  9:43 UTC  (2+ messages)

[PATCH] systemd: install systemd unit files
 2010-07-22  7:28 UTC  (2+ messages)

BNEP fails in the new vanilla kernels
 2010-07-21 13:02 UTC 

[PATCH v3 0/5] Enhanced support for extended inquiry response
 2010-07-21  8:46 UTC  (8+ messages)
` [PATCH 1/5] Spec constants for Extended Inqiory Response field types
` [PATCH 2/5] Support for adding UUID128 to extended inquiry response
` [PATCH 3/5] Update EIR whenever record is added or removed
` [PATCH 4/5] Handle arrays in device properties dictionary
` [PATCH 5/5] Extended support for generating dictionary value of service UUIDs


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