Searched refs:cl (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/rfcomm/ |
D | rfc_port_if.c | 144 UINT8 cl; in RFCOMM_ParNegReq() local 166 cl = RFCOMM_PN_CONV_LAYER_CBFC_I; in RFCOMM_ParNegReq() 170 cl = RFCOMM_PN_CONV_LAYER_TYPE_1; in RFCOMM_ParNegReq() 177 rfc_send_pn (p_mcb, dlci, TRUE, mtu, cl, k); in RFCOMM_ParNegReq() 191 void RFCOMM_ParNegRsp (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k) in RFCOMM_ParNegRsp() argument 198 rfc_send_pn (p_mcb, dlci, FALSE, mtu, cl, k); in RFCOMM_ParNegRsp()
|
D | port_rfc.c | 289 void PORT_ParNegInd (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k) in PORT_ParNegInd() argument 326 if ((PORT_FC_DEFAULT == PORT_FC_TS710) || (cl == RFCOMM_PN_CONV_LAYER_TYPE_1)) { in PORT_ParNegInd() 338 if (cl == RFCOMM_PN_CONV_LAYER_TYPE_1) { in PORT_ParNegInd() 369 void PORT_ParNegCnf (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k) in PORT_ParNegCnf() argument 373 RFCOMM_TRACE_EVENT ("PORT_ParNegCnf dlci:%d mtu:%d cl: %d k: %d", dlci, mtu, cl, k); in PORT_ParNegCnf() 383 if ((PORT_FC_DEFAULT == PORT_FC_TS710) && (cl == RFCOMM_PN_CONV_LAYER_CBFC_R)) { in PORT_ParNegCnf() 389 else if (cl == RFCOMM_PN_CONV_LAYER_CBFC_R) { in PORT_ParNegCnf()
|
D | rfc_ts_frames.c | 235 void rfc_send_pn (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN is_command, UINT16 mtu, UINT8 cl, UINT8 k) in rfc_send_pn() argument 251 *p_data++ = RFCOMM_PN_FRAM_TYPE_UIH | cl; in rfc_send_pn()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/rfcomm/include/ |
D | rfc_int.h | 59 extern void RFCOMM_ParNegRsp (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k); 323 UINT8 cl, UINT8 k); 359 extern void PORT_ParNegInd (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k); 360 extern void PORT_ParNegCnf (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k);
|
/hal_espressif-3.6.0/components/fatfs/src/ |
D | ff.c | 1372 DWORD cl, n; in fill_first_frag() local 1376 for (cl = obj->sclust, n = obj->n_cont; n; cl++, n--) { /* Create cluster chain on the FAT */ in fill_first_frag() 1377 res = put_fat(obj->fs, cl, cl + 1); in fill_first_frag() 1619 DWORD cl, ncl, *tbl; in clmt_clust() local 1624 cl = (DWORD)(ofs / SS(fs) / fs->csize); /* Cluster order from top of the file */ in clmt_clust() 1628 if (cl < ncl) break; /* In this fragment? */ in clmt_clust() 1629 cl -= ncl; tbl++; /* Next fragment */ in clmt_clust() 1631 return cl + *tbl; /* Return the cluster number */ in clmt_clust() 1839 DWORD cl; local 1841 cl = ld_word(dir + DIR_FstClusLO); [all …]
|