7.1.13 PIN Code Request Negative Reply command
| 1764 | |
| 1765 | |
| 1766 | class HCI_Cmd_PIN_Code_Request_Negative_Reply(Packet): |
| 1767 | """ |
| 1768 | 7.1.13 PIN Code Request Negative Reply command |
| 1769 | """ |
| 1770 | name = "HCI_PIN_Code_Request_Negative_Reply" |
| 1771 | fields_desc = [LEMACField("bd_addr", None), ] |
| 1772 | |
| 1773 | |
| 1774 | class HCI_Cmd_Change_Connection_Packet_Type(Packet): |
nothing calls this directly
no test coverage detected
searching dependent graphs…