Home
last modified time | relevance | path

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

/external/bluetooth/hcidump/parser/
Dl2cap.c898 if (frm->flags & ACL_START) { in l2cap_dump()
/external/qemu/hw/
Dbt-hci.c1989 acl_handle_pack(handle, start ? ACL_START : ACL_CONT)); in bt_hci_lmp_acl_data()
2078 (flags & 3) == ACL_START, length); in bt_submit_acl()
Dbt.h348 ACL_START = 1 << 1, enumerator
/external/bluetooth/bluez/include/bluetooth/
Dhci.h193 #define ACL_START 0x02 macro