7.4.4 Read Local Extended Features command complete
| 2476 | |
| 2477 | |
| 2478 | class 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 | |
| 2490 | class HCI_Cmd_Complete_Read_BD_Addr(Packet): |
nothing calls this directly
no test coverage detected