MCPcopy Index your code
hub / github.com/secdev/scapy / HCI_Cmd_Complete_Read_Local_Extended_Features

Class HCI_Cmd_Complete_Read_Local_Extended_Features

scapy/layers/bluetooth.py:2478–2487  ·  view source on GitHub ↗

7.4.4 Read Local Extended Features command complete

Source from the content-addressed store, hash-verified

2476
2477
2478class HCI_Cmd_Complete_Read_Local_Extended_Features(Packet):
2479 """
2480 7.4.4 Read Local Extended Features command complete
2481 """
2482 name = 'Read Local Extended Features command complete'
2483 fields_desc = [
2484 ByteField('page', 0x00),
2485 ByteField('max_page', 0x00),
2486 XLELongField('extended_features', 0)
2487 ]
2488
2489
2490class HCI_Cmd_Complete_Read_BD_Addr(Packet):

Callers

nothing calls this directly

Calls 2

ByteFieldClass · 0.90
XLELongFieldClass · 0.90

Tested by

no test coverage detected