Searched refs:is_bad_code (Results 1 – 2 of 2) sorted by relevance
133 bool is_bad_code; in bap_broadcast_assistant_recv_state_cb() local143 is_bad_code = state->encrypt_state == BT_BAP_BIG_ENC_STATE_BAD_CODE; in bap_broadcast_assistant_recv_state_cb()148 state->pa_sync_state, state->encrypt_state, is_bad_code ? ", bad code" : "", in bap_broadcast_assistant_recv_state_cb()149 is_bad_code ? bad_code : ""); in bap_broadcast_assistant_recv_state_cb()
183 const bool is_bad_code = state->encrypt_state == BT_BAP_BIG_ENC_STATE_BAD_CODE; in bt_debug_dump_recv_state() local189 state->encrypt_state, is_bad_code ? ", bad code" : "", in bt_debug_dump_recv_state()190 is_bad_code ? bt_hex(state->bad_code, sizeof(state->bad_code)) : "", in bt_debug_dump_recv_state()
Completed in 12 milliseconds