Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_cmn.h130 #define L2CAP_SIZE_9 0x09 macro
H A Dl2cap_core.c205 buff[signal.length + L2CAP_OFFSET_1] = L2CAP_SIZE_9; 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()
1166 if (optLength != L2CAP_SIZE_9) { in L2capCheckConfigurationOptionLength()