summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-15Bluetooth: Make mgmt_pin_code_reply_complete() return voidMarcel Holtmann2-10/+7
2013-10-15Bluetooth: Make mgmt_pin_code_request() return voidMarcel Holtmann2-4/+3
2013-10-15Bluetooth: Add l2cap_chan_no_resume stub for A2MPMarcel Holtmann2-0/+5
2013-10-15Bluetooth: use l2cap_chan_ready() instead of duplicate codeGustavo Padovan1-6/+1
2013-10-15Bluetooth: Move l2cap_wait_ack() to l2cap_sock.cGustavo Padovan3-33/+32
2013-10-15Bluetooth: Add chan->ops->set_shutdown()Gustavo Padovan4-6/+17
2013-10-15Bluetooth: Access sk_sndtimeo indirectly in l2cap_core.cGustavo Padovan4-5/+18
2013-10-15Bluetooth: Add l2cap_state_change_and_error()Gustavo Padovan1-7/+9
2013-10-15Bluetooth: Extend state_change() call to report errors tooGustavo Padovan4-7/+10
2013-10-15Bluetooth: Update class of device on discoverable timeoutMarcel Holtmann3-18/+26
2013-10-15Bluetooth: Move eir_get_length() function into hci_event.cMarcel Holtmann2-17/+17
2013-10-15Bluetooth: Move eir_append_data() function into mgmt.cMarcel Holtmann2-11/+11
2013-10-15Bluetooth: Make mgmt_new_link_key() return voidMarcel Holtmann2-5/+5
2013-10-15Bluetooth: Add support for entering limited discoverable modeMarcel Holtmann2-10/+65
2013-10-15Bluetooth: Add HCI command structure for writing current IAC LAPMarcel Holtmann1-0/+6
2013-10-15Bluetooth: Simplify the code for re-arming discoverable timeoutMarcel Holtmann1-7/+5
2013-10-15Bluetooth: Move arming of discoverable timeout to complete handlerMarcel Holtmann2-7/+9
2013-10-15Bluetooth: Update class of device after changing discoverable modeMarcel Holtmann1-0/+9
2013-10-15Bluetooth: Make mgmt_write_scan_failed() return voidMarcel Holtmann2-4/+2
2013-10-15Bluetooth: Make mgmt_connectable() return voidMarcel Holtmann2-15/+9
2013-10-15Bluetooth: Make mgmt_discoverable() return voidMarcel Holtmann2-15/+9
2013-10-15Bluetooth: Introduce flag for limited discoverable modeMarcel Holtmann2-0/+4
2013-10-15Bluetooth: Update advertising data based on management commandsMarcel Holtmann4-107/+116
2013-10-15Bluetooth: Use hci_request for discoverable timeout handlingMarcel Holtmann1-1/+4
2013-10-15Bluetooth: Fix minor coding style issue in set_connectable()Marcel Holtmann1-2/+1
2013-10-14Bluetooth: Read current IAC LAP on controller setupMarcel Holtmann2-0/+5
2013-10-14Bluetooth: Read number of supported IAC on controller setupMarcel Holtmann4-1/+31
2013-10-14Bluetooth: Check that scan window is smaller or equal than scan intervalMarcel Holtmann1-0/+4
2013-10-14Bluetooth: Check that bind() bdaddr type matches connect()Johan Hedberg1-0/+6
2013-10-14Bluetooth: Reject invalid bdaddr types for socketsJohan Hedberg1-0/+6
2013-10-14Bluetooth: Convert Set Discoverable to use an asynchronous requestJohan Hedberg1-9/+54
2013-10-14Bluetooth: Fix updating scan mode in set_bredr()Johan Hedberg1-1/+5
2013-10-14Bluetooth: Move set_bredr_scan() to avoid forward declarationJohan Hedberg1-20/+20
2013-10-14Bluetooth: Make Set Connectable also update the LE advertising typeJohan Hedberg1-5/+30
2013-10-14Bluetooth: Fix updating advertising data needlesslyJohan Hedberg1-1/+1
2013-10-14Bluetooth: Move static advertising functions to avoid forward declarationsJohan Hedberg1-28/+28
2013-10-14Bluetooth: Add missing error handling for Set ConnectableJohan Hedberg1-0/+7
2013-10-14Bluetooth: Move more logic into set_connectable complete callbackJohan Hedberg1-4/+19
2013-10-14Bluetooth: Reorganize set_connectable HCI command sendingJohan Hedberg1-16/+20
2013-10-14Bluetooth: Introduce L2CAP channel callback for resumingMarcel Holtmann3-5/+11
2013-10-14Bluetooth: Introduce L2CAP channel flag for defer setupMarcel Holtmann3-10/+13
2013-10-14Bluetooth: Adjust header for proc socket informationMarcel Holtmann1-1/+1
2013-10-13Bluetooth: Increase minor version of core moduleMarcel Holtmann1-1/+1
2013-10-13Bluetooth: Provide msg_name callback for L2CAP connectionless channelsMarcel Holtmann3-1/+20
2013-10-13Bluetooth: Add support for per socket msg_name callbackMarcel Holtmann2-4/+12
2013-10-13Bluetooth: Use l2cap_pi(sk) directly where possibleMarcel Holtmann1-8/+7
2013-10-13Bluetooth: Remove src and dst fields from bt_sock structureMarcel Holtmann2-5/+1
2013-10-13Bluetooth: Store RFCOMM address information in its own socket structureMarcel Holtmann2-13/+17
2013-10-13Bluetooth: Store SCO address information in its own socket structureMarcel Holtmann2-18/+20
2013-10-13Bluetooth: Use SCO addresses from HCI connection directlyMarcel Holtmann2-15/+8