Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dadv.c648 size_t total_len_bytes = 0; in hci_set_ad_ext() local
652 total_len_bytes += ad[i].data[j].data_len + 2; in hci_set_ad_ext()
656 if ((total_len_bytes > BT_HCI_LE_EXT_ADV_FRAG_MAX_LEN) && in hci_set_ad_ext()
664 if (total_len_bytes <= BT_HCI_LE_EXT_ADV_FRAG_MAX_LEN) { in hci_set_ad_ext()
668 return hci_set_adv_ext_complete(adv, hci_op, total_len_bytes, ad, ad_len); in hci_set_ad_ext()
1871 size_t total_len_bytes = 0; in bt_le_per_adv_set_data() local
1886 total_len_bytes += ad[i].data_len + 2; in bt_le_per_adv_set_data()
1889 if ((total_len_bytes > BT_HCI_LE_PER_ADV_FRAG_MAX_LEN) && in bt_le_per_adv_set_data()