Home
last modified time | relevance | path

Searched refs:monitorTimeout (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap.c164 chan->lcfg.rfc.monitorTimeout = 0; in L2CAP_ConfigReq()
216 chan->lcfg.rfc.monitorTimeout = L2CAP_DEFAULT_MONITOR_TIMEOUT; in L2CAP_ConfigRsp()
224 chan->lcfg.rfc.monitorTimeout = 0; in L2CAP_ConfigRsp()
H A Dl2cap_core.c257 L2capCpuToLe16(buff + signal->length + L2CAP_OFFSET_7, cfg->rfc.monitorTimeout); in L2capSendConfigurationRspRfcProcess()
268 L2capCpuToLe16(buff + signal->length + L2CAP_OFFSET_7, chan->lcfg.rfc.monitorTimeout); in L2capSendConfigurationRspRfcProcess()
707 AlarmSet(chan->erfc.monitorTimer, chan->lcfg.rfc.monitorTimeout, L2capErfcMonitorTimeoutCallback, chan); in L2capErfcStartMonitorTimer()
1197 cfg->rfc.monitorTimeout = L2capLe16ToCpu(data + offset + L2CAP_OFFSET_7); in L2capProcessErfcOption()
1540 chan->rcfg.rfc.monitorTimeout = cfg.rfc.monitorTimeout; in L2capProcessConfigurationRsp()
H A Dl2cap_inst.c214 cfg->rfc.monitorTimeout = 0; in L2capSetDefaultConfigOptions()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_def.h117 uint16_t monitorTimeout; member

Completed in 6 milliseconds