Searched refs:BT_L2CAP_CID_BR_SIG (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | l2cap_br.c | 177 if (chan->rx.cid == BT_L2CAP_CID_BR_SIG) { in l2cap_br_rtx_timeout() 243 bt_l2cap_send(chan->chan.conn, BT_L2CAP_CID_BR_SIG, buf); in l2cap_br_chan_send_req() 441 bt_l2cap_send(conn, BT_L2CAP_CID_BR_SIG, rsp_buf); in l2cap_br_info_req() 475 if (fchan->cid == BT_L2CAP_CID_BR_SIG) { in bt_l2cap_br_connected() 650 bt_l2cap_send(conn, BT_L2CAP_CID_BR_SIG, buf); in l2cap_br_send_conn_rsp() 888 bt_l2cap_send(conn, BT_L2CAP_CID_BR_SIG, buf); in l2cap_br_send_reject() 1017 bt_l2cap_send(conn, BT_L2CAP_CID_BR_SIG, buf); in l2cap_br_conf_req() 1105 bt_l2cap_send(conn, BT_L2CAP_CID_BR_SIG, buf); in l2cap_br_disconn_req() 1552 .cid = BT_L2CAP_CID_BR_SIG, in bt_l2cap_br_init()
|
A D | l2cap_internal.h | 18 #define BT_L2CAP_CID_BR_SIG 0x0001 macro
|
Completed in 6 milliseconds