Searched refs:_BT_LE_ADV_OPT_CONNECTABLE (Results 1 – 3 of 3) sorted by relevance
397 !(param->options & _BT_LE_ADV_OPT_CONNECTABLE)) { in valid_adv_ext_param()446 if (!(param->options & _BT_LE_ADV_OPT_CONNECTABLE)) { in valid_adv_ext_param()489 if (param->peer && !(param->options & _BT_LE_ADV_OPT_CONNECTABLE)) { in valid_adv_param()1025 if (param->options & _BT_LE_ADV_OPT_CONNECTABLE) { in bt_le_adv_start_legacy()1067 (param->options & _BT_LE_ADV_OPT_CONNECTABLE)) { in bt_le_adv_start_legacy()1110 param->options & _BT_LE_ADV_OPT_CONNECTABLE); in bt_le_adv_start_legacy()1219 if (param->options & _BT_LE_ADV_OPT_CONNECTABLE) { in le_ext_adv_param_set()1287 param->options & _BT_LE_ADV_OPT_CONNECTABLE); in le_ext_adv_param_set()1347 (param->options & _BT_LE_ADV_OPT_CONNECTABLE)) { in bt_le_adv_start_ext()1501 options |= _BT_LE_ADV_OPT_CONNECTABLE; in adv_get_options()[all …]
803 if (!(param->options & _BT_LE_ADV_OPT_CONNECTABLE) && in bt_id_adv_random_addr_check()1893 if (options & _BT_LE_ADV_OPT_CONNECTABLE) { in bt_id_set_adv_own_addr()
650 _BT_LE_ADV_OPT_CONNECTABLE = BIT(0), enumerator