Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.c198 buff[signal.length + L2CAP_OFFSET_1] = L2CAP_SIZE_2; in L2capSendConfigurationReq()
205 buff[signal.length + L2CAP_OFFSET_1] = L2CAP_SIZE_9; in L2capSendConfigurationReq()
217 buff[signal.length + L2CAP_OFFSET_1] = L2CAP_SIZE_1; in L2capSendConfigurationReq()
252 buff[signal->length + L2CAP_OFFSET_1] = L2CAP_SIZE_9; in L2capSendConfigurationRspRfcProcess()
263 buff[signal->length + L2CAP_OFFSET_1] = L2CAP_SIZE_9; in L2capSendConfigurationRspRfcProcess()
295 buff[signal.length + L2CAP_OFFSET_1] = L2CAP_SIZE_2; in L2capSendConfigurationRsp()
306 buff[signal.length + L2CAP_OFFSET_1] = L2CAP_SIZE_2; in L2capSendConfigurationRsp()
1209 uint8_t optLength = data[offset + L2CAP_OFFSET_1]; in L2capParseConfiguration()
2025 signal.identifier = buff[offset + L2CAP_OFFSET_1]; in L2capProcessSignal()
H A Dl2cap_cmn.h109 #define L2CAP_OFFSET_1 0x01 macro