Home
last modified time | relevance | path

Searched refs:le_states (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/net/bluetooth/
Dhci_request.c1527 if (!connectable && !(hdev->le_states[2] & 0x10)) in is_advertising_allowed()
1533 if (connectable && (!(hdev->le_states[4] & 0x40) || in is_advertising_allowed()
1534 !(hdev->le_states[2] & 0x20))) in is_advertising_allowed()
1541 if (!connectable && !(hdev->le_states[2] & 0x02)) in is_advertising_allowed()
1547 if (connectable && (!(hdev->le_states[4] & 0x08) || in is_advertising_allowed()
1548 !(hdev->le_states[2] & 0x08))) in is_advertising_allowed()
Dhci_event.c1611 memcpy(hdev->le_states, rp->le_states, 8); in hci_cc_le_read_supported_states()
5501 !(hdev->le_states[3] & 0x10))) in check_pending_le_conn()
Dmgmt.c3830 (hdev->le_states[4] & 0x08) && /* Central */ in read_exp_features_info()
3831 (hdev->le_states[4] & 0x40) && /* Peripheral */ in read_exp_features_info()
3832 (hdev->le_states[3] & 0x10)) /* Simultaneous */ in read_exp_features_info()
/Linux-v5.15/include/net/bluetooth/
Dhci.h1594 __u8 le_states[8]; member
Dhci_core.h334 __u8 le_states[8]; member