summaryrefslogtreecommitdiff
path: root/emulator
Commit message (Expand)AuthorAgeFilesLines
* emulator: Add simple HFP emulator for testingMarcel Holtmann2014-01-251-0/+119
* emulator: Fix unaligned memory access compilation errorsAnderson Lizardo2014-01-211-2/+2
* emulator/bthost: Add dummy entries for LTK reply completionJohan Hedberg2014-01-201-0/+4
* emulator/bthost: Add SMP callback to fetch LTKJohan Hedberg2014-01-203-0/+50
* emulator/bthost: Add warning for unsupported LE Meta eventsJohan Hedberg2014-01-201-0/+1
* emulator/bthost: Add SMP supportJohan Hedberg2014-01-203-3/+518
* emulator/bthost: Add dummy handler for User Confirm Request Reply completionJohan Hedberg2014-01-201-0/+2
* emulator/bthost: Remove unnecessary printfJohan Hedberg2014-01-171-2/+0
* emulator/bthost: More RFCOMM code cleanupsJohan Hedberg2014-01-161-38/+42
* emulator/bthost: Further cleanups to the RFCOMM codeJohan Hedberg2014-01-161-38/+36
* emulator/bthost: Clean up RFCOMM related codeJohan Hedberg2014-01-161-27/+20
* tools/bthost: Remove useless channel parameter from RFCOMM callbackJohan Hedberg2014-01-162-7/+5
* emulator/bthost: Call rfcomm_connect_cb when connectedMarcin Kraglak2014-01-161-0/+22
* emulator/bthost: Add implementation to PN RSPMarcin Kraglak2014-01-161-0/+3
* emulator/bthost: Ad implementation of rfcomm_ua_recvMarcin Kraglak2014-01-161-0/+35
* emulator/bthost: Implement bthost_connect_rfcommMarcin Kraglak2014-01-162-0/+66
* emulator/bthost: Implement recv_disc rfcomm frame in bthostMarcin Kraglak2014-01-161-0/+4
* emulator/bthost: Service msc framesMarcin Kraglak2014-01-161-0/+28
* emulator/bthost: Add recv_pn implementationMarcin Kraglak2014-01-161-0/+53
* emulator/bthost: Add rfcomm_mcc_recv stubMarcin Kraglak2014-01-161-0/+19
* emulator/bthost: Add recv_sabm imnplementationMarcin Kraglak2014-01-161-0/+111
* emulator/bthost: Add method to create rfcomm serverMarcin Kraglak2014-01-162-0/+39
* emulator/bthost: Add initial rfcomm handlingMarcin Kraglak2014-01-161-1/+66
* emulator/bthost: Fix requesting encryption if authentication failedJohan Hedberg2014-01-151-0/+3
* emulator/bthost: Add API to request authenticationJohan Hedberg2014-01-152-0/+11
* emulator/bthost: Add basic support for link key requestsJohan Hedberg2014-01-151-0/+22
* emulator: Fix SSP IO capability request handlingJohan Hedberg2014-01-131-5/+29
* emulator: Add reminding comment to fix link key typeJohan Hedberg2014-01-131-0/+1
* emulator: Fix emitting bogus encrypt change if we're not connectedJohan Hedberg2014-01-131-3/+6
* emulator: Fix returning correct remote host featuresJohan Hedberg2014-01-131-10/+15
* emulator: Fix completion of SSP user confirm commandsJohan Hedberg2014-01-131-0/+8
* emulator: Fix SSP rejection status propagationJohan Hedberg2014-01-131-3/+9
* emulator/bthost: Add API to reject SSP User ConfirmationJohan Hedberg2014-01-132-0/+13
* emulator/bthost: Add support for specifying custom IO capabilityJohan Hedberg2014-01-132-1/+8
* emulator/bthost: Fix sending L2CAP config reqMarcin Kraglak2014-01-131-1/+1
* emulator/bthost: Request encryption when authentication completesJohan Hedberg2014-01-131-0/+6
* emulator: Add Set Connection Encryption command supportJohan Hedberg2014-01-131-0/+17
* emulator: Encryption should be enabled only when explicitly requestedJohan Hedberg2014-01-131-1/+0
* emulator: Add missing Transparent SCO feature bitJohan Hedberg2014-01-121-0/+1
* emulator: Make use of generic endian conversion macrosMarcel Holtmann2014-01-104-20/+4
* emulator: Add basic support for SSP completionJohan Hedberg2014-01-101-0/+78
* emulator/bthost: Add basic handling of user confirm request and SSP complete ...Johan Hedberg2014-01-101-0/+34
* emulator: Add dummy cmd complete handler for IO Capability Request ReplyJohan Hedberg2014-01-101-0/+2
* emulator/bthost: Add basic IO Capability Request & Response handlingJohan Hedberg2014-01-101-0/+58
* emulator: Add basic HCI_IO_Capability_Request_Reply handlingJohan Hedberg2014-01-101-0/+56
* tools/bthost: Add dummy handler for HCI_Write_SSP_Mode completionJohan Hedberg2014-01-101-0/+2
* emulator/bthost: Track remote address in btconnJohan Hedberg2014-01-101-3/+6
* emulator: Add initial IO Capability Request sending when SSP is enabledJohan Hedberg2014-01-101-3/+27
* emulator/bthost: Add support for enabling SSP modeJohan Hedberg2014-01-102-0/+7
* emulator: Add basic security mode 3 supportJohan Hedberg2014-01-091-12/+49