Searched refs:cl (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/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-latest/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-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C2.rst | 66 …) RTC watchdog timeout threshold; in unit of slow cl = 40000 R/W (0b00)
|
D | summary_ESP32-C3.rst | 153 …) RTC watchdog timeout threshold; in unit of slow cl = 40000 R/W (0b00)
|
D | summary_ESP32-S2.rst | 168 …) RTC watchdog timeout threshold; in unit of slow cl = 40000 R/W (0b00)
|
D | summary_ESP32-S3.rst | 159 …) RTC watchdog timeout threshold; in unit of slow cl = 40000 R/W (0b00)
|