Searched refs:active_scan (Results 1 – 7 of 7) sorted by relevance
30 int bt_id_set_scan_own_addr(bool active_scan, uint8_t *own_addr_type);
222 bool active_scan; in start_le_scan_ext() local225 active_scan = (phy_1m && phy_1m->type == BT_HCI_LE_SCAN_ACTIVE) || in start_le_scan_ext()239 err = bt_id_set_scan_own_addr(active_scan, &own_addr_type); in start_le_scan_ext()289 bool active_scan; in start_le_scan_legacy() local308 active_scan = param->type == BT_HCI_LE_SCAN_ACTIVE; in start_le_scan_legacy()309 err = bt_id_set_scan_own_addr(active_scan, &set_param.addr_type); in start_le_scan_legacy()
1792 int bt_id_set_scan_own_addr(bool active_scan, uint8_t *own_addr_type) in bt_id_set_scan_own_addr() argument1826 if (active_scan || !is_adv_using_rand_addr()) { in bt_id_set_scan_own_addr()
60 bool active_scan; member
274 caps->active_scan = net_buf_simple_pull_u8(buf); in handle_scan_caps_status()277 caps->active_scan); in handle_scan_caps_status()
226 caps.active_scan ? "true" : "false"); in cmd_scan_caps()
3979 caps.active_scan ? "true" : "false"); in rpr_scan_caps_get()