Searched refs:HCI_FAST_CONNECTABLE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | mgmt.c | 834 if (hci_dev_test_flag(hdev, HCI_FAST_CONNECTABLE)) in get_current_settings() 5398 hci_dev_set_flag(hdev, HCI_FAST_CONNECTABLE); in fast_connectable_complete() 5400 hci_dev_clear_flag(hdev, HCI_FAST_CONNECTABLE); in fast_connectable_complete() 5439 if (!!cp->val == hci_dev_test_flag(hdev, HCI_FAST_CONNECTABLE)) { in set_fast_connectable() 5446 hci_dev_change_flag(hdev, HCI_FAST_CONNECTABLE); in set_fast_connectable() 5542 hci_dev_clear_flag(hdev, HCI_FAST_CONNECTABLE); in set_bredr()
|
H A D | hci_request.c | 3394 if (hci_dev_test_flag(hdev, HCI_FAST_CONNECTABLE)) in powered_update_hci()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | mgmt.c | 881 if (hci_dev_test_flag(hdev, HCI_FAST_CONNECTABLE)) in get_current_settings() 6551 hci_dev_set_flag(hdev, HCI_FAST_CONNECTABLE); in fast_connectable_complete() 6553 hci_dev_clear_flag(hdev, HCI_FAST_CONNECTABLE); in fast_connectable_complete() 6592 if (!!cp->val == hci_dev_test_flag(hdev, HCI_FAST_CONNECTABLE)) { in set_fast_connectable() 6598 hci_dev_change_flag(hdev, HCI_FAST_CONNECTABLE); in set_fast_connectable() 6699 hci_dev_clear_flag(hdev, HCI_FAST_CONNECTABLE); in set_bredr()
|
H A D | hci_sync.c | 3239 if (hci_dev_test_flag(hdev, HCI_FAST_CONNECTABLE)) in hci_powered_update_sync()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 319 HCI_FAST_CONNECTABLE, enumerator
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 404 HCI_FAST_CONNECTABLE, enumerator
|
Completed in 45 milliseconds