Home
last modified time | relevance | path

Searched refs:aosp_capable (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/bluetooth/
H A Daosp.c49 if (!hdev->aosp_capable) in aosp_do_open()
113 if (!hdev->aosp_capable) in aosp_do_close()
/openbmc/linux/drivers/bluetooth/
H A Dhci_vhci.c47 bool aosp_capable; member
236 buf[0] = vhci->aosp_capable ? 'Y' : 'N'; in aosp_capable_read()
257 if (vhci->aosp_capable) in aosp_capable_write()
260 vhci->aosp_capable = enable; in aosp_capable_write()
279 if (vhci->aosp_capable) in vhci_setup()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h624 bool aosp_capable; member
1629 hdev->aosp_capable = true; in hci_set_aosp_capable()