Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dadv.c650 size_t total_len_bytes = 0; in hci_set_ad_ext() local
654 total_len_bytes += ad[i].data[j].data_len + 2; in hci_set_ad_ext()
658 if ((total_len_bytes > BT_HCI_LE_EXT_ADV_FRAG_MAX_LEN) && in hci_set_ad_ext()
666 if (total_len_bytes > bt_dev.le.max_adv_data_len) { in hci_set_ad_ext()
667 LOG_WRN("adv or scan rsp data too large (%zu > max %u)", total_len_bytes, in hci_set_ad_ext()
672 if (total_len_bytes <= BT_HCI_LE_EXT_ADV_FRAG_MAX_LEN) { in hci_set_ad_ext()
676 return hci_set_adv_ext_complete(adv, hci_op, total_len_bytes, ad, ad_len); in hci_set_ad_ext()
1927 size_t total_len_bytes = 0; in bt_le_per_adv_set_data() local
1948 total_len_bytes += ad[i].data_len + 2; in bt_le_per_adv_set_data()
1951 if ((total_len_bytes > BT_HCI_LE_PER_ADV_FRAG_MAX_LEN) && in bt_le_per_adv_set_data()