summaryrefslogtreecommitdiff
path: root/emulator
AgeCommit message (Expand)AuthorFilesLines
2013-09-25emulator/bthost: Add support for creating LE connectionsJohan Hedberg2-6/+21
2013-09-20emulator/bthost: Fix using correct address type for LE connectionsJohan Hedberg1-1/+7
2013-09-20emulator/bthost: Fix ACL handle packingJohan Hedberg1-2/+7
2013-09-20emulator/bthost: Track address type for connectionsJohan Hedberg1-3/+7
2013-09-20emulator/bthost: Use right CID for LE signalingJohan Hedberg1-2/+7
2013-09-20emulator/bthost: Pass full ACL connection context aroundJohan Hedberg1-62/+57
2013-09-20emulator: Add initial LE L2CAP signaling support to bthostJohan Hedberg1-0/+92
2013-09-19emulator: Add LE Connection Complete handling to bthostJohan Hedberg1-0/+18
2013-09-19emulator: Refactor bthost ACL connection trackingJohan Hedberg1-10/+16
2013-09-19emulator: Add skeleton for LE meta event handler in bthostJohan Hedberg1-0/+18
2013-09-19emulator: Add basic advertise enable support for bthostJohan Hedberg2-0/+9
2013-09-19emulator: Add basic support for LE connectionsJohan Hedberg1-0/+59
2013-09-19emulator: Remove redundant empty lineJohan Hedberg1-1/+0
2013-09-11emulator: Add missing HCI commands to the supported commands responseJohan Hedberg1-0/+14
2013-09-11emulator: Disallow SCO HCI commands on LE-only controllersJohan Hedberg1-0/+4
2013-09-11emulator: Disallow HCI_Write_Current_IAP_LAP for LE-only controllersJohan Hedberg1-0/+2
2013-09-11emulator: Add support for reading local out-of-band dataMarcel Holtmann1-0/+8
2013-09-10emulator: Add options to usage descriptionMarcel Holtmann1-0/+3
2013-09-07emulator: Add support for LE test commandsMarcel Holtmann1-0/+23
2013-09-07emulator: Add emulation a few more HCI commandsMarcel Holtmann1-0/+33
2013-09-07emulator: Add support for host buffer size and LE rand commandsMarcel Holtmann1-1/+22
2013-09-02emulator: Filter for valid packet types from /dev/vhciMarcel Holtmann1-2/+9
2013-08-27emulator: Fix up AFH channel assessment structuresMarcel Holtmann1-7/+7
2013-08-01emulator: Add btdev_get_features API (needed for SCO tests)Frédéric Dalleau2-0/+6
2013-08-01emulator: Add SCO connection creation supportFrédéric Dalleau1-0/+52
2013-07-24emulator: Add new function for running all hooksBruna Moreira1-3/+31
2013-07-24emulator: cmd_status() using send_packet() for run hooks easilyEder Ruiz Maria1-5/+23
2013-07-24emulator: Split default_cmd() for better command and event handlerEder Ruiz Maria1-32/+97
2013-07-24emulator: Add support for delete a hookEder Ruiz Maria2-0/+28
2013-07-24emulator: Add hook only if there aren't other with same type and opcodeEder Ruiz Maria1-0/+20
2013-07-24emulator: Add support for pre/post command/event hooksEder Ruiz Maria2-0/+52
2013-07-05emulator: Implement LE advertising reportJefferson Delfes1-0/+58
2013-07-05emulator: Dummy LE set advertising parametersJefferson Delfes1-0/+10
2013-07-05emulator: Disallow LE set scan params command when scan is enabledJefferson Delfes1-1/+4
2013-07-05emulator: Store LE scan state of virtual controllerJefferson Delfes1-1/+11
2013-07-05emulator: Implement basic LE set adv enable commandJefferson Delfes1-0/+15
2013-07-05emulator: Store LE advertising data length in btdevJefferson Delfes1-0/+2
2013-06-17emulator: Fix Remote Name Request Cancel command completeAnderson Lizardo1-2/+4
2013-06-17emulator: Fix uninitialised memory usage on inquiryAnderson Lizardo1-0/+3
2013-06-13emulator: Fix typo in supported command commentJohan Hedberg1-1/+1
2013-05-29emulator: Add handler for L2CAP command reject PDUJohan Hedberg1-0/+16
2013-05-29emulator: Add callback mechanism for L2CAP requestsJohan Hedberg2-4/+64
2013-05-29emulator: Make bthost L2CAP sender strictly only for requestsJohan Hedberg2-11/+24
2013-05-29emulator: Return used L2CAP ident value from bthost_l2cap_cmd()Johan Hedberg2-3/+5
2013-05-28emulator: Add L2CAP connection tracking to bthostJohan Hedberg1-1/+57
2013-05-28emulator: Add ACL connection tracking to bthostJohan Hedberg1-6/+98
2013-05-28emulator: Fix L2CAP Config req/rsp handling in bthostJohan Hedberg1-3/+36
2013-05-28emulator: Fix btdev connectability test (0x02 is page scan)Johan Hedberg1-1/+1
2013-05-28emulator: Add API to initiate ACL connectionsJohan Hedberg2-0/+12
2013-05-28emulator: Make bthost L2CAP command function publicJohan Hedberg2-7/+10