7.1.7 Create Connection Cancel command
| 1711 | |
| 1712 | |
| 1713 | class HCI_Cmd_Create_Connection_Cancel(Packet): |
| 1714 | """ |
| 1715 | 7.1.7 Create Connection Cancel command |
| 1716 | """ |
| 1717 | name = "HCI_Create_Connection_Cancel" |
| 1718 | fields_desc = [LEMACField("bd_addr", None), ] |
| 1719 | |
| 1720 | |
| 1721 | class HCI_Cmd_Accept_Connection_Request(Packet): |
nothing calls this directly
no test coverage detected
searching dependent graphs…