Searched refs:reconfig (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_unicast_server.c | 110 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()
|
D | ascs.c | 1624 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/ |
D | bap_unicast_server.c | 57 .reconfig = mock_bap_unicast_server_cb_reconfig,
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | avdtp.c | 423 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()
|
D | a2dp.c | 150 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/ |
D | bap_unicast_sr.c | 294 .reconfig = lc3_reconfig,
|
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/ |
D | cap_acceptor_unicast.c | 241 .reconfig = unicast_server_reconfig_cb,
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | gmap_ugt_test.c | 229 .reconfig = unicast_server_reconfig,
|
D | bap_unicast_server_test.c | 228 .reconfig = lc3_reconfig,
|
D | cap_acceptor_test.c | 572 .reconfig = unicast_server_reconfig,
|
/Zephyr-latest/samples/bluetooth/hap_ha/src/ |
D | bap_unicast_sr.c | 332 .reconfig = lc3_reconfig,
|
/Zephyr-latest/samples/bluetooth/bap_unicast_server/src/ |
D | main.c | 495 .reconfig = lc3_reconfig,
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | bap.h | 1233 int (*reconfig)(struct bt_bap_stream *stream, enum bt_audio_dir dir, member
|
/Zephyr-latest/drivers/modem/ |
D | hl7800.c | 386 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/ |
D | btp_bap_unicast.c | 494 .reconfig = lc3_reconfig,
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | wifi_shell.c | 3592 SHELL_CMD_ARG(reconfig, NULL,
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | bap.c | 757 .reconfig = lc3_reconfig,
|