Searched refs:_peer (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/ |
D | bluetooth.h | 945 #define BT_LE_ADV_PARAM_INIT(_options, _int_min, _int_max, _peer) \ argument 953 .peer = (_peer), \ 965 #define BT_LE_ADV_PARAM(_options, _int_min, _int_max, _peer) \ argument 967 BT_LE_ADV_PARAM_INIT(_options, _int_min, _int_max, _peer) \ 970 #define BT_LE_ADV_CONN_DIR(_peer) BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN, 0, 0, _peer) argument 1047 #define BT_LE_ADV_CONN_DIR_LOW_DUTY(_peer) \ argument 1049 BT_GAP_ADV_FAST_INT_MIN_2, BT_GAP_ADV_FAST_INT_MAX_2, _peer)
|