Searched refs:scid (Results 1 - 9 of 9) sorted by relevance

/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_signal.h16 send_l2cap_reject(HciConnection *conn, uint8 ident, uint16 reason, uint16 mtu, uint16 scid, uint16 dcid);
18 send_l2cap_con_rej(HciConnection *conn, uint8 ident, uint16 scid, uint16 dcid, uint16 result);
20 send_l2cap_cfg_rsp(HciConnection *conn, uint8 ident, uint16 scid, uint16 result, net_buffer *opt);
H A Dl2cap_signal.cpp230 dcid = le16toh(command->scid);
241 TRACE("%s: New channel created scid=%d\n", __func__, channel->scid);
253 /* send_l2cap_con_rej(con, ident, channel->scid, dcid, L2CAP_NO_RESOURCES);*/
254 btCoreData->RemoveChannel(conn, channel->scid);
257 send_l2cap_con_rej(conn, ident, channel->scid, dcid, L2CAP_PSM_NOT_SUPPORTED);
258 btCoreData->RemoveChannel(conn, channel->scid);
269 uint16 scid, dcid, result, status; local
279 scid = le16toh(command->scid);
573 uint16 scid, cflag, result; local
714 uint16 scid; local
788 int16 scid, dcid; local
1077 send_l2cap_reject(HciConnection* conn, uint8 ident, uint16 reason, uint16 mtu, uint16 scid, uint16 dcid) argument
1095 send_l2cap_con_rej(HciConnection* conn, uint8 ident, uint16 scid, uint16 dcid, uint16 result) argument
1113 send_l2cap_cfg_rsp(HciConnection* conn, uint8 ident, uint16 scid, uint16 result, net_buffer* opt) argument
[all...]
H A Dl2cap_upper.cpp40 net_buffer* buf = l2cap_con_rsp(channel->ident, channel->scid, channel->dcid,
74 " state, state=%d, lcid=%d\n", __func__, channel->state, channel->scid);
236 net_buffer* buf = l2cap_con_req(channel->ident, channel->psm, channel->scid);
259 channel->scid);
H A Dl2cap_command.cpp128 bufferHeader->data.cid.scid = htole16((_scid));
162 bufferHeader->param.scid = htole16((_scid));
191 bufferHeader->param.scid = htole16((_scid));
259 bufferHeader->param.scid = htole16((_scid));
295 bufferHeader->param.scid = htole16((_scid));
325 bufferHeader->param.scid = htole16((_scid));
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DChannelInterface.h14 void RemoveChannel(HciConnection* conn, uint16 scid);
16 L2capChannel* ChannelBySourceID(HciConnection* conn, uint16 scid);
H A DChannelInterface.cpp17 ChannelBySourceID(HciConnection *conn, uint16 scid) argument
25 if (channel->scid == scid)
87 channel->scid = ChannelAllocateCid(conn);
89 if (channel->scid != L2CAP_NULL_CID) {
116 RemoveChannel(HciConnection* conn, uint16 scid) argument
119 conn->ChannelList.Remove(ChannelBySourceID(conn, scid));
H A DBTCoreData.cpp65 kprintf("\t\tscid=%x dcid=%x state=%x cfg=%x\n", chan->scid,
76 frame->channel->scid, frame->code, frame->ident,
88 frame->channel->scid, frame->code, frame->ident,
/haiku/headers/private/bluetooth/
H A Dl2cap.h204 uint16 scid; /* local CID */ member in struct:__anon607::__anon609
214 uint16 scid; /* source channel ID */ member in struct:__anon610
221 uint16 scid; /* source channel ID */ member in struct:__anon611
237 uint16 scid; /* source channel ID */ member in struct:__anon613
263 uint16 scid; /* source channel ID */ member in struct:__anon616
H A DbtCoreData.h92 uint16 scid; member in struct:L2capChannel
167 uint16 scid);

Completed in 916 milliseconds