Home
last modified time | relevance | path

Searched refs:L2CAP_INFO_RSP_SIZE (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/bluez/include/bluetooth/
Dl2cap.h191 #define L2CAP_INFO_RSP_SIZE 4 macro
/external/bluetooth/bluez/test/
Dl2test.c868 err = recv(sk, buf, L2CAP_CMD_HDR_SIZE + L2CAP_INFO_RSP_SIZE + 2, 0); in info_request()
895 err = recv(sk, buf, L2CAP_CMD_HDR_SIZE + L2CAP_INFO_RSP_SIZE + 4, 0); in info_request()
945 err = recv(sk, buf, L2CAP_CMD_HDR_SIZE + L2CAP_INFO_RSP_SIZE + 8, 0); in info_request()
/external/qemu/hw/
Dbt-l2cap.c352 L2CAP_CMD_HDR_SIZE + L2CAP_INFO_RSP_SIZE + len); in l2cap_info_response()
358 hdr->len = cpu_to_le16(L2CAP_INFO_RSP_SIZE + len); in l2cap_info_response()
914 if (unlikely(len != L2CAP_INFO_RSP_SIZE)) { in l2cap_command()
Dbt.h1865 #define L2CAP_INFO_RSP_SIZE 4 macro
/external/bluetooth/hcidump/parser/
Dl2cap.c658 int ilen = btohs(cmd->len) - L2CAP_INFO_RSP_SIZE; in info_rsp()