Searched refs:dir_adv (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/ |
D | id.h | 33 bool dir_adv, uint8_t *own_addr_type);
|
D | adv.c | 978 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 …]
|
D | id.c | 1859 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()
|