Home
last modified time | relevance | path

Searched refs:LinkLayerPacket (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/packets/
Dlink_layer_packets.pdl62 packet LinkLayerPacket {
69 packet Acl : LinkLayerPacket (type = ACL) {
75 packet Sco : LinkLayerPacket (type = SCO) {
79 packet LeConnectedIsochronousPdu : LinkLayerPacket (type = LE_CONNECTED_ISOCHRONOUS_PDU) {
86 packet LeBroadcastIsochronousPdu : LinkLayerPacket (type = LE_BROADCAST_ISOCHRONOUS_PDU) {
89 packet Disconnect : LinkLayerPacket (type = DISCONNECT) {
104 packet Inquiry : LinkLayerPacket (type = INQUIRY) {
109 packet BasicInquiryResponse : LinkLayerPacket(type = INQUIRY_RESPONSE) {
146 packet LeLegacyAdvertisingPdu : LinkLayerPacket (type = LE_LEGACY_ADVERTISING_PDU) {
165 packet LeExtendedAdvertisingPdu : LinkLayerPacket (type = LE_EXTENDED_ADVERTISING_PDU) {
[all …]
/packages/modules/Bluetooth/tools/rootcanal/py/
Dcontroller.py140 def send_ll(self, pdu: ll.LinkLayerPacket, phy: Phy = Phy.LowEnergy, rssi: int = -90): argument
190 pdu = ll.LinkLayerPacket.parse_all(packet)
307 expected_pdus: typing.Union[list, typing.Union[ll.LinkLayerPacket, type]], argument
309 timeout: int = 3) -> ll.LinkLayerPacket:
319 pdu = ll.LinkLayerPacket.parse_all(packet)
328 if isinstance(expected_pdu, ll.LinkLayerPacket) and pdu == expected_pdu:
337 if isinstance(expected_pdu, ll.LinkLayerPacket):
349 pdu = ll.LinkLayerPacket.parse_all(packet)