Home
last modified time | relevance | path

Searched refs:BT_LE_ADV_CONN (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/samples/bluetooth/st_ble_sensor/src/
Dmain.c145 err = bt_le_adv_start(BT_LE_ADV_CONN, ad, ARRAY_SIZE(ad), NULL, 0); in bt_ready()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/
Dmain.c229 err = bt_le_adv_start(BT_LE_ADV_CONN, ad, ARRAY_SIZE(ad), sd, in bt_ready()
/Zephyr-Core-3.5.0/samples/bluetooth/peripheral_ots/src/
Dmain.c337 err = bt_le_adv_start(BT_LE_ADV_CONN, ad, ARRAY_SIZE(ad), in main()
/Zephyr-Core-3.5.0/subsys/net/l2/bluetooth/
Dbluetooth.c370 return bt_le_adv_start(BT_LE_ADV_CONN, ad, ARRAY_SIZE(ad), in bt_advertise()
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Dbluetooth.h890 #define BT_LE_ADV_CONN BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE, \ macro