Searched refs:std_codecs (Results 1 – 2 of 2) sorted by relevance
17 static const struct bt_hci_std_codec_info_v2 std_codecs[NUM_STD_CODECS] = { variable40 *codecs = std_codecs; in hci_vendor_read_std_codecs()105 zassert_equal(codec->codec_id, std_codecs[i].codec_id, in ZTEST()107 zassert_equal(codec->transports, std_codecs[i].transports, in ZTEST()
1147 struct bt_hci_std_codecs_v2 *std_codecs; in read_codecs_v2() local1171 std_codecs = (struct bt_hci_std_codecs_v2 *)&rp->codecs[0]; in read_codecs_v2()1172 std_codecs->num_codecs = num_std_codecs; in read_codecs_v2()1176 codec = &std_codecs->codec_info[i]; in read_codecs_v2()