Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Dbluetooth.h880 #define BT_LE_ADV_PARAM(_options, _int_min, _int_max, _peer) \ macro
885 #define BT_LE_ADV_CONN_DIR(_peer) BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE | \
890 #define BT_LE_ADV_CONN BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE, \
894 #define BT_LE_ADV_CONN_NAME BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE | \
899 #define BT_LE_ADV_CONN_NAME_AD BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE | \
906 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE | BT_LE_ADV_OPT_ONE_TIME | \
912 #define BT_LE_ADV_NCONN BT_LE_ADV_PARAM(0, BT_GAP_ADV_FAST_INT_MIN_2, \
916 #define BT_LE_ADV_NCONN_NAME BT_LE_ADV_PARAM(BT_LE_ADV_OPT_USE_NAME, \
921 #define BT_LE_ADV_NCONN_IDENTITY BT_LE_ADV_PARAM(BT_LE_ADV_OPT_USE_IDENTITY, \
927 #define BT_LE_EXT_ADV_CONN_NAME BT_LE_ADV_PARAM(BT_LE_ADV_OPT_EXT_ADV | \
[all …]
/Zephyr-Core-3.5.0/samples/bluetooth/bthome_sensor_template/src/
Dmain.c15 #define ADV_PARAM BT_LE_ADV_PARAM(BT_LE_ADV_OPT_USE_IDENTITY, \
/Zephyr-Core-3.5.0/samples/bluetooth/periodic_sync_rsp/src/
Dmain.c226 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_ONE_TIME | BT_LE_ADV_OPT_CONNECTABLE | in main()
/Zephyr-Core-3.5.0/samples/bluetooth/hci_pwr_ctrl/src/
Dmain.c42 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE | BT_LE_ADV_OPT_USE_NAME,
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/l2cap/credits/src/
Dmain.c212 #define BT_LE_ADV_CONN_NAME_OT BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE | \
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/cis/src/
Dmain.c87 #define BT_LE_ADV_CONN_CUSTOM BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE | \
94 #define BT_LE_ADV_CONN_CUSTOM BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE | \
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/
Dmain.c230 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE | BT_LE_ADV_OPT_USE_NAME | \
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/l2cap/stress/src/
Dmain.c291 #define BT_LE_ADV_CONN_NAME_OT BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE | \
/Zephyr-Core-3.5.0/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c1242 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_ONE_TIME | BT_LE_ADV_OPT_CONNECTABLE | in run_peripheral()