Searched refs:le_control_frame_with_code (Results  1 – 2 of 2) sorted by relevance
| /packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ | 
| D | matchers.py | 564     def le_control_frame_with_code(packet, code):  member in L2capMatchers576         return L2capMatchers.le_control_frame_with_code(packet, code) is not None
 640 …     frame = L2capMatchers.le_control_frame_with_code(packet, LeCommandCode.DISCONNECTION_RESPONSE)
 648 …      frame = L2capMatchers.le_control_frame_with_code(packet, LeCommandCode.DISCONNECTION_REQUEST)
 656 …     frame = L2capMatchers.le_control_frame_with_code(packet, LeCommandCode.LE_FLOW_CONTROL_CREDIT)
 702 …frame = L2capMatchers.le_control_frame_with_code(packet, LeCommandCode.CONNECTION_PARAMETER_UPDATE…
 709 …frame = L2capMatchers.le_control_frame_with_code(packet, LeCommandCode.LE_CREDIT_BASED_CONNECTION_…
 717 …frame = L2capMatchers.le_control_frame_with_code(packet, LeCommandCode.LE_CREDIT_BASED_CONNECTION_…
 
 | 
| D | captures.py | 138 …frame = L2capMatchers.le_control_frame_with_code(packet, LeCommandCode.LE_CREDIT_BASED_CONNECTION_…148 …frame = L2capMatchers.le_control_frame_with_code(packet, LeCommandCode.LE_CREDIT_BASED_CONNECTION_…
 
 |