Searched defs:fcs (Results  1 – 7 of 7) sorted by relevance
| /packages/modules/Bluetooth/system/blueberry/tests/gd/l2cap/classic/ | 
| D | cert_l2cap.py | 42     def __init__(self, device, scid, dcid, acl_stream, acl, control_channel, fcs=None):  argument 72                      fcs=False):  argument 202     def open_channel(self, signal_id, psm, scid, fcs=None):  argument 214     def verify_and_respond_open_channel_from_remote(self, psm=0x33, scid=None, fcs=None):  argument 299                            fcs=None,  argument
  | 
| D | l2cap_test.py | 72                                              fcs=None):  argument 84                                 fcs=None,  argument
  | 
| /packages/modules/Bluetooth/system/stack/rfcomm/ | 
| D | rfc_utils.cc | 85   uint8_t fcs = 0xFF;  in rfc_calc_fcs()  local 108   uint8_t fcs = 0xFF;  in rfc_check_fcs()  local
  | 
| D | rfc_ts_frames.cc | 514   uint8_t ead, eal, fcs;  in rfc_parse_data()  local
  | 
| /packages/modules/Bluetooth/system/stack/l2cap/ | 
| D | l2c_fcr.cc | 294   uint16_t fcs;  in prepare_I_frame()  local 389   uint16_t fcs;  in l2c_fcr_send_S_frame()  local 472   uint16_t fcs;  in l2c_fcr_proc_pdu()  local
  | 
| /packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ | 
| D | matchers.py | 493     def _is_matching_information_frame(packet, tx_seq, payload, f, fcs=False):  argument 509     def _is_matching_information_start_frame(packet, tx_seq, payload, f, fcs=False):  argument
  | 
| /packages/modules/Bluetooth/system/stack/include/ | 
| D | l2c_api.h | 169   uint8_t fcs;      /* '0' if desire is to bypass FCS, otherwise '1' */  member
  |