Home
last modified time | relevance | path

Searched refs:HCI_RAW (Results 1 – 4 of 4) sorted by relevance

/linux/net/bluetooth/
H A Dhci_sync.c5463 hdev->flags &= BIT(HCI_RAW);
5651 hdev->flags &= BIT(HCI_RAW); in hci_dev_close_sync()
5701 /* For unconfigured devices, set the HCI_RAW flag in hci_power_on_sync()
5705 set_bit(HCI_RAW, &hdev->flags); in hci_power_on_sync()
5717 * is important to clear the HCI_RAW flag. in hci_power_on_sync()
5720 clear_bit(HCI_RAW, &hdev->flags); in hci_power_on_sync()
H A Dhci_core.c947 /* For unconfigured devices, set the HCI_RAW flag in hci_power_on()
951 set_bit(HCI_RAW, &hdev->flags); in hci_power_on()
963 * is important to clear the HCI_RAW flag. in hci_power_on()
966 clear_bit(HCI_RAW, &hdev->flags); in hci_power_on()
H A Dmgmt.c8359 set_bit(HCI_RAW, &hdev->flags); in set_external_config()
/linux/include/net/bluetooth/
H A Dhci.h393 HCI_RAW, enumerator