HomeSort by relevance Sort by last modified time
    Searched defs:acl_handle (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/bluez/common/
android_bluez.c 176 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/
android_bluez.c 177 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/
hci.h 2267 #define acl_handle macro
    [all...]
  /external/qemu/hw/
bt.h 1647 #define acl_handle macro
    [all...]
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 2359 #define acl_handle macro
    [all...]

Completed in 604 milliseconds