aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/a2mp.c
AgeCommit message (Expand)Author
2013-10-16Bluetooth: Ignore A2MP data on non-BR/EDR linksJohan Hedberg
2013-10-15Bluetooth: Add l2cap_chan_no_resume stub for A2MPMarcel Holtmann
2013-10-15Bluetooth: Add chan->ops->set_shutdown()Gustavo Padovan
2013-10-15Bluetooth: Access sk_sndtimeo indirectly in l2cap_core.cGustavo Padovan
2013-10-15Bluetooth: Extend state_change() call to report errors tooGustavo Padovan
2013-10-13Bluetooth: Remove l2cap_conn->dst usage from AMP managerMarcel Holtmann
2013-10-11Bluetooth: Move a2mp.h header file into net/bluetooth/Marcel Holtmann
2013-10-11Bluetooth: Move amp.h header file into net/bluetooth/Marcel Holtmann
2013-10-07Bluetooth: List powered down AMP controllers correctlyMarcel Holtmann
2013-10-06Bluetooth: Simplify device type check for AMP discover responseMarcel Holtmann
2013-10-06Bluetooth: Check for non BR/EDR controller in AMP discover responseMarcel Holtmann
2013-10-06Bluetooth: Remove check for number of AMP controllerMarcel Holtmann
2013-10-06Bluetooth: Remove pointless inline functionMarcel Holtmann
2013-10-06Bluetooth: Rename AMP status constants and use themMarcel Holtmann
2013-10-06Bluetooth: Use explicit AMP controller id value for BR/EDRMarcel Holtmann
2013-10-06Bluetooth: Separate AMP controller type from HCI device typeMarcel Holtmann
2013-10-06Bluetooth: Remove useless external function to count controllersMarcel Holtmann
2013-10-06Bluetooth: Fix controller list for AMP discover responseMarcel Holtmann
2013-03-18Bluetooth: Replaced kzalloc and memcpy with kmemdupAlexandru Gheorghiu
2013-01-09Bluetooth: AMP: Use set_bit / test_bit for amp_mgr stateAndrei Emeltchenko
2013-01-09Bluetooth: AMP: Send A2MP Create Phylink Rsp after Assoc writeAndrei Emeltchenko
2012-11-01Bluetooth: Rename ctrl_id to remote_amp_idAndrei Emeltchenko
2012-10-18Bluetooth: AMP: Get amp_mgr reference in HS hci_connAndrei Emeltchenko
2012-10-15Bluetooth: Add chan->ops->defer()Gustavo Padovan
2012-10-08Bluetooth: AMP: Factor out phylink_addAndrei Emeltchenko
2012-10-08Bluetooth: AMP: Factor out amp_ctrl_addAndrei Emeltchenko
2012-10-01Bluetooth: A2MP: Fix potential NULL dereferenceAndrei Emeltchenko
2012-09-28Bluetooth: A2MP: Correct assoc_len sizeAndrei Emeltchenko
2012-09-27Bluetooth: Fix two warnings in BT_DBGGustavo Padovan
2012-09-27Bluetooth: AMP: Handle Accept phylink command status evtAndrei Emeltchenko
2012-09-27Bluetooth: AMP: Accept Physical LinkAndrei Emeltchenko
2012-09-27Bluetooth: AMP: Process Chan Selected eventAndrei Emeltchenko
2012-09-27Bluetooth: A2MP: Add fallback to normal l2cap init sequenceAndrei Emeltchenko
2012-09-27Bluetooth: AMP: Create Physical LinkAndrei Emeltchenko
2012-09-27Bluetooth: Choose connection based on capabilitiesAndrei Emeltchenko
2012-09-27Bluetooth: A2MP: Process A2MP Get AMP Assoc RspAndrei Emeltchenko
2012-09-27Bluetooth: A2MP: Process A2MP Getinfo RspAndrei Emeltchenko
2012-09-27Bluetooth: AMP: Handle create / disc phylink reqAndrei Emeltchenko
2012-09-27Bluetooth: AMP: Remote AMP ctrl definitionsAndrei Emeltchenko
2012-09-27Bluetooth: A2MP: Process Discover ResponseAndrei Emeltchenko
2012-09-27Bluetooth: AMP: Use HCI cmd to Read Loc AMP AssocAndrei Emeltchenko
2012-09-27Bluetooth: AMP: Use HCI cmd to Read AMP InfoAndrei Emeltchenko
2012-09-27Bluetooth: A2MP: Create amp_mgr global listAndrei Emeltchenko
2012-08-06Bluetooth: Free the l2cap channel list only when refcount is zeroJaganath Kanakkassery
2012-08-06Bluetooth: Do not shadow hdr variableAndrei Emeltchenko
2012-08-06Bluetooth: debug: Fix printing A2MP cmd code formatAndrei Emeltchenko
2012-07-11Bluetooth: debug: Print amp_mgr refcntAndrei Emeltchenko
2012-06-05Bluetooth: Create empty l2cap ops functionGustavo Padovan
2012-06-05Bluetooth: A2MP: Do not reference hci_connAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Manage incoming connectionsAndrei Emeltchenko