Searched refs:scid (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | l2cap_br_internal.h | 41 uint16_t scid; member 48 uint16_t scid; member 67 uint16_t scid; member 91 uint16_t scid; member 160 uint16_t scid; member 166 uint16_t scid; member
|
D | l2cap_br.c | 845 static void l2cap_br_send_conn_rsp(struct bt_conn *conn, uint16_t scid, in l2cap_br_send_conn_rsp() argument 861 rsp->scid = sys_cpu_to_le16(scid); in l2cap_br_send_conn_rsp() 991 uint16_t psm, scid, result; in l2cap_br_conn_req() local 1000 scid = sys_le16_to_cpu(req->scid); in l2cap_br_conn_req() 1002 LOG_DBG("psm 0x%02x scid 0x%04x", psm, scid); in l2cap_br_conn_req() 1021 if (!L2CAP_BR_CID_IS_DYN(scid)) { in l2cap_br_conn_req() 1026 chan = bt_l2cap_br_lookup_tx_cid(conn, scid); in l2cap_br_conn_req() 1051 BR_CHAN(chan)->tx.cid = scid; in l2cap_br_conn_req() 1092 l2cap_br_send_conn_rsp(conn, scid, 0, ident, result); in l2cap_br_conn_req() 1101 uint16_t flags, scid, result, opt_len; in l2cap_br_conf_rsp() local [all …]
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | l2cap_internal.h | 50 uint16_t scid; member 57 uint16_t scid; member 63 uint16_t scid; member 85 uint16_t scid; member 125 uint16_t scid[0]; member 141 uint16_t scid[0]; member
|
D | l2cap.c | 536 req->scid = sys_cpu_to_le16(ch->rx.cid); in l2cap_le_conn_req() 1346 struct bt_l2cap_server *server, uint16_t scid, in l2cap_chan_accept() argument 1353 LOG_DBG("conn %p scid 0x%04x chan %p", conn, scid, chan); in l2cap_chan_accept() 1355 if (!L2CAP_LE_CID_IS_DYN(scid)) { in l2cap_chan_accept() 1359 *chan = bt_l2cap_le_lookup_tx_cid(conn, scid); in l2cap_chan_accept() 1394 le_chan->tx.cid = scid; in l2cap_chan_accept() 1447 uint16_t psm, scid, mtu, mps, credits; in le_conn_req() local 1456 scid = sys_le16_to_cpu(req->scid); in le_conn_req() 1461 LOG_DBG("psm 0x%02x scid 0x%04x mtu %u mps %u credits %u", psm, scid, mtu, mps, credits); in le_conn_req() 1490 result = l2cap_chan_accept(conn, server, scid, mtu, mps, credits, in le_conn_req() [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/ |
D | main.c | 529 req->scid = sys_cpu_to_le16(L2CAP_CID); in open_l2cap()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/ |
D | tester.c | 558 req->scid = sys_cpu_to_le16(L2CAP_TEST_CID); in open_l2cap()
|