summaryrefslogtreecommitdiff
path: root/emulator/btdev.c
Commit message (Expand)AuthorAgeFilesLines
* emulator: Fix condition check in btdev_create()Inga Stotland2019-07-121-1/+1
* emulator: Fix handling of Set Event Mask Page 2 CommandSzymon Janc2019-03-281-2/+2
* emulator: Add BREDR 2M & 3M, 3 & 5 Slot packet type supportJaganath Kanakkassery2018-07-301-0/+10
* emulator: Fix unsupported command for WRITE_LE_HOST_SUPPORTEDJaganath Kanakkassery2018-07-261-0/+1
* emulator: Add 5.0 feature supportJaganath Kanakkassery2018-06-181-10/+447
* emulator: Add initial LE states to btdev and API to set new oneƁukasz Rymanowski2018-02-121-0/+18
* emulator: Update emulated controller HCI version from 4.2 to 5.0Johan Hedberg2017-05-091-2/+2
* emulator: Fix status value for DHKey Complete eventJohan Hedberg2016-07-021-0/+1
* emulator: Add API to get BR/EDR scan_enable valueJohan Hedberg2015-11-161-0/+5
* emulator: Return raw LE scan_enable valueJohan Hedberg2015-11-161-1/+1
* emulator: add support for checking le scan stateJakub Pawlowski2015-11-111-0/+5
* emulator: Refactor le set scan enable command handlerMariusz Skamra2015-10-051-2/+9
* emulator: Enable Slave-initiated Features Exchange featureMariusz Skamra2015-10-051-0/+1
* emulator: Add support for LE Remote Connection Parameter Request Negative ReplyMariusz Skamra2015-10-051-0/+38
* emulator: Add support for LE Remote Connection Parameter Request ReplyMariusz Skamra2015-10-051-7/+67
* emulator: Remove duplicated assignmentMariusz Skamra2015-10-051-2/+0
* emulator: Fix LE Connection Complete Event dataMariusz Skamra2015-10-051-13/+19
* emulator: Update LE supported commandsMariusz Skamra2015-08-291-0/+9
* emulator: Fix parameter order in le_conn_update()Johan Hedberg2015-08-141-1/+1
* emulator: Add support for Read Encryption Key Size commandJohan Hedberg2015-06-111-0/+28
* emulator: Fix 2.0 HCI version (it's 0x03 and not 0x04)Johan Hedberg2015-06-111-1/+1
* btdev: Indicate support for 4.2 encryption commandsAndrei Emeltchenko2015-05-221-0/+4
* emulator: Fix passing correct EDiv & Rand valuesJohan Hedberg2015-05-221-2/+5
* emulator: Handle Host Number Of Completed Packets CommandSzymon Janc2015-05-201-0/+6
* emulator: Move Host Buffer Size Command handling blockSzymon Janc2015-05-201-5/+5
* emulator: Verify Set Controller To Host Flow Control CommandSzymon Janc2015-05-201-2/+6
* emulator: Reset LE scan & adv state upon HCI_ResetJohan Hedberg2015-05-201-0/+11
* emulator: Pretend to support host flow control commandJohan Hedberg2015-05-191-0/+10
* btdev: Add DHKey generation command to emulatorAndrei Emeltchenko2015-05-171-0/+18
* btdev: Add LE Read Local Public Key cmd to emulatorAndrei Emeltchenko2015-05-171-0/+36
* btdev: Refactor Le Rand using Linux crypto infrastructureAndrei Emeltchenko2015-05-171-8/+13
* btdev: Add LE Encrypt command support to emulatorAndrei Emeltchenko2015-05-171-0/+31
* emulator: Fix ACL packet types from controller to hostJohan Hedberg2015-05-131-6/+31
* emulator: Add support for LE remote features commandMarcel Holtmann2015-04-081-0/+32
* emulator: Add support for emulating Bluetooth 2.0 controllersMarcel Holtmann2015-03-291-10/+44
* emulator: Fix encryption mode for BR/EDR SCJohan Hedberg2014-12-081-4/+12
* emulator: Fix link key type selection for BR/EDR SCJohan Hedberg2014-12-081-3/+3
* emulator: Set default version to 4.2 (0x08)Johan Hedberg2014-12-081-1/+1
* emulator/btdev: Fix invalid memory accessLuiz Augusto von Dentz2014-09-181-2/+2
* emulator/btdev: Add iovec supportLuiz Augusto von Dentz2014-09-181-67/+68
* emulator: Add support for LE connection parameter update procedureJohan Hedberg2014-09-171-0/+48
* emulator: Failed encryption shouldn't affect success of LTK replyJohan Hedberg2014-09-161-9/+10
* emulator: Indicate encryption failure if LTKs don't matchJohan Hedberg2014-09-161-1/+8
* emulator: Fix clearing advertising state when connectedJohan Hedberg2014-09-131-0/+1
* emulator/btdev: Fix returning correct remote extended featuresJohan Hedberg2014-09-041-1/+1
* emulator/btdev: Fix not disabling le advertising on connectionJakub Tyszkowski2014-09-011-0/+1
* emulator: Fix matching up real advertising addressJohan Hedberg2014-08-051-1/+2
* emulator: Add support for Read Clock OffsetJohan Hedberg2014-08-011-0/+33
* emulator: Add support for Get MWS Transport Layer ConfigurationMarcel Holtmann2014-07-231-0/+11
* emulator: Add support for Read Local Supported Codecs commandMarcel Holtmann2014-07-231-0/+18