Searched refs:l2cap_send (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | l2cap_br.c | 336 static inline void l2cap_send(struct bt_conn *conn, uint16_t cid, in l2cap_send() function 638 l2cap_send(conn, BT_L2CAP_CID_BR_SIG, rsp_buf); in l2cap_br_info_req() 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()
|