summaryrefslogtreecommitdiff
path: root/emulator
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-28emulator: Add ACL connection callback to bthostJohan Hedberg2-0/+23
2013-05-28monitor: L2CAP Conf Response CID is a Source CIDJohan Hedberg1-1/+1
2013-05-27emulator: Add L2CAP Disconnect Request handler to bthostJohan Hedberg1-0/+24
2013-05-27emulator: Simpify bthost L2CAP signaling channel codeJohan Hedberg1-14/+13
2013-05-27emulator: Add basic L2CAP Config Response handling to bthostJohan Hedberg1-0/+19
2013-05-27emulator: Add basic L2CAP Config Request handling to bthostJohan Hedberg1-0/+26
2013-05-27emulator: Add basic server PSM support to bthostJohan Hedberg2-1/+19
2013-05-27emulator: Add stub for L2CAP connect requests to bthostJohan Hedberg1-0/+25
2013-05-27emulator: Log unsupported L2CAP packet typesJohan Hedberg1-0/+1
2013-05-27emulator: Add stub for completed packets event to bthostJohan Hedberg1-0/+13
2013-05-27emulator: Add basic L2CAP signaling handling to bthostJohan Hedberg1-3/+144
2013-05-26emulator: Add stub for connect complete handling to bthostJohan Hedberg1-0/+13
2013-05-26emulator: Add stub for ACL data handling to bthostJohan Hedberg1-0/+14
2013-05-26emulator: Add connect request handling to bthostJohan Hedberg1-0/+20
2013-05-25emulator: Add scan_enable cmd_complete handler for bthostJohan Hedberg1-0/+2
2013-05-24emulator: implement write_scan_enable supportJohan Hedberg2-0/+34
2013-05-24emulator: Add bdaddr reading support to bthostJohan Hedberg1-0/+37
2013-05-24emulator: Add HCI command queuing supportJohan Hedberg1-1/+75
2013-05-24emulator: Add basic cmd_complete/status handling for bthostJohan Hedberg1-0/+31
2013-04-30emulator: Remove unneeded btdev_set_bdaddr functionJohan Hedberg2-9/+0
2013-04-30emulator: Add getter function for device address in btdevJefferson Delfes2-0/+6
2013-04-19emulator: Remove extended features from LE-only controllersJohan Hedberg1-3/+5
2013-04-19emulator: Move Event Mask Page 2 from BR/EDR to BR/EDR/LEJohan Hedberg1-1/+1
2013-04-19emulator: Add proper supported commands response valuesJohan Hedberg1-0/+112
2013-04-19emulator: Add missing command support checksJohan Hedberg1-0/+6
2013-04-19emulator: Add basic HCI_Set_Event_Mask_Page_2 supportJohan Hedberg1-0/+11
2013-04-18emulator: Add sync train parameter reading supportJohan Hedberg1-0/+19
2013-04-18emulator: Fix extended features invalid params responseJohan Hedberg1-8/+18
2013-04-17emulator: Add support for local features page 2Johan Hedberg1-2/+15
2013-03-07emulator: Allow multiple vhci adapter creation with btvirtJohan Hedberg1-7/+11
2013-03-07emulator: Fix unique bdaddr creation for multiple vhci_open() callsJohan Hedberg1-1/+2
2013-03-04emulator: Fix missing break statement for LE Read White List SizeJohan Hedberg1-0/+1
2013-03-04emulator: Add Page Scan Type HCI command supportJohan Hedberg1-0/+21
2013-03-04emulator: Add Page Scan Activity HCI command supportJohan Hedberg1-0/+26
2013-01-31emulator: Fix BR/EDR-only and LE-only supported command checksJohan Hedberg1-4/+106
2013-01-31emulator: Add command line options for selecting controller type to btvirtJohan Hedberg1-2/+9
2013-01-31emulator: Use BR/EDR/LE vhci type as default for btvirtJohan Hedberg1-1/+1
2013-01-31emulator: Fix controller version for BR/EDR typeJohan Hedberg1-1/+6
2013-01-31emulator: Create separate BR/EDR, BR/EDR/LE and LE vhci typesJohan Hedberg2-1/+13
2013-01-31emulator: Create separate server BR/EDR/LE and BR/EDR typesJohan Hedberg3-7/+17
2013-01-31emulator: Create separate BR/EDR/LE and BR/EDR device typesJohan Hedberg2-1/+29
2013-01-27emulator: Fix LE Read White List Size response variable namingJohan Hedberg1-4/+4
2013-01-26emulator: Add support for LE Read White List Size commandJohan Hedberg1-0/+6
2013-01-13emulator: Add command line switch for local HCI virtual deviceMarcel Holtmann1-4/+12