Home
last modified time | relevance | path

Searched refs:active_scan (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Did.h30 int bt_id_set_scan_own_addr(bool active_scan, uint8_t *own_addr_type);
Dscan.c222 bool active_scan; in start_le_scan_ext() local
225 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() local
308 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()
Did.c1792 int bt_id_set_scan_own_addr(bool active_scan, uint8_t *own_addr_type) in bt_id_set_scan_own_addr() argument
1826 if (active_scan || !is_adv_using_rand_addr()) { in bt_id_set_scan_own_addr()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Drpr_cli.h60 bool active_scan; member
/Zephyr-latest/subsys/bluetooth/mesh/
Drpr_cli.c274 caps->active_scan = net_buf_simple_pull_u8(buf); in handle_scan_caps_status()
277 caps->active_scan); in handle_scan_caps_status()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Drpr.c226 caps.active_scan ? "true" : "false"); in cmd_scan_caps()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c3979 caps.active_scan ? "true" : "false"); in rpr_scan_caps_get()