Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h1072 #define BT_LE_ADV_PARAM_INIT(_options, _int_min, _int_max, _peer) \ argument
1080 .peer = (_peer), \
1092 #define BT_LE_ADV_PARAM(_options, _int_min, _int_max, _peer) \ argument
1094 BT_LE_ADV_PARAM_INIT(_options, _int_min, _int_max, _peer) \
1097 #define BT_LE_ADV_CONN_DIR(_peer) BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN, 0, 0, _peer) argument
1174 #define BT_LE_ADV_CONN_DIR_LOW_DUTY(_peer) \ argument
1176 BT_GAP_ADV_FAST_INT_MIN_2, BT_GAP_ADV_FAST_INT_MAX_2, _peer)