Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/hap_ha/src/
Dccp_call_ctrl.c32 atomic_t *flags_for_conn = flags[bt_conn_index(conn)]; in process_profile_connection() local
35 if (!atomic_test_and_set_bit(flags_for_conn, CCP_FLAG_GTBS_DISCOVER)) { in process_profile_connection()
40 } else if (!atomic_test_and_set_bit(flags_for_conn, CCP_FLAG_CCID_READ)) { in process_profile_connection()
45 } else if (!atomic_test_and_set_bit(flags_for_conn, CCP_FLAG_STATUS_FLAGS_READ)) { in process_profile_connection()
50 } else if (!atomic_test_and_set_bit(flags_for_conn, CCP_FLAG_CALL_STATE_READ)) { in process_profile_connection()
55 } else if (!atomic_test_and_set_bit(flags_for_conn, CCP_FLAG_PROFILE_CONNECTED)) { in process_profile_connection()