Home
last modified time | relevance | path

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

/Linux-v5.10/net/bluetooth/
Dhci_request.c1400 if (!connectable && !(hdev->le_states[2] & 0x10)) in is_advertising_allowed()
1406 if (connectable && (!(hdev->le_states[4] & 0x40) || in is_advertising_allowed()
1407 !(hdev->le_states[2] & 0x20))) in is_advertising_allowed()
1414 if (!connectable && !(hdev->le_states[2] & 0x02)) in is_advertising_allowed()
1420 if (connectable && (!(hdev->le_states[4] & 0x08) || in is_advertising_allowed()
1421 !(hdev->le_states[2] & 0x08))) in is_advertising_allowed()
Dhci_event.c1533 memcpy(hdev->le_states, rp->le_states, 8); in hci_cc_le_read_supported_states()
5319 !(hdev->le_states[3] & 0x10))) in check_pending_le_conn()
Dmgmt.c3804 (hdev->le_states[4] & 0x08) && /* Central */ in read_exp_features_info()
3805 (hdev->le_states[4] & 0x40) && /* Peripheral */ in read_exp_features_info()
3806 (hdev->le_states[3] & 0x10)) /* Simultaneous */ in read_exp_features_info()
/Linux-v5.10/include/net/bluetooth/
Dhci.h1584 __u8 le_states[8]; member
Dhci_core.h311 __u8 le_states[8]; member