summaryrefslogtreecommitdiff
path: root/emulator/smp.c
Commit message (Expand)AuthorAgeFilesLines
* monitor: Inclusive language changesArchie Pusaka2021-09-211-4/+4
* bthost: Add bthost_debug and use it on smp.cLuiz Augusto von Dentz2021-08-121-5/+15
* bthost: Add support for address types other then publicLuiz Augusto von Dentz2020-12-171-5/+19
* bthost: Always use conn->prnd for Pairing RandomLuiz Augusto von Dentz2020-12-171-5/+4
* bthost: Use bt_crypto_random_bytes to generate a Pairing RandomLuiz Augusto von Dentz2020-12-161-0/+2
* emulator: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* build: Fix checking result of sizeof instead of memcmpLuiz Augusto von Dentz2016-08-251-1/+1
* emulator: Include Link Key in key distribution if BR/EDR is supportedJohan Hedberg2016-06-071-8/+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-121-2/+2
* 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-071-0/+37
* emulator: Add SMP over BR/EDR supportJohan Hedberg2014-12-171-41/+99
* emulator/smp: Add passkey entry supportJohan Hedberg2014-12-031-3/+113
* emulator/smp: Add initial code for selecting authentication methodJohan Hedberg2014-12-031-0/+93
* emulator/smp: Add basic just-works LE SC pairing supportJohan Hedberg2014-12-031-3/+136
* emulator/smp: Add basic SC Public Key generation & exchange supportJohan Hedberg2014-12-031-1/+66
* emulator/smp: Add smp_send() helper that uses bthost_send_cid_v()Johan Hedberg2014-10-021-62/+61
* emulator/smp: Add full key distribution supportJohan Hedberg2014-09-221-16/+115
* emulator/bthost: Add skeleton for passing encryption changes to SMPJohan Hedberg2014-09-191-0/+15
* emulator/smp: Use proper defines for SMP opcodesJohan Hedberg2014-09-191-11/+10
* emulator/smp: Fix pairing response key dist. to what's actually supportedJohan Hedberg2014-09-181-2/+2
* emulator/smp: Set correct pairing response valuesJohan Hedberg2014-09-181-8/+10
* emulator: Fix up SMP Pairing Confirm/Random handlingJohan Hedberg2014-09-161-7/+22
* emulator: Add support for specifying SMP authentication requirementJohan Hedberg2014-09-161-8/+8
* emulator: Use explicit IO capability for bthostJohan Hedberg2014-09-131-2/+2
* monitor: Use 64-bit unsigned integer for random numberMarcel Holtmann2014-02-271-2/+1
* emulator: Use shared crypto code instead of custom functionsJohan Hedberg2014-02-261-224/+18
* emulator: Fix unaligned memory access compilation errorsAnderson Lizardo2014-01-211-2/+2
* emulator/bthost: Add SMP callback to fetch LTKJohan Hedberg2014-01-201-0/+14
* emulator/bthost: Add SMP supportJohan Hedberg2014-01-201-0/+469