Home
last modified time | relevance | path

Searched refs:RFCOMM_MSC_IC (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Drfcdefs.h142 #define RFCOMM_MSC_IC 0x40 /* Incomming call indicator*/ macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_port_fsm.c694 if (modem_signals & RFCOMM_MSC_IC) { in rfc_process_msc()
Drfc_ts_frames.c373 ((signals & MODEM_SIGNAL_RI) ? RFCOMM_MSC_IC : 0) | in rfc_send_msc()