Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.c1462 uint16_t rejCid[2] = {0, cid}; in L2capProcessConfigurationReq() local
1465 … aclHandle, L2CAP_SIGNALING_CHANNEL, signal->identifier, L2CAP_INVALID_CID_IN_REQUEST, rejCid); in L2capProcessConfigurationReq()
1716 uint16_t rejCid[2] = {lcid, rcid}; in L2capProcessDisconnectionReq() local
1719 … aclHandle, L2CAP_SIGNALING_CHANNEL, signal->identifier, L2CAP_INVALID_CID_IN_REQUEST, rejCid); in L2capProcessDisconnectionReq()
H A Dl2cap_le.c834 uint16_t rejCid[L2CAP_SIZE_2] = {lcid, rcid}; in L2capLeProcessDisconnectionReq() local
837 … aclHandle, L2CAP_LE_SIGNALING_CHANNEL, signal->identifier, L2CAP_INVALID_CID_IN_REQUEST, rejCid); in L2capLeProcessDisconnectionReq()