Home
last modified time | relevance | path

Searched refs:BT_L2CAP_CID_LE_SIG (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dl2cap_internal.h22 #define BT_L2CAP_CID_LE_SIG 0x0005 macro
Dl2cap.c489 struct bt_l2cap_chan *ch = bt_l2cap_le_lookup_tx_cid(conn, BT_L2CAP_CID_LE_SIG); in l2cap_send_sig()
2826 BT_L2CAP_CHANNEL_DEFINE(le_fixed_chan, BT_L2CAP_CID_LE_SIG, l2cap_accept, NULL);
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c538 send_l2cap_packet(buf, BT_L2CAP_CID_LE_SIG); in open_l2cap()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c567 send_l2cap_packet(buf, BT_L2CAP_CID_LE_SIG); in open_l2cap()