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.h1097 #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.c846 adv_param = *BT_LE_ADV_CONN_DIR(&cp->address); in start_directed_advertising()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c2088 param = *BT_LE_ADV_CONN_DIR(&addr); in cmd_directed_adv()