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; variable1174 if (unicast_server_cb == NULL || unicast_server_cb->release == NULL) { in ase_release()1180 err = unicast_server_cb->release(ase->ep.stream, rsp); in ase_release()1238 if (unicast_server_cb == NULL || unicast_server_cb->disable == NULL) { in ase_disable()1243 err = unicast_server_cb->disable(stream, rsp); in ase_disable()1589 if (unicast_server_cb != NULL && in ase_config()1590 unicast_server_cb->reconfig != NULL) { in ase_config()1591 err = unicast_server_cb->reconfig(ase->ep.stream, ase->ep.dir, in ase_config()1630 if (unicast_server_cb != NULL && in ase_config()1631 unicast_server_cb->config != NULL) { in ase_config()[all …]
213 static const struct bt_bap_unicast_server_cb unicast_server_cb = { variable449 bt_bap_unicast_server_register_cb(&unicast_server_cb); in init()478 err = bt_bap_unicast_server_unregister_cb(&unicast_server_cb); in deinit()
292 static const struct bt_bap_unicast_server_cb unicast_server_cb = { variable388 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()
341 static const struct bt_bap_unicast_server_cb unicast_server_cb = { variable434 bt_bap_unicast_server_register_cb(&unicast_server_cb); in bap_unicast_sr_init()
493 static const struct bt_bap_unicast_server_cb unicast_server_cb = { variable751 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()
754 static const struct bt_bap_unicast_server_cb unicast_server_cb = { variable3819 err = bt_bap_unicast_server_register_cb(&unicast_server_cb); in cmd_init()