Home
last modified time | relevance | path

Searched refs:BT_HCI_LE_SCAN_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dscan.c225 active_scan = (phy_1m && phy_1m->type == BT_HCI_LE_SCAN_ACTIVE) || in start_le_scan_ext()
226 (phy_coded && phy_coded->type == BT_HCI_LE_SCAN_ACTIVE); in start_le_scan_ext()
308 active_scan = param->type == BT_HCI_LE_SCAN_ACTIVE; in start_le_scan_legacy()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1111 #define BT_HCI_LE_SCAN_ACTIVE 0x01 macro