Home
last modified time | relevance | path

Searched refs:use_ext_scan (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Dhci_ldisc.c734 if (use_ext_scan(hu->hdev)) { in le_scan_disable()
756 if (use_ext_scan(hu->hdev)) { in le_scan_restart()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_request.c668 if (use_ext_scan(hdev)) { in hci_req_add_le_scan_disable()
898 if (use_ext_scan(hdev)) { in hci_req_start_scan()
2896 if (use_ext_scan(hdev)) { in le_scan_restart()
H A Dhci_core.c717 if (use_ext_scan(hdev)) in hci_init3_req()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h1389 #define use_ext_scan(dev) (((dev)->commands[37] & 0x20) && \ macro