Searched refs:rejCid (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_core.c | 1462 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 D | l2cap_le.c | 834 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()
|