Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_request.c592 if (scan_coded(hdev)) { in hci_req_start_scan()
H A Dhci_sync.c2925 if (scan_coded(hdev)) { in hci_le_set_ext_scan_param_sync()
6413 if (scan_coded(hdev)) { in hci_le_ext_create_conn_sync()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h1849 #define scan_coded(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_CODED) || \ macro