Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Did.h33 bool dir_adv, uint8_t *own_addr_type);
Dadv.c978 bool dir_adv = (param->peer != NULL), scannable = false; in bt_le_adv_start_legacy() local
1011 err = bt_id_set_adv_own_addr(adv, param->options, dir_adv, in bt_le_adv_start_legacy()
1017 if (dir_adv) { in bt_le_adv_start_legacy()
1026 if (dir_adv) { in bt_le_adv_start_legacy()
1058 if (!dir_adv) { in bt_le_adv_start_legacy()
1070 if (err == -ENOMEM && !dir_adv && in bt_le_adv_start_legacy()
1100 atomic_set_bit_to(adv->flags, BT_ADV_PERSIST, !dir_adv && in bt_le_adv_start_legacy()
1125 bool dir_adv = param->peer != NULL, scannable; in le_ext_adv_param_set() local
1141 err = bt_id_set_adv_own_addr(adv, param->options, dir_adv, in le_ext_adv_param_set()
1148 if (dir_adv) { in le_ext_adv_param_set()
[all …]
Did.c1859 bool dir_adv, uint8_t *own_addr_type) in bt_id_set_adv_own_addr() argument
1889 if (dir_adv && (options & BT_LE_ADV_OPT_DIR_ADDR_RPA) && in bt_id_set_adv_own_addr()
1901 if (dir_adv && (options & BT_LE_ADV_OPT_DIR_ADDR_RPA)) { in bt_id_set_adv_own_addr()
1924 if (dir_adv && (options & BT_LE_ADV_OPT_DIR_ADDR_RPA)) { in bt_id_set_adv_own_addr()