HomeSort by relevance Sort by last modified time
    Searched full:role_bmp (Results 1 - 1 of 1) sorted by null

  /external/qemu/hw/
bt-hci.c 62 uint32_t role_bmp; member in struct:bt_hci_s::__anon25252
625 return !!(hci->lm.role_bmp & (1 << (handle & ~HCI_HANDLE_OFFSET)));
644 hci->lm.role_bmp |= 1 << hci->lm.last_handle;
650 hci->lm.role_bmp &= ~(1 << hci->lm.last_handle);
    [all...]

Completed in 122 milliseconds