Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
Dhci_request.c1409 if (!connectable && !(hdev->le_states[2] & 0x10)) in is_advertising_allowed()
1415 if (connectable && (!(hdev->le_states[4] & 0x40) || in is_advertising_allowed()
1416 !(hdev->le_states[2] & 0x20))) in is_advertising_allowed()
1423 if (!connectable && !(hdev->le_states[2] & 0x02)) in is_advertising_allowed()
1429 if (connectable && (!(hdev->le_states[4] & 0x08) || in is_advertising_allowed()
1430 !(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()
5382 !(hdev->le_states[3] & 0x10))) in check_pending_le_conn()
Dmgmt.c3807 (hdev->le_states[4] & 0x08) && /* Central */ in read_exp_features_info()
3808 (hdev->le_states[4] & 0x40) && /* Peripheral */ in read_exp_features_info()
3809 (hdev->le_states[3] & 0x10)) /* Simultaneous */ in read_exp_features_info()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci.h1592 __u8 le_states[8]; member
Dhci_core.h311 __u8 le_states[8]; member