Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Dadv.c537 size_t total_len_bytes = 0; in hci_set_ad_ext() local
541 total_len_bytes += ad[i].data[j].data_len + 2; in hci_set_ad_ext()
545 if ((total_len_bytes > BT_HCI_LE_EXT_ADV_FRAG_MAX_LEN) && in hci_set_ad_ext()
553 if (total_len_bytes <= BT_HCI_LE_EXT_ADV_FRAG_MAX_LEN) { in hci_set_ad_ext()