Searched refs:connectable (Results 1 – 4 of 4) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | hci_sync.c | 976 static bool is_advertising_allowed(struct hci_dev *hdev, bool connectable) in is_advertising_allowed() argument 987 if (!connectable && !(hdev->le_states[2] & 0x10)) in is_advertising_allowed() 993 if (connectable && (!(hdev->le_states[4] & 0x40) || in is_advertising_allowed() 1001 if (!connectable && !(hdev->le_states[2] & 0x02)) in is_advertising_allowed() 1007 if (connectable && (!(hdev->le_states[4] & 0x08) || in is_advertising_allowed() 1334 bool connectable, require_privacy; in hci_setup_ext_adv_instance_sync() local 1365 connectable = (flags & MGMT_ADV_FLAG_CONNECTABLE) || in hci_setup_ext_adv_instance_sync() 1368 if (!is_advertising_allowed(hdev, connectable)) in hci_setup_ext_adv_instance_sync() 1375 require_privacy = !connectable && !(adv && adv->periodic); in hci_setup_ext_adv_instance_sync() 1399 if (connectable) { in hci_setup_ext_adv_instance_sync() [all …]
|
| /linux/fs/ocfs2/ |
| H A D | ocfs2_trace.h | 2539 void *fh, int len, int connectable), 2540 TP_ARGS(dentry, name_len, name, fh, len, connectable), 2547 __field(int, connectable) 2555 __entry->connectable = connectable; 2559 __entry->connectable)
|
| /linux/Documentation/driver-api/usb/ |
| H A D | power-management.rst | 709 ``hotplug`` indicates an externally connectable/visible 715 connectable. Examples are internal ports for USB
|
| /linux/Documentation/filesystems/ |
| H A D | overlayfs.rst | 744 The overlay filesystem does not support non-directory connectable file
|