Home
last modified time | relevance | path

Searched refs:reconfig (Results 1 – 12 of 12) sorted by relevance

/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dbap_unicast_server.c77 unicast_server_cb->reconfig != NULL) { in bt_bap_unicast_server_reconfig()
78 err = unicast_server_cb->reconfig(stream, ep->dir, codec_cfg, &ep->qos_pref, &rsp); in bt_bap_unicast_server_reconfig()
Dascs.c1424 unicast_server_cb->reconfig != NULL) { in ase_config()
1425 err = unicast_server_cb->reconfig(ase->ep.stream, ase->ep.dir, in ase_config()
/Zephyr-Core-3.5.0/tests/bluetooth/audio/mocks/src/
Dbap_unicast_server.c57 .reconfig = mock_bap_unicast_server_cb_reconfig,
/Zephyr-Core-3.5.0/samples/bluetooth/tmap_peripheral/src/
Dbap_unicast_sr.c271 .reconfig = lc3_reconfig,
/Zephyr-Core-3.5.0/samples/bluetooth/hap_ha/src/
Dbap_unicast_sr.c317 .reconfig = lc3_reconfig,
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/audio/src/
Dbap_unicast_server_test.c197 .reconfig = lc3_reconfig,
Dcap_acceptor_test.c462 .reconfig = unicast_server_reconfig,
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/
Dbap.h846 int (*reconfig)(struct bt_bap_stream *stream, enum bt_audio_dir dir, member
/Zephyr-Core-3.5.0/samples/bluetooth/unicast_audio_server/src/
Dmain.c465 .reconfig = lc3_reconfig,
/Zephyr-Core-3.5.0/drivers/modem/
Dhl7800.c385 bool reconfig; member
817 sock->reconfig = false; in socket_put()
3939 sock->reconfig = false; in on_cmd_sockcreate()
4825 sock->reconfig = true; in mark_sockets_for_reconfig()
5798 sock->reconfig = false; in offload_get()
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/shell/
Dbap.c590 .reconfig = lc3_reconfig,
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/
Dbtp_bap.c473 .reconfig = lc3_reconfig,