Searched refs:L2capChannel (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_core.h | 72 int L2capSendConnectionReq(L2capConnection *conn, L2capChannel *chan); 73 int L2capSendConnectionRsp(L2capConnection *conn, L2capChannel *chan, uint8_t ident, uint16_t result, uint16_t status); 74 int L2capSendConfigurationReq(L2capConnection *conn, const L2capChannel *chan); 76 const L2capConnection *conn, L2capChannel *chan, uint8_t ident, uint16_t result, const L2capConfigInfo *cfg); 77 int L2capSendDisconnectionReq(L2capConnection *conn, L2capChannel *chan); 78 int L2capSendDisconnectionRsp(const L2capConnection *conn, const L2capChannel *chan, uint8_t ident); 82 int L2capSendSFrame(const L2capConnection *conn, L2capChannel *chan, uint8_t pBit, uint8_t fBit, uint8_t sBit); 83 int L2capSendIFrame(L2capConnection *conn, L2capChannel *chan, Packet *pkt); 85 void L2capErfcStartRetransmissionTimer(L2capChannel *chan); 86 void L2capErfcStartMonitorTimer(L2capChannel *cha [all...] |
H A D | l2cap_inst.h | 143 } L2capChannel; typedef 157 List *chanList; // Pack struct L2capChannel 182 L2capConnection *L2capGetConnection3(const L2capChannel *chan); 184 L2capChannel *L2capGetChannel(const L2capConnection *conn, int16_t lcid); 185 void L2capGetChannel2(uint16_t lcid, L2capConnection **conn, L2capChannel **chan); 186 void L2capGetChannel3(uint16_t aclHandle, uint16_t lcid, L2capConnection **conn, L2capChannel **chan); 188 L2capChannel *L2capNewChannel(L2capConnection *conn, uint16_t lpsm, uint16_t rpsm); 189 void L2capDestroyChannel(L2capChannel *chan); 190 void L2capDeleteChannel(L2capConnection *conn, L2capChannel *chan, uint16_t removeAcl);
|
H A D | l2cap_inst.c | 101 L2capConnection *L2capGetConnection3(const L2capChannel *chan) in L2capGetConnection3() 127 L2capChannel *L2capGetChannel(const L2capConnection *conn, int16_t lcid) in L2capGetChannel() 129 L2capChannel *chan = NULL; in L2capGetChannel() 145 void L2capGetChannel2(uint16_t lcid, L2capConnection **conn, L2capChannel **chan) in L2capGetChannel2() 164 void L2capGetChannel3(uint16_t aclHandle, uint16_t lcid, L2capConnection **conn, L2capChannel **chan) in L2capGetChannel3() 182 L2capChannel *chan = NULL; in L2capGetNewLcid() 221 L2capChannel *L2capNewChannel(L2capConnection *conn, uint16_t lpsm, uint16_t rpsm) in L2capNewChannel() 223 L2capChannel *chan = NULL; in L2capNewChannel() 225 chan = L2capAlloc(sizeof(L2capChannel)); in L2capNewChannel() 258 static void L2capDestroyChannelTx(L2capChannel *cha [all...] |
H A D | l2cap_core.c | 42 static void L2capDisconnectAbnormal(const L2capChannel *chan, uint8_t reason) in L2capDisconnectAbnormal() 87 L2capChannel *chan = NULL; in L2capResponseTimeout() 135 int L2capSendConnectionReq(L2capConnection *conn, L2capChannel *chan) in L2capSendConnectionReq() 157 int L2capSendConnectionRsp(L2capConnection *conn, L2capChannel *chan, uint8_t ident, uint16_t result, uint16_t status) in L2capSendConnectionRsp() 181 int L2capSendConfigurationReq(L2capConnection *conn, const L2capChannel *chan) in L2capSendConfigurationReq() 230 static void L2capChannelConnected(L2capChannel *chan) in L2capChannelConnected() 244 L2capChannel *chan, L2capSignalHeader *signal, uint8_t *buff, uint16_t result, const L2capConfigInfo *cfg) in L2capSendConfigurationRspRfcProcess() 278 const L2capConnection *conn, L2capChannel *chan, uint8_t ident, uint16_t result, const L2capConfigInfo *cfg) in L2capSendConfigurationRsp() 326 int L2capSendDisconnectionReq(L2capConnection *conn, L2capChannel *chan) in L2capSendDisconnectionReq() 348 int L2capSendDisconnectionRsp(const L2capConnection *conn, const L2capChannel *cha [all...] |
H A D | l2cap.c | 32 L2capChannel *chan = NULL; in L2CAP_ConnectReq() 84 L2capChannel *chan = NULL; in L2CAP_ConnectRsp() 119 L2capChannel *chan = NULL; in L2CAP_ConfigReq() 184 L2capChannel *chan = NULL; in L2CAP_ConfigRsp() 240 L2capChannel *chan = NULL; in L2CAP_DisconnectionReq() 264 L2capChannel *chan = NULL; in L2CAP_DisconnectionRsp() 289 L2capChannel *chan = NULL; in L2CAP_LocalBusy() 336 L2capChannel *chan = NULL; in L2CAP_SendData() 508 L2capChannel *chan = NULL; in L2CAP_DeregisterService()
|
Completed in 6 milliseconds