Home
last modified time | relevance | path

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

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