Searched refs:rcid (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_core.c | 164 L2capCpuToLe16(buff + L2CAP_OFFSET_2, chan->rcid); in L2capSendConnectionRsp() 187 L2capCpuToLe16(buff + 0, chan->rcid); in L2capSendConfigurationReq() 284 L2capCpuToLe16(buff + 0, chan->rcid); in L2capSendConfigurationRsp() 334 L2capCpuToLe16(buff + 0, chan->rcid); in L2capSendDisconnectionReq() 355 L2capCpuToLe16(buff + L2CAP_OFFSET_2, chan->rcid); in L2capSendDisconnectionRsp() 493 L2capCpuToLe16(header + L2CAP_OFFSET_2, chan->rcid); in L2capBuildSFrame() 902 L2capCpuToLe16(header + L2CAP_OFFSET_2, chan->rcid); in L2capBuildIFrame() 1264 static void L2capConfigurationRspReject(const L2capConnection *conn, uint8_t ident, uint16_t rcid) in L2capConfigurationRspReject() argument 1270 L2capCpuToLe16(buff + 0, rcid); in L2capConfigurationRspReject() 1284 const L2capConnection *conn, uint8_t ident, uint16_t rcid, L2capOption in L2capConfigurationRspUnknownOptions() 1283 L2capConfigurationRspUnknownOptions( const L2capConnection *conn, uint8_t ident, uint16_t rcid, L2capOptions *unknown) L2capConfigurationRspUnknownOptions() argument 1308 L2capConfigurationRspContinuation(const L2capConnection *conn, uint8_t ident, uint16_t rcid) L2capConfigurationRspContinuation() argument 1638 uint16_t rcid; L2capProcessConnectionRsp() local 1701 uint16_t rcid; L2capProcessDisconnectionReq() local 1749 uint16_t rcid; L2capProcessDisconnectionRsp() local [all...] |
H A D | l2cap_le.c | 40 uint16_t rcid; member 497 L2capCpuToLe16(buff + 0, chan->rcid); in L2capLeSendDisconnectionReq() 517 L2capCpuToLe16(buff + L2CAP_OFFSET_2, chan->rcid); in L2capLeSendDisconnectionRsp() 621 L2capCpuToLe16(header + L2CAP_OFFSET_2, chan->rcid); in L2capLeSegmentPacketWithCredit() 702 uint16_t rcid; in L2capLeProcessCreditBasedConnectionReq() local 712 rcid = L2capLe16ToCpu(data + L2CAP_OFFSET_2); in L2capLeProcessCreditBasedConnectionReq() 728 chan->rcid = rcid; in L2capLeProcessCreditBasedConnectionReq() 763 uint16_t rcid; in L2capLeProcessCreditBasedConnectionRsp() local 775 rcid in L2capLeProcessCreditBasedConnectionRsp() 821 uint16_t rcid; L2capLeProcessDisconnectionReq() local 868 uint16_t rcid; L2capLeProcessDisconnectionRsp() local [all...] |
H A D | l2cap_inst.h | 128 uint16_t rcid; member
|
H A D | l2cap.c | 371 L2capCpuToLe16(header + L2CAP_OFFSET_2, chan->rcid); in L2CAP_SendData()
|
Completed in 6 milliseconds