summaryrefslogtreecommitdiff
path: root/emulator
Commit message (Expand)AuthorAgeFilesLines
* emulator/hciemu: Fix return valueGowtham Anandha Babu2015-11-161-2/+2
* emulator: Add API to get BR/EDR scan_enable valueJohan Hedberg2015-11-164-0/+17
* emulator: Return raw LE scan_enable valueJohan Hedberg2015-11-164-5/+5
* emulator: Fix sending valid HCI_LE_Create_Connection parametersJohan Hedberg2015-11-121-0/+6
* emulator: add support for checking le scan stateJakub Pawlowski2015-11-114-0/+17
* 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 ACL data transfer for serversAbhirup Ghosh2015-07-301-0/+7
* emulator: Add support for scanning on different channelsMarcel Holtmann2015-07-142-2/+19
* emulator: Add support for scan window and scan interval handlingMarcel Holtmann2015-07-141-1/+72
* emulator: Add support for using advertising delay valuesMarcel Holtmann2015-07-141-3/+15
* 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/bthost: Add support for setting custom ADV dataSzymon Janc2015-05-172-20/+20
* emulator: Fix ACL packet types from controller to hostJohan Hedberg2015-05-131-6/+31
* emulator: Add support for LE remote features commandMarcel Holtmann2015-04-082-0/+47
* emulator: Handle event for LE connection update complete indicationMarcel Holtmann2015-04-011-0/+15
* emulator: Add support for emulating Bluetooth 2.0 controllersMarcel Holtmann2015-03-294-10/+49
* emulator: Fix missing includesSzymon Janc2015-03-123-0/+3
* emulator/bthost: Fix calling RFCOMM callback for zero-length dataJohan Hedberg2015-02-271-10/+14
* emulator/smp: Fix sending BR/EDR SMP Pairing Request as slaveJohan Hedberg2015-02-161-0/+3
* emulator: Use local includes for libbluetooth headersMarcel Holtmann2015-02-129-17/+17
* shared: Move mainloop implementation from monitor to sharedJohan Hedberg2015-02-129-9/+9
* emulator: Fix L2CAP & RFCOMM state changesJohan Hedberg2015-01-231-9/+14
* emulator/smp: Fix identity info PDU sending orderJohan Hedberg2015-01-201-3/+4
* emulator/bthost: Add support for triggering SMP over BR/EDRJohan Hedberg2015-01-073-0/+52
* emulator/bthost: Add support for requesting L2CAP fixed channelsJohan Hedberg2015-01-071-0/+40
* emulator: Add PHY packet type for connection establishmentMarcel Holtmann2014-12-211-0/+11
* emulator: Store own and peer address information for LE connectionsMarcel Holtmann2014-12-171-0/+13
* emulator: Add controller based address resolution for advertising reportsMarcel Holtmann2014-12-171-8/+57
* emulator: Fix own address type handling for advertising parametersMarcel Holtmann2014-12-171-2/+8
* emulator: Add SMP over BR/EDR supportJohan Hedberg2014-12-173-43/+105
* emulator: Fix Write_LE_Host_Supported command sendingJohan Hedberg2014-12-171-1/+7