Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_unicast_server.c110 unicast_server_cb->reconfig != NULL) { in bt_bap_unicast_server_reconfig()
111 err = unicast_server_cb->reconfig(stream, ep->dir, codec_cfg, &ep->qos_pref, &rsp); in bt_bap_unicast_server_reconfig()
Dascs.c1624 unicast_server_cb->reconfig != NULL) { in ase_config()
1625 err = unicast_server_cb->reconfig(ase->ep.stream, ase->ep.dir, in ase_config()
/Zephyr-latest/tests/bluetooth/audio/ascs/uut/
Dbap_unicast_server.c57 .reconfig = mock_bap_unicast_server_cb_reconfig,
/Zephyr-latest/subsys/bluetooth/host/classic/
Davdtp.c423 uint8_t msg_type, uint8_t tid, bool reconfig) in avdtp_process_configuration() argument
436 } else if (!reconfig && session->ops->set_configuration_ind == NULL) { in avdtp_process_configuration()
438 } else if (reconfig && session->ops->re_configuration_ind == NULL) { in avdtp_process_configuration()
443 if (reconfig) { in avdtp_process_configuration()
462 if (!reconfig) { in avdtp_process_configuration()
474 reconfig ? BT_AVDTP_RECONFIGURE : BT_AVDTP_SET_CONFIGURATION, tid); in avdtp_process_configuration()
498 if (!reconfig && !err && !ret) { in avdtp_process_configuration()
510 if (!reconfig) { in avdtp_process_configuration()
Da2dp.c150 bool reconfig) in a2dp_process_config_ind() argument
203 if (reconfig) { in a2dp_process_config_ind()
223 if (!reconfig) { in a2dp_process_config_ind()
/Zephyr-latest/samples/bluetooth/tmap_peripheral/src/
Dbap_unicast_sr.c294 .reconfig = lc3_reconfig,
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor_unicast.c241 .reconfig = unicast_server_reconfig_cb,
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dgmap_ugt_test.c229 .reconfig = unicast_server_reconfig,
Dbap_unicast_server_test.c228 .reconfig = lc3_reconfig,
Dcap_acceptor_test.c572 .reconfig = unicast_server_reconfig,
/Zephyr-latest/samples/bluetooth/hap_ha/src/
Dbap_unicast_sr.c332 .reconfig = lc3_reconfig,
/Zephyr-latest/samples/bluetooth/bap_unicast_server/src/
Dmain.c495 .reconfig = lc3_reconfig,
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dbap.h1233 int (*reconfig)(struct bt_bap_stream *stream, enum bt_audio_dir dir, member
/Zephyr-latest/drivers/modem/
Dhl7800.c386 bool reconfig; member
827 sock->reconfig = false; in socket_put()
4027 sock->reconfig = false; in on_cmd_sockcreate()
4932 sock->reconfig = true; in mark_sockets_for_reconfig()
5905 sock->reconfig = false; in offload_get()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_unicast.c494 .reconfig = lc3_reconfig,
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_shell.c3592 SHELL_CMD_ARG(reconfig, NULL,
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap.c757 .reconfig = lc3_reconfig,