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

  /external/bluetooth/bluez/src/
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);
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 627 #define acl_handle(h) (h & 0x0fff) macro
  /external/bluetooth/hcidump/parser/
hci.c     [all...]
  /external/qemu/hw/
bt-hci.c     [all...]
bt.h 1649 #define acl_handle macro
    [all...]
  /external/bluetooth/bluez/test/
hciemu.c 852 handle = acl_handle(btohs(ah->handle));
  /external/bluetooth/bluez/lib/bluetooth/
hci.h 2043 #define acl_handle macro
    [all...]

Completed in 3349 milliseconds