Home
last modified time | relevance | path

Searched refs:unicast_server_cb (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dbap_unicast_server.c22 static const struct bt_bap_unicast_server_cb *unicast_server_cb; variable
33 if (unicast_server_cb != NULL) { in bt_bap_unicast_server_register_cb()
43 unicast_server_cb = cb; in bt_bap_unicast_server_register_cb()
55 if (unicast_server_cb != cb) { in bt_bap_unicast_server_unregister_cb()
61 unicast_server_cb = NULL; in bt_bap_unicast_server_unregister_cb()
76 if (unicast_server_cb != NULL && in bt_bap_unicast_server_reconfig()
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()
127 if (unicast_server_cb != NULL && unicast_server_cb->metadata != NULL) { in bt_bap_unicast_server_metadata()
128 err = unicast_server_cb->metadata(stream, meta, meta_len, &rsp); in bt_bap_unicast_server_metadata()
Dascs.c96 static const struct bt_bap_unicast_server_cb *unicast_server_cb; variable
994 if (unicast_server_cb == NULL || unicast_server_cb->release == NULL) { in ase_release()
1000 err = unicast_server_cb->release(ase->ep.stream, rsp); in ase_release()
1052 if (unicast_server_cb == NULL || unicast_server_cb->disable == NULL) { in ase_disable()
1057 err = unicast_server_cb->disable(stream, rsp); in ase_disable()
1423 if (unicast_server_cb != NULL && in ase_config()
1424 unicast_server_cb->reconfig != NULL) { in ase_config()
1425 err = unicast_server_cb->reconfig(ase->ep.stream, ase->ep.dir, in ase_config()
1452 if (unicast_server_cb != NULL && in ase_config()
1453 unicast_server_cb->config != NULL) { in ase_config()
[all …]
/Zephyr-Core-3.5.0/samples/bluetooth/tmap_peripheral/src/
Dbap_unicast_sr.c269 static const struct bt_bap_unicast_server_cb unicast_server_cb = { variable
336 bt_bap_unicast_server_register_cb(&unicast_server_cb); in bap_unicast_sr_init()
/Zephyr-Core-3.5.0/samples/bluetooth/hap_ha/src/
Dbap_unicast_sr.c315 static const struct bt_bap_unicast_server_cb unicast_server_cb = { variable
393 bt_bap_unicast_server_register_cb(&unicast_server_cb); in bap_unicast_sr_init()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/audio/src/
Dbap_unicast_server_test.c195 static const struct bt_bap_unicast_server_cb unicast_server_cb = { variable
318 bt_bap_unicast_server_register_cb(&unicast_server_cb); in init()
/Zephyr-Core-3.5.0/samples/bluetooth/unicast_audio_server/src/
Dmain.c463 static const struct bt_bap_unicast_server_cb unicast_server_cb = { variable
719 bt_bap_unicast_server_register_cb(&unicast_server_cb); in main()
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/shell/
Dbap.c588 static const struct bt_bap_unicast_server_cb unicast_server_cb = { variable
2475 bt_bap_unicast_server_register_cb(&unicast_server_cb); in cmd_init()
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/
Dbtp_bap.c471 static const struct bt_bap_unicast_server_cb unicast_server_cb = { variable
2713 bt_bap_unicast_server_register_cb(&unicast_server_cb); in tester_init_pacs()