Home
last modified time | relevance | path

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

/external/bluetooth/bluez/lib/bluetooth/
Dl2cap.h187 #define L2CAP_INFO_REQ_SIZE 2 macro
/external/bluetooth/bluez/test/
Dl2test.c909 if (send(sk, buf, L2CAP_CMD_HDR_SIZE + L2CAP_INFO_REQ_SIZE, 0) < 0) { in info_request()
936 if (send(sk, buf, L2CAP_CMD_HDR_SIZE + L2CAP_INFO_REQ_SIZE, 0) < 0) { in info_request()
986 if (send(sk, buf, L2CAP_CMD_HDR_SIZE + L2CAP_INFO_REQ_SIZE, 0) < 0) { in info_request()
/external/qemu/hw/
Dbt-l2cap.c903 if (unlikely(len != L2CAP_INFO_REQ_SIZE)) { in l2cap_command()
Dbt.h1856 #define L2CAP_INFO_REQ_SIZE 2 macro