aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/amp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann1-2/+2
2017-04-12Bluetooth: fix assignments on error variable errColin Ian King1-5/+5
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-2/+2
2015-08-10Bluetooth: Fix breakage in amp_write_rem_assoc_frag()Dan Carpenter1-1/+1
2015-07-30Bluetooth: Move create/accept phy link completed callback to amp.cArron Wang1-2/+51
2015-07-30Bluetooth: Move amp assoc read/write completed callback to amp.cArron Wang1-4/+77
2014-11-11Bluetooth: Fix sparse warning in amp.cJohan Hedberg1-9/+16
2014-09-08Bluetooth: LLVMLinux: Remove VLAIS from bluetooth/amp.cBehan Webster1-7/+6
2014-07-20Bluetooth: Remove unneeded variable assignment in hmac_sha256Marcel Holtmann1-1/+1
2014-07-16Bluetooth: Add a role parameter to hci_conn_add()Johan Hedberg1-2/+2
2013-10-13Bluetooth: Remove l2cap_conn->dst usage from AMP managerMarcel Holtmann1-2/+3
2013-10-11Bluetooth: Move a2mp.h header file into net/bluetooth/Marcel Holtmann1-1/+1
2013-10-11Bluetooth: Move amp.h header file into net/bluetooth/Marcel Holtmann1-1/+2
2013-01-09Bluetooth: AMP: Use set_bit / test_bit for amp_mgr stateAndrei Emeltchenko1-2/+2
2013-01-09Bluetooth: AMP: Clean up logical link create / acceptAndrei Emeltchenko1-12/+5
2013-01-09Bluetooth: AMP: Send A2MP Create Phylink Rsp after Assoc writeAndrei Emeltchenko1-1/+3
2012-11-20Bluetooth: Set local_amp_id after getting Phylink Completed evtAndrei Emeltchenko1-0/+1
2012-11-19Bluetooth: Disable FCS only for new HS channelsAndrei Emeltchenko1-1/+0
2012-11-19Bluetooth: Refactor locking in amp_physical_cfmAndrei Emeltchenko1-1/+5
2012-11-01Bluetooth: Rename ctrl_id to remote_amp_idAndrei Emeltchenko1-3/+2
2012-11-01Bluetooth: AMP: Use l2cap_physical_cfm in phylink complete evtAndrei Emeltchenko1-0/+24
2012-11-01Bluetooth: Disconnect logical link when deleting chanAndrei Emeltchenko1-0/+14
2012-11-01Bluetooth: AMP: Process Disc Logical LinkAndrei Emeltchenko1-0/+7
2012-11-01Bluetooth: AMP: Add Logical Link Create functionAndrei Emeltchenko1-0/+49
2012-10-18Bluetooth: AMP: Get amp_mgr reference in HS hci_connAndrei Emeltchenko1-1/+1
2012-10-08Bluetooth: AMP: Factor out phylink_addAndrei Emeltchenko1-2/+4
2012-10-08Bluetooth: AMP: Factor out amp_ctrl_addAndrei Emeltchenko1-3/+4
2012-10-08Bluetooth: AMP: Fix possible NULL dereferenceAndrei Emeltchenko1-0/+4
2012-09-27Bluetooth: AMP: Handle Accept phylink command status evtAndrei Emeltchenko1-1/+1
2012-09-27Bluetooth: AMP: Accept Physical LinkAndrei Emeltchenko1-0/+19
2012-09-27Bluetooth: AMP: Process Chan Selected eventAndrei Emeltchenko1-0/+15
2012-09-27Bluetooth: AMP: Write remote AMP AssocAndrei Emeltchenko1-0/+80
2012-09-27Bluetooth: AMP: Create Physical LinkAndrei Emeltchenko1-0/+19
2012-09-27Bluetooth: AMP: Add AMP key calculationAndrei Emeltchenko1-0/+45
2012-09-27Bluetooth: Add function to derive AMP key using hmacDmitry Kasatkin1-0/+36
2012-09-27Bluetooth: AMP: Remote AMP ctrl definitionsAndrei Emeltchenko1-0/+79
2012-09-27Bluetooth: AMP: Physical link struct and helpersAndrei Emeltchenko1-0/+29
2012-09-27Bluetooth: AMP: Use HCI cmd to Read Loc AMP AssocAndrei Emeltchenko1-0/+45