Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_request.c580 if (scan_1m(hdev) || scan_2m(hdev)) { in hci_req_start_scan()
H A Dhci_sync.c2913 if (scan_1m(hdev) || scan_2m(hdev)) { in hci_le_set_ext_scan_param_sync()
6390 if (scan_2m(hdev)) { in hci_le_ext_create_conn_sync()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h1819 #define scan_2m(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_2M) || \ macro