Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/src/
Dmain.c31 #define ADV_DATA_HEX_STR_LEN_MAX (BT_GAP_ADV_MAX_EXT_ADV_DATA_LEN * 2 + 1)
/Zephyr-latest/include/zephyr/bluetooth/
Dgap.h791 #define BT_GAP_ADV_MAX_EXT_ADV_DATA_LEN 1650 macro
/Zephyr-latest/subsys/bluetooth/host/
Dadv.c73 if (stream->remaining_size > BT_GAP_ADV_MAX_EXT_ADV_DATA_LEN) { in ad_stream_new()