Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dadv.c612 const size_t data_len = MIN(BT_HCI_LE_EXT_ADV_FRAG_MAX_LEN, stream.remaining_size); in hci_set_adv_ext_fragmented()
658 if ((total_len_bytes > BT_HCI_LE_EXT_ADV_FRAG_MAX_LEN) && in hci_set_ad_ext()
672 if (total_len_bytes <= BT_HCI_LE_EXT_ADV_FRAG_MAX_LEN) { in hci_set_ad_ext()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1550 #define BT_HCI_LE_EXT_ADV_FRAG_MAX_LEN 251 macro