Searched defs:fcs (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | rfcomm.c | 324 u8_t cr, fcs; in rfcomm_send_sabm() local 344 u8_t fcs, cr; in rfcomm_send_disc() local 490 u8_t fcs, cr; in rfcomm_send_dm() local 619 u8_t fcs; in rfcomm_send_msc() local 640 u8_t fcs; in rfcomm_send_rls() local 660 u8_t fcs; in rfcomm_send_rpn() local 676 u8_t fcs; in rfcomm_send_test() local 691 u8_t fcs; in rfcomm_send_nsc() local 707 u8_t fcs; in rfcomm_send_fcon() local 720 u8_t fcs; in rfcomm_send_fcoff() local [all …]
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | pppos.c | 134 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) argument 149 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ ppp_get_fcs(((fcs) ^ (c)) & 0xff)) argument 803 pppos_output_append(pppos_pcb *pppos, err_t err, struct pbuf *nb, u8_t c, u8_t accm, u16_t *fcs) in pppos_output_append() 837 pppos_output_last(pppos_pcb *pppos, err_t err, struct pbuf *nb, u16_t *fcs) in pppos_output_last()
|
A D | demand.c | 66 int fcs; variable
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | crypto.c | 775 u8_t fcs = 0xff; in bt_mesh_fcs_calc() local 790 u8_t fcs = 0xff; in bt_mesh_fcs_check() local
|
A D | prov.c | 172 u8_t fcs; /* Expected FCS value */ member
|
A D | provisioner_prov.c | 202 u8_t fcs; /* Expected FCS value */ member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/ |
A D | bluetooth.h | 273 uint8_t fcs[2]; member
|
Completed in 19 milliseconds