Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h970 #define BT_LE_ADV_CONN_DIR(_peer) BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN, 0, 0, _peer) macro
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gap.c780 adv_param = *BT_LE_ADV_CONN_DIR(&cp->address);
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c2093 param = *BT_LE_ADV_CONN_DIR(&addr); in cmd_directed_adv()