aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/a2mp.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Gravatar Joe Perches 1-2/+2
2014-03-07Bluetooth: Fix skb allocation check for A2MPGravatar Gustavo Padovan 1-1/+7
2014-02-13Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXEDGravatar Johan Hedberg 1-2/+6
2013-10-16Bluetooth: Ignore A2MP data on non-BR/EDR linksGravatar Johan Hedberg 1-0/+3
2013-10-15Bluetooth: Add l2cap_chan_no_resume stub for A2MPGravatar Marcel Holtmann 1-0/+1
2013-10-15Bluetooth: Add chan->ops->set_shutdown()Gravatar Gustavo Padovan 1-0/+1
2013-10-15Bluetooth: Access sk_sndtimeo indirectly in l2cap_core.cGravatar Gustavo Padovan 1-0/+1
2013-10-15Bluetooth: Extend state_change() call to report errors tooGravatar Gustavo Padovan 1-1/+2
2013-10-13Bluetooth: Remove l2cap_conn->dst usage from AMP managerGravatar Marcel Holtmann 1-1/+2
2013-10-11Bluetooth: Move a2mp.h header file into net/bluetooth/Gravatar Marcel Holtmann 1-1/+1
2013-10-11Bluetooth: Move amp.h header file into net/bluetooth/Gravatar Marcel Holtmann 1-1/+2
2013-10-07Bluetooth: List powered down AMP controllers correctlyGravatar Marcel Holtmann 1-1/+4
2013-10-06Bluetooth: Simplify device type check for AMP discover responseGravatar Marcel Holtmann 1-11/+7
2013-10-06Bluetooth: Check for non BR/EDR controller in AMP discover responseGravatar Marcel Holtmann 1-1/+1
2013-10-06Bluetooth: Remove check for number of AMP controllerGravatar Marcel Holtmann 1-4/+3
2013-10-06Bluetooth: Remove pointless inline functionGravatar Marcel Holtmann 1-8/+3
2013-10-06Bluetooth: Rename AMP status constants and use themGravatar Marcel Holtmann 1-1/+1
2013-10-06Bluetooth: Use explicit AMP controller id value for BR/EDRGravatar Marcel Holtmann 1-2/+2
2013-10-06Bluetooth: Separate AMP controller type from HCI device typeGravatar Marcel Holtmann 1-4/+4
2013-10-06Bluetooth: Remove useless external function to count controllersGravatar Marcel Holtmann 1-1/+9
2013-10-06Bluetooth: Fix controller list for AMP discover responseGravatar Marcel Holtmann 1-1/+1
2013-03-18Bluetooth: Replaced kzalloc and memcpy with kmemdupGravatar Alexandru Gheorghiu 1-4/+2
2013-01-09Bluetooth: AMP: Use set_bit / test_bit for amp_mgr stateGravatar Andrei Emeltchenko 1-3/+3
2013-01-09Bluetooth: AMP: Send A2MP Create Phylink Rsp after Assoc writeGravatar Andrei Emeltchenko 1-2/+36
2012-11-01Bluetooth: Rename ctrl_id to remote_amp_idGravatar Andrei Emeltchenko 1-2/+2
2012-10-18Bluetooth: AMP: Get amp_mgr reference in HS hci_connGravatar Andrei Emeltchenko 1-1/+3
2012-10-15Bluetooth: Add chan->ops->defer()Gravatar Gustavo Padovan 1-0/+1
2012-10-08Bluetooth: AMP: Factor out phylink_addGravatar Andrei Emeltchenko 1-2/+2
2012-10-08Bluetooth: AMP: Factor out amp_ctrl_addGravatar Andrei Emeltchenko 1-6/+2
2012-10-01Bluetooth: A2MP: Fix potential NULL dereferenceGravatar Andrei Emeltchenko 1-6/+8
2012-09-28Bluetooth: A2MP: Correct assoc_len sizeGravatar Andrei Emeltchenko 1-4/+8
2012-09-27Bluetooth: Fix two warnings in BT_DBGGravatar Gustavo Padovan 1-1/+1
2012-09-27Bluetooth: AMP: Handle Accept phylink command status evtGravatar Andrei Emeltchenko 1-0/+32
2012-09-27Bluetooth: AMP: Accept Physical LinkGravatar Andrei Emeltchenko 1-4/+1
2012-09-27Bluetooth: AMP: Process Chan Selected eventGravatar Andrei Emeltchenko 1-1/+40
2012-09-27Bluetooth: A2MP: Add fallback to normal l2cap init sequenceGravatar Andrei Emeltchenko 1-0/+28
2012-09-27Bluetooth: AMP: Create Physical LinkGravatar Andrei Emeltchenko 1-0/+2
2012-09-27Bluetooth: Choose connection based on capabilitiesGravatar Andrei Emeltchenko 1-5/+29
2012-09-27Bluetooth: A2MP: Process A2MP Get AMP Assoc RspGravatar Andrei Emeltchenko 1-1/+59
2012-09-27Bluetooth: A2MP: Process A2MP Getinfo RspGravatar Andrei Emeltchenko 1-1/+33
2012-09-27Bluetooth: AMP: Handle create / disc phylink reqGravatar Andrei Emeltchenko 1-2/+19
2012-09-27Bluetooth: AMP: Remote AMP ctrl definitionsGravatar Andrei Emeltchenko 1-0/+5
2012-09-27Bluetooth: A2MP: Process Discover ResponseGravatar Andrei Emeltchenko 1-1/+61
2012-09-27Bluetooth: AMP: Use HCI cmd to Read Loc AMP AssocGravatar Andrei Emeltchenko 1-5/+51
2012-09-27Bluetooth: AMP: Use HCI cmd to Read AMP InfoGravatar Andrei Emeltchenko 1-16/+41
2012-09-27Bluetooth: A2MP: Create amp_mgr global listGravatar Andrei Emeltchenko 1-0/+29
2012-08-06Bluetooth: Free the l2cap channel list only when refcount is zeroGravatar Jaganath Kanakkassery 1-1/+1
2012-08-06Bluetooth: Do not shadow hdr variableGravatar Andrei Emeltchenko 1-3/+7
2012-08-06Bluetooth: debug: Fix printing A2MP cmd code formatGravatar Andrei Emeltchenko 1-2/+2
2012-07-11Bluetooth: debug: Print amp_mgr refcntGravatar Andrei Emeltchenko 1-2/+2