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 | 874 uint16_t scid = POINTER_TO_UINT(user_data); in l2cap_br_conn_rsp_sent_cb() local 877 chan = bt_l2cap_br_lookup_tx_cid(conn, scid); in l2cap_br_conn_rsp_sent_cb() 888 static void l2cap_br_send_conn_rsp(struct bt_conn *conn, uint16_t scid, in l2cap_br_send_conn_rsp() argument 904 rsp->scid = sys_cpu_to_le16(scid); in l2cap_br_send_conn_rsp() 914 UINT_TO_POINTER(scid))) { in l2cap_br_send_conn_rsp() 1035 uint16_t psm, scid, result; in l2cap_br_conn_req() local 1044 scid = sys_le16_to_cpu(req->scid); in l2cap_br_conn_req() 1046 LOG_DBG("psm 0x%02x scid 0x%04x", psm, scid); in l2cap_br_conn_req() 1065 if (!L2CAP_BR_CID_IS_DYN(scid)) { in l2cap_br_conn_req() 1070 chan = bt_l2cap_br_lookup_tx_cid(conn, scid); in l2cap_br_conn_req() [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() 1351 struct bt_l2cap_server *server, uint16_t scid, in l2cap_chan_accept() argument 1358 LOG_DBG("conn %p scid 0x%04x chan %p", conn, scid, chan); in l2cap_chan_accept() 1360 if (!L2CAP_LE_CID_IS_DYN(scid)) { in l2cap_chan_accept() 1364 *chan = bt_l2cap_le_lookup_tx_cid(conn, scid); in l2cap_chan_accept() 1399 le_chan->tx.cid = scid; in l2cap_chan_accept() 1452 uint16_t psm, scid, mtu, mps, credits; in le_conn_req() local 1461 scid = sys_le16_to_cpu(req->scid); in le_conn_req() 1466 LOG_DBG("psm 0x%02x scid 0x%04x mtu %u mps %u credits %u", psm, scid, mtu, mps, credits); in le_conn_req() 1495 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 | 531 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 | 559 req->scid = sys_cpu_to_le16(L2CAP_TEST_CID); in open_l2cap()
|