Searched refs:BT_L2CAP_CID_BR_SIG (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | l2cap_br.c | 135 chan_sig = bt_l2cap_br_lookup_rx_cid(conn, BT_L2CAP_CID_BR_SIG); in bt_l2cap_br_get_remote_fixed_chan() 209 if (chan->rx.cid == BT_L2CAP_CID_BR_SIG) { in l2cap_br_rtx_timeout() 348 if (bt_l2cap_br_send_cb(chan->chan.conn, BT_L2CAP_CID_BR_SIG, buf, in l2cap_br_chan_send_req() 638 l2cap_send(conn, BT_L2CAP_CID_BR_SIG, rsp_buf); in l2cap_br_info_req() 671 if (fchan->cid == BT_L2CAP_CID_BR_SIG) { in bt_l2cap_br_connected() 870 l2cap_send(conn, BT_L2CAP_CID_BR_SIG, buf); in l2cap_br_send_conn_rsp() 1211 l2cap_send(conn, BT_L2CAP_CID_BR_SIG, buf); in l2cap_br_send_reject() 1496 l2cap_send(conn, BT_L2CAP_CID_BR_SIG, buf); in l2cap_br_conf_req() 1583 l2cap_send(conn, BT_L2CAP_CID_BR_SIG, buf); in l2cap_br_disconn_req() 2064 BT_L2CAP_BR_CHANNEL_DEFINE(br_fixed_chan, BT_L2CAP_CID_BR_SIG, l2cap_br_accept);
|
D | l2cap_br_internal.h | 15 #define BT_L2CAP_CID_BR_SIG 0x0001 macro
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | l2cap_internal.h | 20 #define BT_L2CAP_CID_BR_SIG 0x0001 macro
|