Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/bluetooth/
Dbluetooth.h915 #define BT_LE_ADV_CONN_DIR(_peer) BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE | \ macro
/Zephyr-Core-3.7.0/tests/bluetooth/tester/src/
Dbtp_gap.c767 adv_param = *BT_LE_ADV_CONN_DIR(&cp->address);
/Zephyr-Core-3.7.0/subsys/bluetooth/shell/
Dbt.c1926 param = *BT_LE_ADV_CONN_DIR(&addr); in cmd_directed_adv()