Searched refs:dcid (Results 1 - 10 of 10) 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);
H A Dl2cap_signal.cpp220 uint16 dcid, psm; local
230 dcid = le16toh(command->scid);
236 channel = btCoreData->AddChannel(conn, psm /*, dcid, ident*/);
239 return (send_l2cap_con_rej(conn, ident, 0, dcid, L2CAP_NO_RESOURCES));
244 channel->dcid = dcid;
253 /* send_l2cap_con_rej(con, ident, channel->scid, dcid, L2CAP_NO_RESOURCES);*/
257 send_l2cap_con_rej(conn, ident, channel->scid, dcid, L2CAP_PSM_NOT_SUPPORTED);
269 uint16 scid, dcid, result, status; local
278 dcid
441 uint16 dcid; local
715 uint16 dcid; 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
[all...]
H A Dl2cap_lower.cpp41 uint16 dcid; local
70 dcid = bufferHeader->dcid = le16toh(bufferHeader->dcid);
72 TRACE("%s: len=%d cid=%x\n", __func__, length, dcid);
85 switch (dcid) {
96 error = l2cap_co_receive(conn, buffer, dcid);
130 bufferHeader->dcid = L2CAP_SIGNAL_CID;
133 bufferHeader->dcid = L2CAP_CLT_CID;
136 bufferHeader->dcid
[all...]
H A Dl2cap_upper.h23 status_t l2cap_co_receive(HciConnection* conn, net_buffer* buffer, uint16 dcid);
H A Dl2cap_upper.cpp40 net_buffer* buf = l2cap_con_rsp(channel->ident, channel->scid, channel->dcid,
106 net_buffer* buffer = l2cap_cfg_req(channel->ident, channel->dcid, 0, options);
155 net_buffer* buf = l2cap_cfg_rsp(channel->ident, channel->dcid, 0,
185 net_buffer* buf = l2cap_cfg_req(channel->ident, channel->dcid, 0, NULL);
258 net_buffer* buf = l2cap_discon_req(channel->ident, channel->dcid,
282 l2cap_co_receive(HciConnection* conn, net_buffer* buffer, uint16 dcid) argument
286 L2capChannel* channel = btCoreData->ChannelBySourceID(conn, dcid);
289 ERROR("%s: dcid %d does not exist for handle %d\n", __func__,
290 dcid, conn->handle);
295 ERROR("%s: dcid
[all...]
H A Dl2cap_command.cpp129 bufferHeader->data.cid.dcid = htole16((_dcid));
190 bufferHeader->param.dcid = htole16((_dcid));
223 bufferHeader->param.dcid = htole16((_dcid));
294 bufferHeader->param.dcid = htole16((_dcid));
324 bufferHeader->param.dcid = htole16((_dcid));
/haiku/headers/private/bluetooth/
H A Dl2cap.h170 uint16 dcid; /* destination channel ID */ member in struct:__anon603
205 uint16 dcid; /* remote CID */ member in struct:__anon607::__anon609
220 uint16 dcid; /* destination channel ID */ member in struct:__anon611
229 uint16 dcid; /* destination channel ID */ member in struct:__anon612
262 uint16 dcid; /* destination channel ID */ member in struct:__anon616
H A DbtCoreData.h93 uint16 dcid; member in struct:L2capChannel
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dacl.cpp114 l2capHeader->dcid = le16toh(l2capHeader->dcid);
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DBTCoreData.cpp65 kprintf("\t\tscid=%x dcid=%x state=%x cfg=%x\n", chan->scid,
66 chan->dcid, chan->state, chan->cfgState);

Completed in 55 milliseconds