Searched refs:BT_L2CAP_CID_BR_SIG (Results 1 – 3 of 3) sorted by relevance
| /Zephyr-4.1.0/subsys/bluetooth/host/classic/ |
| D | l2cap_br.c | 141 chan_sig = bt_l2cap_br_lookup_rx_cid(conn, BT_L2CAP_CID_BR_SIG); in bt_l2cap_br_get_remote_fixed_chan() 215 if (chan->rx.cid == BT_L2CAP_CID_BR_SIG) { in l2cap_br_rtx_timeout() 361 if (bt_l2cap_br_send_cb(chan->chan.conn, BT_L2CAP_CID_BR_SIG, buf, in l2cap_br_chan_send_req() 651 l2cap_send(conn, BT_L2CAP_CID_BR_SIG, rsp_buf); in l2cap_br_info_req() 684 if (fchan->cid == BT_L2CAP_CID_BR_SIG) { in bt_l2cap_br_connected() 913 if (bt_l2cap_br_send_cb(conn, BT_L2CAP_CID_BR_SIG, buf, l2cap_br_conn_rsp_sent_cb, in l2cap_br_send_conn_rsp() 1325 l2cap_send(conn, BT_L2CAP_CID_BR_SIG, buf); in l2cap_br_send_reject() 1610 l2cap_send(conn, BT_L2CAP_CID_BR_SIG, buf); in l2cap_br_conf_req() 1697 l2cap_send(conn, BT_L2CAP_CID_BR_SIG, buf); in l2cap_br_disconn_req() 2178 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-4.1.0/subsys/bluetooth/host/ |
| D | l2cap_internal.h | 20 #define BT_L2CAP_CID_BR_SIG 0x0001 macro
|