Home
last modified time | relevance | path

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

/Zephyr-4.1.0/tests/bluetooth/tester/src/
Dbtp_gap.c321 supported_settings |= BIT(BTP_GAP_SETTINGS_CONNECTABLE); in controller_info()
509 atomic_set_bit(&current_settings, BTP_GAP_SETTINGS_CONNECTABLE); in set_connectable()
511 atomic_clear_bit(&current_settings, BTP_GAP_SETTINGS_CONNECTABLE); in set_connectable()
674 if (atomic_test_bit(&current_settings, BTP_GAP_SETTINGS_CONNECTABLE)) { in tester_gap_create_adv_instance()
706 if (atomic_test_bit(&current_settings, BTP_GAP_SETTINGS_CONNECTABLE)) { in tester_gap_create_adv_instance()
1957 atomic_set_bit(&current_settings, BTP_GAP_SETTINGS_CONNECTABLE); in tester_init_gap()
/Zephyr-4.1.0/tests/bluetooth/tester/src/btp/
Dbtp_gap.h27 #define BTP_GAP_SETTINGS_CONNECTABLE 1 macro