Home
last modified time | relevance | path

Searched refs:L2CAP_DISCONN_RSP_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluez/include/bluetooth/
Dl2cap.h179 #define L2CAP_DISCONN_RSP_SIZE 4 macro
/external/qemu/hw/
Dbt-l2cap.c309 L2CAP_CMD_HDR_SIZE + L2CAP_DISCONN_RSP_SIZE); in l2cap_disconnection_response()
315 hdr->len = cpu_to_le16(L2CAP_DISCONN_RSP_SIZE); in l2cap_disconnection_response()
884 if (unlikely(len != L2CAP_DISCONN_RSP_SIZE)) { in l2cap_command()
Dbt.h1853 #define L2CAP_DISCONN_RSP_SIZE 4 macro