Searched refs:adv_cb (Results 1 – 7 of 7) sorted by relevance
| /Zephyr-latest/samples/bluetooth/hap_ha/src/ |
| D | main.c | 98 static const struct bt_le_ext_adv_cb adv_cb = { variable 110 err = bt_le_ext_adv_create(BT_BAP_ADV_PARAM_CONN_QUICK, &adv_cb, &ext_adv); in adv_work_handler()
|
| /Zephyr-latest/samples/bluetooth/encrypted_advertising/peripheral/src/ |
| D | peripheral_ead.c | 29 static struct bt_le_ext_adv_cb adv_cb; variable 132 adv_cb.rpa_expired = rpa_expired_cb; in create_adv() 134 err = bt_le_ext_adv_create(BT_LE_EXT_ADV_CONN, &adv_cb, adv); in create_adv()
|
| /Zephyr-latest/samples/bluetooth/periodic_adv_conn/src/ |
| D | main.c | 118 static const struct bt_le_ext_adv_cb adv_cb = { variable 186 err = bt_le_ext_adv_create(BT_LE_EXT_ADV_NCONN, &adv_cb, &pawr_adv); in main()
|
| /Zephyr-latest/samples/bluetooth/tmap_peripheral/src/ |
| D | main.c | 183 static const struct bt_le_ext_adv_cb adv_cb = { variable 255 err = bt_le_ext_adv_create(BT_BAP_ADV_PARAM_CONN_QUICK, &adv_cb, &adv); in main()
|
| /Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/src/ |
| D | test_undirected_peripheral.c | 134 static struct bt_le_ext_adv_cb adv_cb = { variable 152 err = bt_le_ext_adv_create(¶ms, &adv_cb, adv); in create_adv()
|
| /Zephyr-latest/samples/bluetooth/periodic_adv_rsp/src/ |
| D | main.c | 105 static const struct bt_le_ext_adv_cb adv_cb = { variable 272 err = bt_le_ext_adv_create(BT_LE_EXT_ADV_NCONN, &adv_cb, &pawr_adv); in main()
|
| /Zephyr-latest/subsys/bluetooth/mesh/ |
| D | adv_ext.c | 524 static const struct bt_le_ext_adv_cb adv_cb = { in bt_mesh_adv_enable() local 534 err = bt_le_ext_adv_create(&advs[i].adv_param, &adv_cb, in bt_mesh_adv_enable()
|