Home
last modified time | relevance | path

Searched refs:BTP_GAP_SETTINGS_CONNECTABLE (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gap.c326 supported_settings |= BIT(BTP_GAP_SETTINGS_CONNECTABLE); in controller_info()
506 atomic_set_bit(&current_settings, BTP_GAP_SETTINGS_CONNECTABLE); in set_connectable()
508 atomic_clear_bit(&current_settings, BTP_GAP_SETTINGS_CONNECTABLE); in set_connectable()
628 if (atomic_test_bit(&current_settings, BTP_GAP_SETTINGS_CONNECTABLE)) { in tester_gap_create_adv_instance()
653 if (atomic_test_bit(&current_settings, BTP_GAP_SETTINGS_CONNECTABLE)) { in tester_gap_create_adv_instance()
1917 atomic_set_bit(&current_settings, BTP_GAP_SETTINGS_CONNECTABLE);
/Zephyr-latest/tests/bluetooth/tester/src/btp/
Dbtp_gap.h27 #define BTP_GAP_SETTINGS_CONNECTABLE 1 macro