Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br_internal.h163 #define BT_L2CAP_DISCONN_RSP 0x07 macro
Dl2cap_br.c1573 hdr->code = BT_L2CAP_DISCONN_RSP; in l2cap_br_disconn_req()
1869 case BT_L2CAP_DISCONN_RSP: in l2cap_br_sig_handle()
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap_internal.h60 #define BT_L2CAP_DISCONN_RSP 0x07 macro
Dl2cap.c1833 buf = l2cap_create_le_sig_pdu(BT_L2CAP_DISCONN_RSP, ident, in le_disconn_req()
2211 case BT_L2CAP_DISCONN_RSP: in l2cap_recv()