messages from 2012-07-24 23:26:18 to 2012-07-27 22:32:58 UTC [more...]
[PATCH v3 0/7] Bluetooth: Refactoring hci_connect()
2012-07-27 22:32 UTC (6+ messages)
` [PATCH v3 1/7] Bluetooth: Remove some functions from being exported
` [PATCH v3 2/7] Bluetooth: Rename LE and ACL connection functions
` [PATCH v3 3/7] Bluetooth: Refactor LE connection into its own function
` [PATCH v3 4/7] Bluetooth: Refactor ACL "
` [PATCH v3 5/7] Bluetooth: Refactor SCO "
[PATCH BlueZ 00/14] LE General Connection Establishment procedure
2012-07-27 22:29 UTC (15+ messages)
` [PATCH BlueZ 01/14] core: Control connections based on adapter state
` [PATCH BlueZ 02/14] mgmt: print error message when start_discovery fails
` [PATCH BlueZ 03/14] core: add compare function for bdaddr in a struct btd_device
` [PATCH BlueZ 04/14] core: Add a list of LE devices to connect
` [PATCH BlueZ 05/14] core: use adapter connect list for LE connections
` [PATCH BlueZ 06/14] core: mutually exclude concurrent connections
` [PATCH BlueZ 07/14] mgmt: Add LE scanning callback
` [PATCH BlueZ 08/14] core: Replace interleaved by LE scanning
` [PATCH BlueZ 09/14] core: Start LE scanning when a device requests
` [PATCH BlueZ 10/14] core: Remove leftover define
` [PATCH BlueZ 11/14] core: Queue discovery if scanning is active
` [PATCH BlueZ 12/14] test: Fix exiting the bus when a discovery session ends
` [PATCH BlueZ 13/14] core: Disable unnecessary auto connections
` [PATCH BlueZ 14/14] core: Re-connect for ECONNRESET or ECONNABORTED
[PATCH] Bluetooth: Another vendor specific ID for BCM20702A0 [0a5c:21f1]
2012-07-27 21:21 UTC
[PATCH BlueZ 1/3] att: Add prepare write support
2012-07-27 20:29 UTC (3+ messages)
` [PATCH BlueZ 2/3] att: Add encode/decode execute "
` [PATCH BlueZ 3/3] gatt: Add support to GATT Write Long Characteristic
[RFC BlueZ] storage: Remove support for trusted services
2012-07-27 20:19 UTC
[PATCH v3 BlueZ 00/12] Store address type in BR/EDR and shared files
2012-07-27 19:43 UTC (13+ messages)
` [PATCH v3 BlueZ 01/12] storage: Make it clear that delete_entry only works for addresses
` [PATCH v3 BlueZ 02/12] storage: Store address type in "aliases" file
` [PATCH v3 BlueZ 03/12] core: Fix reading from "aliases" and "names" file
` [PATCH v3 BlueZ 04/12] storage: Store address type in "blocked" file
` [PATCH v3 BlueZ 05/12] storage: Store address type in "lastseen" file
` [PATCH v3 BlueZ 06/12] storage: Store address type in "lastused" file
` [PATCH v3 BlueZ 07/12] storage: Store address type in "profiles" file
` [PATCH v3 BlueZ 08/12] storage: Store address type in "did" file
` [PATCH v3 BlueZ 09/12] storage: Store address type in "linkkeys" file
` [PATCH v3 BlueZ 10/12] storage: Store address type in "trusts" file
` [PATCH v3 BlueZ 11/12] storage: Store address type in "eir" file
` [PATCH v3 BlueZ 12/12] storage: Store address type in "sdp" file
[PATCH] Bluetooth: Use kref for l2cap channel reference counting
2012-07-27 18:21 UTC (2+ messages)
` [PATCH] Bluetooth: debug: Correct the PSM printing
[PATCH 1/7] Bluetooth: Trivial refactoring
2012-07-27 18:10 UTC (7+ messages)
` [PATCH 2/7] Bluetooth: Fix hci_le_conn_complete_evt
` [PATCH 3/7] Bluetooth: Remove unneeded code
` [PATCH 4/7] Bluetooth: Refactor hci_cs_le_create_conn
` [PATCH 5/7] Bluetooth: Find hci_conn by BT_CONNECT state
` [PATCH 6/7] Bluetooth: Lookup hci_conn in hci_le_conn_complete_evt
` [PATCH 7/7] Bluetooth: Refactor "
[RFCv0 00/21] L2CAP signaling for AMP channel create/move
2012-07-27 16:54 UTC (36+ messages)
` [RFCv0 01/21] Bluetooth: Add new l2cap_chan struct members for high speed channels
` [RFCv0 02/21] Bluetooth: Factor out common L2CAP connection code
` [RFCv0 03/21] Bluetooth: Add L2CAP create channel request handling
` [RFCv0 04/21] Bluetooth: Process create response and connect response identically
` [RFCv0 05/21] Bluetooth: Lookup channel id for channel move
` [RFCv0 06/21] Bluetooth: Channel move request handling
` [RFCv0 07/21] Bluetooth: Add new ERTM receive states for channel move
` [RFCv0 08/21] Bluetooth: Add move channel confirm handling
` [RFCv0 09/21] Bluetooth: Move channel response
` [RFCv0 10/21] Bluetooth: Add logical link confirm
` [RFCv0 11/21] Bluetooth: Add move confirm response handling
` [RFCv0 12/21] Bluetooth: Add state to hci_chan
` [RFCv0 13/21] Bluetooth: Indentation fixes
` [RFCv0 14/21] Bluetooth: Handle physical link completion
` [RFCv0 15/21] Bluetooth: Enable data sends on AMP controller
` [RFCv0 16/21] Bluetooth: Do not send data during channel move
` [RFCv0 17/21] Bluetooth: Configure appropriate timeouts for AMP controllers
` [RFCv0 18/21] Bluetooth: Ignore BR/EDR packet size constraints when fragmenting for AMP
` [RFCv0 19/21] Bluetooth: Tie AMP link setup to connect/disconnect
` [RFCv0 20/21] Bluetooth: Do not process ERTM reject during move
` [RFCv0 21/21] Bluetooth: Start channel move when socket option is changed
[PATCH] bluetooth.h: fix compile issue when using in C++
2012-07-27 16:38 UTC (2+ messages)
[PATCH 0/2] obexd: Fix bug in irmc phonebook and prevent to reintroduce it
2012-07-27 15:07 UTC (7+ messages)
[PATCH 0/2] Support for reserving bandwidth on L2CAP socket
2012-07-27 14:37 UTC (4+ messages)
[PATCH BlueZ] audio: Remove redundant variable gerr
2012-07-27 12:58 UTC (4+ messages)
` [PATCH BlueZ] gdbus: Fix compilation error if macro "error" is defined
[PATCH v15 00/14] Add org.bluez.Telephony interface
2012-07-27 12:44 UTC (21+ messages)
` [PATCH v15 01/14] doc: Add telephony interface documents
` [PATCH v15 02/14] audio: Move telephony drivers to D-Bus interface
` [PATCH v15 03/14] audio: Simplify org.bluez.Headset
` [PATCH v15 04/14] audio: Remove dummy telephony driver
` [PATCH v15 05/14] audio: Remove maemo5 "
` [PATCH v15 06/14] audio: Remove maemo6 "
` [PATCH v15 07/14] audio: Remove oFono "
` [PATCH v15 08/14] audio: Move HFP/HSP AG servers to telephony.c
` [PATCH v15 09/14] audio: Send transport path to telephony agent
` [PATCH v15 10/14] audio: Move HFP HF server to telephony.c
` [PATCH v15 11/14] audio: Add DUN GW to org.bluez.Telephony
` [PATCH v15 12/14] audio: Add SAP "
` [PATCH v15 13/14] adapter: Add API to get fast connectable mode
` [PATCH v15 14/14] audio: Add fast connectable to telephony interface
[RFC v2] DBus OutOfBand API update
2012-07-27 12:22 UTC (2+ messages)
` [RFC v2] dbusoob: Update API
bluetooth not working since kernel 3.4.4
2012-07-27 10:38 UTC
[PATCH] network: Check full BNEP UUID
2012-07-27 9:06 UTC
[PATCH 00/11] Use devm_kzalloc in bluetooth drivers
2012-07-27 7:08 UTC (12+ messages)
` [PATCH 01/11] Bluetooth: Use devm_kzalloc in bcm203x.c file
` [PATCH 02/11] Bluetooth: Use devm_kzalloc in bfusb.c file
` [PATCH 03/11] Bluetooth: Use devm_kzalloc in bluecard_cs.c file
` [PATCH 04/11] Bluetooth: Use devm_kzalloc in bpa10x.c file
` [PATCH 05/11] Bluetooth: Use devm_kzalloc in bt3c_cs.c file
` [PATCH 06/11] Bluetooth: Use devm_kzalloc in btmrvl_sdio.c file
` [PATCH 07/11] Bluetooth: Use devm_kzalloc in btsdio.c file
` [PATCH 08/11] Bluetooth: Use devm_kzalloc in btuart_cs.c file
` [PATCH 09/11] Bluetooth: Use devm_kzalloc in btusb.c file
` [PATCH 10/11] Bluetooth: Use devm_kzalloc in btwilink.c file
` [PATCH 11/11] Bluetooth: Use devm_kzalloc in dtl1_cs.c file
0001-add-LE_create_conn_cancel
2012-07-27 6:00 UTC
[PATCH BlueZ 2/3] adapter: Emit DeviceFound() signal only to discoverable devices
2012-07-26 17:37 UTC (2+ messages)
` [PATCH BlueZ 3/3] adapter: Remove Class property from LE devices
[PATCH BlueZ 1/3] adapter: Remove unused Broadcaster property
2012-07-26 17:37 UTC
[PATCH BlueZ v0 1/2] btio: Replace g_set_error by ERROR_FAILED macro
2012-07-26 15:25 UTC (3+ messages)
` [PATCH BlueZ v0 2/2] btio: Connect callback errors handling cleanup
[RFC] DBus OutOfBand API update
2012-07-26 13:36 UTC (5+ messages)
` [RFC] dbusoob: Update API
` "
After pairing, get "Link Key Request Negative Reply"
2012-07-26 11:54 UTC (2+ messages)
[RFC v2 0/4] Optional acquire in Media API
2012-07-26 10:13 UTC (5+ messages)
` [RFC v2 1/4] media: Watch A2DP sink-source state changes
` [RFC v2 2/4] media: Add boolean playing field to transport
` [RFC v2 3/4] media: Extend media API with optional acquire
` [RFC v2 4/4] media: Remove transport in_use flag
Bluez/Obexd upstream test result_20120626 (bluez-4.101.135 + obexd-0.46.117)
2012-07-26 9:40 UTC
[RFC v1 0/4] Optional acquire in Media API
2012-07-26 8:03 UTC (4+ messages)
` [RFC v1 2/4] media: Add boolean playing field to transport
[PATCH v3 1/8] bluetooth: /proc/net/ entries for bluetooth protocols
2012-07-26 4:24 UTC (15+ messages)
` [PATCH v4 "
` [PATCH v5 1/8] Bluetooth: "
` [PATCH v5 2/8] Bluetooth: Added /proc/net/bnep via bt_procfs_init()
` [PATCH v5 3/8] Bluetooth: Added /proc/net/cmtp "
` [PATCH v5 4/8] Bluetooth: Added /proc/net/hci "
` [PATCH v5 5/8] Bluetooth: Added /proc/net/hidp "
` [PATCH v5 6/8] Bluetooth: Added /proc/net/l2cap "
` [PATCH v5 7/8] Bluetooth: Added /proc/net/rfcomm "
` [PATCH v5 8/8] Added /proc/net/sco "
RFC/CFP -- Linux Wireless (802.11/Bluetooth/NFC) Mini-Summit 2012 (Barcelona?)
2012-07-25 22:55 UTC (11+ messages)
` CFP -- Linux Wireless (802.11/Bluetooth/NFC) Mini-Summit 2012 (Barcelona!)
` 2nd "
[RFCv0 00/19] Bluetooth: Create AMP physical link
2012-07-25 11:26 UTC (14+ messages)
` [RFCv2 00/20] "
` [RFCv2 04/20] Bluetooth: AMP: Use HCI callback for Read AMP Info
` [RFCv2 05/20] Bluetooth: AMP: Use HCI callback to Read Loc AMP Assoc
` [RFCv2 08/20] Bluetooth: AMP: Remote AMP ctrl definitions
` [RFCv2 14/20] Bluetooth: AMP: Add AMP key calculation
[PATCH] Fix not setting class of device in adapter
2012-07-25 11:14 UTC
[PATCH 0/2] L2CAP: Locking and refcnt fixes
2012-07-25 11:10 UTC (8+ messages)
` [PATCHv1 "
` [PATCHv1 1/2] Bluetooth: Add refcnt to l2cap_conn
` [PATCHv1 2/2] Bluetooth: Lock l2cap chan in sockopt
SCO not maintaining connection
2012-07-25 10:52 UTC
[PATCH] Bluetooth: Differentiate local and remote rejection if pairing fails
2012-07-25 10:36 UTC
[PATCH v5] Bluetooth: Override status if local user rejects pairing
2012-07-25 9:49 UTC (3+ messages)
[PATCH] Bluetooth: Fix for double free of st buffer
2012-07-25 8:30 UTC (4+ messages)
[PATCH] Bluetooth: Fix socket not getting freed if l2cap channel create fails
2012-07-25 7:51 UTC (2+ messages)
[PATCH v1 1/2] Bluetooth: Move l2cap_chan_hold/put to l2cap_core.c
2012-07-25 7:43 UTC (3+ messages)
` [PATCH v1 2/2] Bluetooth: Free the l2cap channel list only when refcount is zero
[PATCH v2 0/9] Add GATT Client Battery Service
2012-07-25 5:42 UTC (10+ messages)
` [PATCH v2 1/9] Battery: Add Battery Service GATT Client
` [PATCH v2 2/9] Battery: Add connection logic
` [PATCH v2 3/9] Battery: Discover Characteristic Descriptors
` [PATCH v2 4/9] Battery: Get Battery ID
` [PATCH v2 5/9] Battery: Add Battery list to btd_device
` [PATCH v2 6/9] Battery: Add Battery D-BUS API
` [PATCH v2 7/9] Battery: Read Battery level characteristic
` [PATCH v2 8/9] Battery: Add support for notifications
` [PATCH v2 9/9] Battery: Emit property changed on first read
sdp.h correction and update
2012-07-25 2:57 UTC
[bluetooth:master 18/18] net/bluetooth/af_bluetooth.c:623:2: error: implicit declaration of function 'PDE'
2012-07-25 0:26 UTC
[PATCH 1/8] /proc/net/ entries for bluetooth protocols
2012-07-25 0:20 UTC (5+ messages)
` [PATCH v3 1/8] bluetooth: "
` [PATCH v3 2/8] bluetooth: Added /proc/net/bnep via bt_procfs_init()
[PATCH] Bluetooth: Remove locking in hci_user_passkey_request_evt
2012-07-24 23:42 UTC (2+ 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).