Searched defs:acl_handle (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluez/common/
H A Dandroid_bluez.c176 int acl_handle; local
181 acl_handle = get_acl_handle(fd, ba);
182 if (acl_handle < 0) {
183 ret = acl_handle;
187 ret = vendor_high_priority(fd, acl_handle);
190 ret = write_flush_timeout(fd, acl_handle, 200);
/external/bluetooth/bluez/src/
H A Dandroid_bluez.c177 int acl_handle; local
182 acl_handle = get_acl_handle(fd, ba);
183 if (acl_handle < 0) {
184 ret = acl_handle;
188 ret = vendor_high_priority(fd, acl_handle);
191 ret = write_flush_timeout(fd, acl_handle, 200);
/external/bluetooth/bluez/lib/bluetooth/
H A Dhci.h2267 #define acl_handle(h) (h & 0x0fff) macro
/external/qemu/hw/
H A Dbt.h1647 #define acl_handle(h) ((h) & 0x0fff) macro

Completed in 104 milliseconds