Searched refs:connectable (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ocfs2/
H A Dexport.c205 fh, len, connectable);
H A Docfs2_trace.h2541 void *fh, int len, int connectable),
2542 TP_ARGS(dentry, name_len, name, fh, len, connectable),
2549 __field(int, connectable)
2557 __entry->connectable = connectable;
2561 __entry->connectable)
/linux-master/net/bluetooth/
H A Dhci_sync.c865 static bool is_advertising_allowed(struct hci_dev *hdev, bool connectable) argument
873 /* Peripheral connection state and non connectable mode
876 if (!connectable && !(hdev->le_states[2] & 0x10))
879 /* Peripheral connection state and connectable mode bit 38
882 if (connectable && (!(hdev->le_states[4] & 0x40) ||
889 /* Central connection state and non connectable mode bit 18. */
890 if (!connectable && !(hdev->le_states[2] & 0x02))
893 /* Central connection state and connectable mode bit 35 and
896 if (connectable && (!(hdev->le_states[4] & 0x08) ||
987 * scanning and non-connectable advertisin
1105 bool connectable; local
1567 bool connectable; local
[all...]

Completed in 140 milliseconds