Searched refs:HCI_CONN_POWER_SAVE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_conn.c | 544 set_bit(HCI_CONN_POWER_SAVE, &conn->flags); in hci_conn_add() 1308 set_bit(HCI_CONN_POWER_SAVE, &acl->flags); in hci_connect_sco() 1545 if (!test_bit(HCI_CONN_POWER_SAVE, &conn->flags) && !force_active) in hci_conn_enter_active_mode()
|
H A D | hci_event.c | 3916 set_bit(HCI_CONN_POWER_SAVE, &conn->flags); in hci_mode_change_evt() 3918 clear_bit(HCI_CONN_POWER_SAVE, &conn->flags); in hci_mode_change_evt()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_conn.c | 965 set_bit(HCI_CONN_POWER_SAVE, &conn->flags); in hci_conn_add() 1722 set_bit(HCI_CONN_POWER_SAVE, &acl->flags); in hci_connect_sco() 2536 if (!test_bit(HCI_CONN_POWER_SAVE, &conn->flags) && !force_active) in hci_conn_enter_active_mode()
|
H A D | hci_event.c | 4604 set_bit(HCI_CONN_POWER_SAVE, &conn->flags); in hci_mode_change_evt() 4606 clear_bit(HCI_CONN_POWER_SAVE, &conn->flags); in hci_mode_change_evt()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci_core.h | 830 HCI_CONN_POWER_SAVE,
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_core.h | 969 HCI_CONN_POWER_SAVE, enumerator
|
Completed in 26 milliseconds