Searched refs:reconfig (Results 1 – 12 of 12) sorted by relevance
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/ |
D | bap_unicast_server.c | 77 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()
|
D | ascs.c | 1424 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/ |
D | bap_unicast_server.c | 57 .reconfig = mock_bap_unicast_server_cb_reconfig,
|
/Zephyr-Core-3.5.0/samples/bluetooth/tmap_peripheral/src/ |
D | bap_unicast_sr.c | 271 .reconfig = lc3_reconfig,
|
/Zephyr-Core-3.5.0/samples/bluetooth/hap_ha/src/ |
D | bap_unicast_sr.c | 317 .reconfig = lc3_reconfig,
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/audio/src/ |
D | bap_unicast_server_test.c | 197 .reconfig = lc3_reconfig,
|
D | cap_acceptor_test.c | 462 .reconfig = unicast_server_reconfig,
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/ |
D | bap.h | 846 int (*reconfig)(struct bt_bap_stream *stream, enum bt_audio_dir dir, member
|
/Zephyr-Core-3.5.0/samples/bluetooth/unicast_audio_server/src/ |
D | main.c | 465 .reconfig = lc3_reconfig,
|
/Zephyr-Core-3.5.0/drivers/modem/ |
D | hl7800.c | 385 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/ |
D | bap.c | 590 .reconfig = lc3_reconfig,
|
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/ |
D | btp_bap.c | 473 .reconfig = lc3_reconfig,
|