Searched refs:connectable (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/net/bluetooth/ |
D | hci_request.c | 1009 static bool is_advertising_allowed(struct hci_dev *hdev, bool connectable) in is_advertising_allowed() argument 1018 if (!connectable && !(hdev->le_states[2] & 0x10)) in is_advertising_allowed() 1024 if (connectable && (!(hdev->le_states[4] & 0x40) || in is_advertising_allowed() 1032 if (!connectable && !(hdev->le_states[2] & 0x02)) in is_advertising_allowed() 1038 if (connectable && (!(hdev->le_states[4] & 0x08) || in is_advertising_allowed() 1051 bool connectable; in __hci_req_enable_advertising() local 1059 connectable = (flags & MGMT_ADV_FLAG_CONNECTABLE) || in __hci_req_enable_advertising() 1062 if (!is_advertising_allowed(hdev, connectable)) in __hci_req_enable_advertising() 1079 if (hci_update_random_address(req, !connectable, in __hci_req_enable_advertising() 1088 if (connectable) in __hci_req_enable_advertising() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/iio/imu/ |
D | bmi160.txt | 2 and externally connectable Magnetometer
|
/Linux-v4.19/include/linux/ |
D | exportfs.h | 216 int *max_len, int connectable);
|
/Linux-v4.19/fs/exportfs/ |
D | expfs.c | 396 int connectable) in exportfs_encode_fh() argument 402 if (connectable && !S_ISDIR(inode->i_mode)) { in exportfs_encode_fh()
|
/Linux-v4.19/fs/ocfs2/ |
D | export.c | 193 fh, len, connectable); in ocfs2_encode_fh()
|
D | ocfs2_trace.h | 2540 void *fh, int len, int connectable), 2541 TP_ARGS(dentry, name_len, name, fh, len, connectable), 2548 __field(int, connectable) 2556 __entry->connectable = connectable; 2560 __entry->connectable)
|
/Linux-v4.19/Documentation/driver-api/usb/ |
D | power-management.rst | 705 ``hotplug`` indicates an externally connectable/visible 711 connectable. Examples are internal ports for USB
|
/Linux-v4.19/Documentation/filesystems/ |
D | overlayfs.txt | 457 The overlay filesystem does not support non-directory connectable file
|