Home
last modified time | relevance | path

Searched refs:le_states (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_request.c1468 /* Check le_states if there is any connection in slave role. */ in is_advertising_allowed()
1471 if (!connectable && !(hdev->le_states[2] & 0x10)) in is_advertising_allowed()
1477 if (connectable && (!(hdev->le_states[4] & 0x40) || in is_advertising_allowed()
1478 !(hdev->le_states[2] & 0x20))) in is_advertising_allowed()
1482 /* Check le_states if there is any connection in master role. */ in is_advertising_allowed()
1485 if (!connectable && !(hdev->le_states[2] & 0x02)) in is_advertising_allowed()
1491 if (connectable && (!(hdev->le_states[4] & 0x08) || in is_advertising_allowed()
1492 !(hdev->le_states[2] & 0x08))) in is_advertising_allowed()
H A Dhci_event.c1535 memcpy(hdev->le_states, rp->le_states, 8); in hci_cc_le_read_supported_states()
5417 !(hdev->le_states[3] & 0x10))) in check_pending_le_conn()
H A Dmgmt.c3812 (hdev->le_states[4] & 0x08) && /* Central */ in read_exp_features_info()
3813 (hdev->le_states[4] & 0x40) && /* Peripheral */ in read_exp_features_info()
3814 (hdev->le_states[3] & 0x10)) /* Simultaneous */ in read_exp_features_info()
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci_core.h384 __u8 le_states[8]; member
860 (hdev->le_states[4] & 0x08) && /* Central */ \
861 (hdev->le_states[4] & 0x40) && /* Peripheral */ \
862 (hdev->le_states[3] & 0x10)) /* Simultaneous */
H A Dhci.h1807 __u8 le_states[8]; member
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_sync.c821 /* Check le_states if there is any connection in peripheral role. */ in is_advertising_allowed()
826 if (!connectable && !(hdev->le_states[2] & 0x10)) in is_advertising_allowed()
832 if (connectable && (!(hdev->le_states[4] & 0x40) || in is_advertising_allowed()
833 !(hdev->le_states[2] & 0x20))) in is_advertising_allowed()
837 /* Check le_states if there is any connection in central role. */ in is_advertising_allowed()
840 if (!connectable && !(hdev->le_states[2] & 0x02)) in is_advertising_allowed()
846 if (connectable && (!(hdev->le_states[4] & 0x08) || in is_advertising_allowed()
847 !(hdev->le_states[2] & 0x08))) in is_advertising_allowed()
H A Dhci_event.c1977 memcpy(hdev->le_states, rp->le_states, 8); in hci_cc_le_read_supported_states()
6191 !(hdev->le_states[3] & 0x10))) in check_pending_le_conn()
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci.h1592 __u8 le_states[8]; member
H A Dhci_core.h319 __u8 le_states[8];

Completed in 54 milliseconds