Searched refs:unicast_server_cb (Results 1 – 9 of 9) sorted by relevance
30 static const struct bt_bap_unicast_server_cb *unicast_server_cb; variable44 if (unicast_server_cb != NULL) { in bt_bap_unicast_server_unregister()61 if (unicast_server_cb != NULL) { in bt_bap_unicast_server_register_cb()71 unicast_server_cb = cb; in bt_bap_unicast_server_register_cb()78 if (unicast_server_cb == NULL) { in bt_bap_unicast_server_unregister_cb()88 if (unicast_server_cb != cb) { in bt_bap_unicast_server_unregister_cb()94 unicast_server_cb = NULL; in bt_bap_unicast_server_unregister_cb()109 if (unicast_server_cb != NULL && in bt_bap_unicast_server_reconfig()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()[all …]
122 static const struct bt_bap_unicast_server_cb *unicast_server_cb; variable1188 if (unicast_server_cb == NULL || unicast_server_cb->release == NULL) { in ase_release()1194 err = unicast_server_cb->release(ase->ep.stream, rsp); in ase_release()1252 if (unicast_server_cb == NULL || unicast_server_cb->disable == NULL) { in ase_disable()1257 err = unicast_server_cb->disable(stream, rsp); in ase_disable()1623 if (unicast_server_cb != NULL && in ase_config()1624 unicast_server_cb->reconfig != NULL) { in ase_config()1625 err = unicast_server_cb->reconfig(ase->ep.stream, ase->ep.dir, in ase_config()1664 if (unicast_server_cb != NULL && in ase_config()1665 unicast_server_cb->config != NULL) { in ase_config()[all …]
292 static const struct bt_bap_unicast_server_cb unicast_server_cb = { variable373 bt_bap_unicast_server_register_cb(&unicast_server_cb); in bap_unicast_sr_init()
239 static const struct bt_bap_unicast_server_cb unicast_server_cb = { variable430 err = bt_bap_unicast_server_register_cb(&unicast_server_cb); in init_cap_acceptor_unicast()
330 static const struct bt_bap_unicast_server_cb unicast_server_cb = { variable409 bt_bap_unicast_server_register_cb(&unicast_server_cb); in bap_unicast_sr_init()
226 static const struct bt_bap_unicast_server_cb unicast_server_cb = { variable441 bt_bap_unicast_server_register_cb(&unicast_server_cb); in init()
493 static const struct bt_bap_unicast_server_cb unicast_server_cb = { variable738 bt_bap_unicast_server_register_cb(&unicast_server_cb); in main()
492 static const struct bt_bap_unicast_server_cb unicast_server_cb = { variable1676 err = bt_bap_unicast_server_register_cb(&unicast_server_cb); in btp_bap_unicast_init()
755 static const struct bt_bap_unicast_server_cb unicast_server_cb = { variable3813 bt_bap_unicast_server_register_cb(&unicast_server_cb); in cmd_init()