nRF Connect SDK API 2.8.99
|
void(* dult_sound_cb::sound_stop) (enum dult_sound_src src) |
Request the user to stop the sound action.
This callback is triggered to notify the upper layer about the request to stop sound action. If the upper layer changes its sound state in response to this request (as described by the dult_sound_state_param structure), it then calls the dult_sound_state_update API.
src | Sound source type. Only the DULT internal source originating from the Bluetooth accessory non-owner service (DULT_SOUND_SRC_BT_GATT) is used in this callback. |