bluez/emulator
Mariusz Skamra 78fbfd3fb2 emulator: Add support for LE Remote Connection Parameter Request Reply
< HCI Command: LE Connection Update (0x08|0x0013) plen 14
		                          [hci0] 92750.079447
        Handle: 42
        Min connection interval: 50.00 msec (0x0028)
        Max connection interval: 70.00 msec (0x0038)
        Connection latency: 0x0000
        Supervision timeout: 420 msec (0x002a)
        Min connection length: 0.000 msec (0x0000)
        Max connection length: 0.000 msec (0x0000)
> HCI Event: Command Status (0x0f) plen 4
	                                  [hci0] 92750.079459
      LE Connection Update (0x08|0x0013) ncmd 1
        Status: Success (0x00)
> HCI Event: LE Meta Event (0x3e) plen 11
                                          [hci1] 92750.079462
      LE Remote Connection Parameter Request (0x06)
        Handle: 42
        Min connection interval: 50.00 msec (0x0028)
        Max connection interval: 70.00 msec (0x0038)
        Connection latency: 0x0000
        Supervision timeout: 420 msec (0x002a)
< HCI Command: LE Remote Connection Parameter Request Reply
(0x08|0x0020) plen 14			  [hci1] 92750.079476
        Handle: 42
        Min connection interval: 50.00 msec (0x0028)
        Max connection interval: 70.00 msec (0x0038)
        Connection latency: 0x0000
        Supervision timeout: 420 msec (0x002a)
        Min connection length: 0.000 msec (0x0000)
        Max connection length: 0.000 msec (0x0000)
> HCI Event: Command Complete (0x0e) plen 6
					  [hci1] 92750.079507
      LE Remote Connection Parameter Request Reply (0x08|0x0020)
							ncmd 1
        Status: Success (0x00)
        Handle: 42
> HCI Event: LE Meta Event (0x3e) plen 10
                                          [hci0] 92750.079510
      LE Connection Update Complete (0x03)
        Status: Success (0x00)
        Handle: 42
        Connection interval: 50.00 msec (0x0028)
        Connection latency: 0.00 msec (0x0000)
        Supervision timeout: 420 msec (0x002a)
> HCI Event: LE Meta Event (0x3e) plen 10
                                          [hci1] 92750.079509
      LE Connection Update Complete (0x03)
        Status: Success (0x00)
        Handle: 42
        Connection interval: 50.00 msec (0x0028)
        Connection latency: 0.00 msec (0x0000)
        Supervision timeout: 420 msec (0x002a)
@ New Conn Param: 00:AA:01:00:00:23 (1) hint 0 min 0x0028 max 0x0038
					latency 0x0000 timeout 0x002a
2015-10-05 10:58:53 +03:00
..
amp.c emulator: Use local includes for libbluetooth headers 2015-02-12 21:47:56 +01:00
amp.h emulator: Add support for AMP controller emulation 2013-10-09 11:03:42 -07:00
b1ee.c emulator: Use local includes for libbluetooth headers 2015-02-12 21:47:56 +01:00
btdev.c emulator: Add support for LE Remote Connection Parameter Request Reply 2015-10-05 10:58:53 +03:00
btdev.h emulator: Add support for emulating Bluetooth 2.0 controllers 2015-03-29 15:15:48 -07:00
bthost.c emulator/bthost: Add support for setting custom ADV data 2015-05-17 10:39:00 +03:00
bthost.h emulator/bthost: Add support for setting custom ADV data 2015-05-17 10:39:00 +03:00
hciemu.c emulator: Add support for emulating Bluetooth 2.0 controllers 2015-03-29 15:15:48 -07:00
hciemu.h emulator: Add support for emulating Bluetooth 2.0 controllers 2015-03-29 15:15:48 -07:00
hfp.c emulator: Fix missing includes 2015-03-12 13:12:26 +01:00
le.c emulator: Add support for scanning on different channels 2015-07-14 23:25:45 +02:00
le.h emulator: Add simple standalone single mode LE device 2013-12-28 21:49:49 -08:00
main.c shared: Move mainloop implementation from monitor to shared 2015-02-12 12:32:07 +02:00
phy.c shared: Move mainloop implementation from monitor to shared 2015-02-12 12:32:07 +02:00
phy.h emulator: Add support for scanning on different channels 2015-07-14 23:25:45 +02:00
serial.c emulator: Use local includes for libbluetooth headers 2015-02-12 21:47:56 +01:00
serial.h emulator: Add support for providing a pseudo terminal 2014-07-12 15:53:16 +02:00
server.c emulator: Add support for ACL data transfer for servers 2015-07-30 13:29:14 +02:00
server.h emulator: Update copyright and license details 2014-02-12 09:24:13 -08:00
smp.c emulator/smp: Fix sending BR/EDR SMP Pairing Request as slave 2015-02-16 12:51:08 +02:00
vhci.c emulator: Fix missing includes 2015-03-12 13:12:26 +01:00
vhci.h emulator: Update copyright and license details 2014-02-12 09:24:13 -08:00