Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/bluetooth/controller/hci/
Dhci.c885 size_t std_codecs_bytes; in read_codecs() local
893 std_codecs_bytes = sizeof(struct bt_hci_std_codecs) + in read_codecs()
902 std_codecs_bytes + in read_codecs()
917 vs_codecs = (struct bt_hci_vs_codecs *)&rp->codecs[std_codecs_bytes]; in read_codecs()
936 size_t std_codecs_bytes; in read_codecs_v2() local
944 std_codecs_bytes = sizeof(struct bt_hci_std_codecs_v2) + in read_codecs_v2()
953 std_codecs_bytes + in read_codecs_v2()
969 vs_codecs = (struct bt_hci_vs_codecs_v2 *)&rp->codecs[std_codecs_bytes]; in read_codecs_v2()