Home
last modified time | relevance | path

Searched refs:L2CAP_OFFSET_7 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_cmn.h115 #define L2CAP_OFFSET_7 0x07 macro
H A Dl2cap_core.c210 L2capCpuToLe16(buff + signal.length + L2CAP_OFFSET_7, 0); in L2capSendConfigurationReq()
257 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()
1197 cfg->rfc.monitorTimeout = L2capLe16ToCpu(data + offset + L2CAP_OFFSET_7); in L2capProcessErfcOption()