aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/a2mp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-18Bluetooth: Replaced kzalloc and memcpy with kmemdupAlexandru Gheorghiu1-4/+2
2013-01-09Bluetooth: AMP: Use set_bit / test_bit for amp_mgr stateAndrei Emeltchenko1-3/+3
2013-01-09Bluetooth: AMP: Send A2MP Create Phylink Rsp after Assoc writeAndrei Emeltchenko1-2/+36
2012-11-01Bluetooth: Rename ctrl_id to remote_amp_idAndrei Emeltchenko1-2/+2
2012-10-18Bluetooth: AMP: Get amp_mgr reference in HS hci_connAndrei Emeltchenko1-1/+3
2012-10-15Bluetooth: Add chan->ops->defer()Gustavo Padovan1-0/+1
2012-10-08Bluetooth: AMP: Factor out phylink_addAndrei Emeltchenko1-2/+2
2012-10-08Bluetooth: AMP: Factor out amp_ctrl_addAndrei Emeltchenko1-6/+2
2012-10-01Bluetooth: A2MP: Fix potential NULL dereferenceAndrei Emeltchenko1-6/+8
2012-09-28Bluetooth: A2MP: Correct assoc_len sizeAndrei Emeltchenko1-4/+8
2012-09-27Bluetooth: Fix two warnings in BT_DBGGustavo Padovan1-1/+1
2012-09-27Bluetooth: AMP: Handle Accept phylink command status evtAndrei Emeltchenko1-0/+32
2012-09-27Bluetooth: AMP: Accept Physical LinkAndrei Emeltchenko1-4/+1
2012-09-27Bluetooth: AMP: Process Chan Selected eventAndrei Emeltchenko1-1/+40
2012-09-27Bluetooth: A2MP: Add fallback to normal l2cap init sequenceAndrei Emeltchenko1-0/+28
2012-09-27Bluetooth: AMP: Create Physical LinkAndrei Emeltchenko1-0/+2
2012-09-27Bluetooth: Choose connection based on capabilitiesAndrei Emeltchenko1-5/+29
2012-09-27Bluetooth: A2MP: Process A2MP Get AMP Assoc RspAndrei Emeltchenko1-1/+59
2012-09-27Bluetooth: A2MP: Process A2MP Getinfo RspAndrei Emeltchenko1-1/+33
2012-09-27Bluetooth: AMP: Handle create / disc phylink reqAndrei Emeltchenko1-2/+19
2012-09-27Bluetooth: AMP: Remote AMP ctrl definitionsAndrei Emeltchenko1-0/+5
2012-09-27Bluetooth: A2MP: Process Discover ResponseAndrei Emeltchenko1-1/+61
2012-09-27Bluetooth: AMP: Use HCI cmd to Read Loc AMP AssocAndrei Emeltchenko1-5/+51
2012-09-27Bluetooth: AMP: Use HCI cmd to Read AMP InfoAndrei Emeltchenko1-16/+41
2012-09-27Bluetooth: A2MP: Create amp_mgr global listAndrei Emeltchenko1-0/+29
2012-08-06Bluetooth: Free the l2cap channel list only when refcount is zeroJaganath Kanakkassery1-1/+1
2012-08-06Bluetooth: Do not shadow hdr variableAndrei Emeltchenko1-3/+7
2012-08-06Bluetooth: debug: Fix printing A2MP cmd code formatAndrei Emeltchenko1-2/+2
2012-07-11Bluetooth: debug: Print amp_mgr refcntAndrei Emeltchenko1-2/+2
2012-06-05Bluetooth: Create empty l2cap ops functionGustavo Padovan1-20/+3
2012-06-05Bluetooth: A2MP: Do not reference hci_connAndrei Emeltchenko1-2/+0
2012-06-05Bluetooth: A2MP: Manage incoming connectionsAndrei Emeltchenko1-0/+16
2012-06-05Bluetooth: A2MP: Handling fixed channelsAndrei Emeltchenko1-2/+1
2012-06-05Bluetooth: A2MP: Process A2MP Command ResponsesAndrei Emeltchenko1-0/+12
2012-06-05Bluetooth: A2MP: Process A2MP Disc Physlink RequestAndrei Emeltchenko1-0/+36
2012-06-05Bluetooth: A2MP: Process A2MP Create Physlink RequestAndrei Emeltchenko1-0/+40
2012-06-05Bluetooth: A2MP: Process A2MP Get AMP Assoc RequestAndrei Emeltchenko1-0/+35
2012-06-05Bluetooth: A2MP: Process A2MP Get Info RequestAndrei Emeltchenko1-0/+37
2012-06-05Bluetooth: A2MP: Process A2MP Change NotifyAndrei Emeltchenko1-0/+19
2012-06-05Bluetooth: A2MP: Process A2MP Discover RequestAndrei Emeltchenko1-0/+85
2012-06-05Bluetooth: A2MP: Process A2MP Command RejectAndrei Emeltchenko1-0/+19
2012-06-05Bluetooth: A2MP: Process A2MP messagesAndrei Emeltchenko1-0/+65
2012-06-05Bluetooth: A2MP: Add chan callbacksAndrei Emeltchenko1-0/+55
2012-06-05Bluetooth: A2MP: Build and Send msg helpersAndrei Emeltchenko1-0/+46
2012-06-05Bluetooth: A2MP: AMP Manager basic functionsAndrei Emeltchenko1-0/+54
2012-06-05Bluetooth: A2MP: Create A2MP channelAndrei Emeltchenko1-0/+69