Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_sync.c978 /* Check le_states if there is any connection in peripheral role. */ in is_advertising_allowed()
983 if (!connectable && !(hdev->le_states[2] & 0x10)) in is_advertising_allowed()
989 if (connectable && (!(hdev->le_states[4] & 0x40) || in is_advertising_allowed()
990 !(hdev->le_states[2] & 0x20))) in is_advertising_allowed()
994 /* Check le_states if there is any connection in central role. */ in is_advertising_allowed()
997 if (!connectable && !(hdev->le_states[2] & 0x02)) in is_advertising_allowed()
1003 if (connectable && (!(hdev->le_states[4] & 0x08) || in is_advertising_allowed()
1004 !(hdev->le_states[2] & 0x08))) in is_advertising_allowed()
H A Dhci_event.c1979 memcpy(hdev->le_states, rp->le_states, 8); in hci_cc_le_read_supported_states()
6160 !(hdev->le_states[3] & 0x10))) in check_pending_le_conn()
/linux/include/net/bluetooth/
H A Dhci.h1805 __u8 le_states[8]; member