Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dl2cap_internal.h82 #define BT_L2CAP_LE_CONN_REQ 0x14 macro
Dl2cap.c528 buf = l2cap_create_le_sig_pdu(BT_L2CAP_LE_CONN_REQ, in l2cap_le_conn_req()
2202 case BT_L2CAP_LE_CONN_REQ: in l2cap_recv()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c525 buf = l2cap_create_le_sig_pdu(BT_L2CAP_LE_CONN_REQ, 1, sizeof(*req)); in open_l2cap()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c554 buf = l2cap_create_le_sig_pdu(BT_L2CAP_LE_CONN_REQ, 1, sizeof(*req)); in open_l2cap()