Searched refs:BT_HCI_LE_EXT_ADV_FRAG_MAX_LEN (Results 1 – 2 of 2) sorted by relevance
612 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()
1550 #define BT_HCI_LE_EXT_ADV_FRAG_MAX_LEN 251 macro