Languages

Menu
Sites
Language
기어S2에 블루투스 이어폰 연결 시 음악 출력 위치 문의 드립니다.

안녕하세요.

스마트폰과 기어 S2를 연결하여 음악을 출력하는 안드로이드 앱을 만들고 있습니다.

Samsung Gear 앱을 이용하여 기어S2와 스마트폰 단말 연결 후 블루투스 이어폰을 기어 S2에 연결하면

삼성 기본 뮤직 플레이어의 경우 메뉴에 음악 재생 위치를 기어 또는 스마트폰 단말로 선택하는 부분이 있습니다.

위와 같이 기어 S2에 스마트폰을 연결 후 기어 S2에 블루투스 이어폰을 연결하여

기어로 음악을 출력할지(그렇다면 블루투스 이어폰으로 음악이 출력되겠지요), 안드로이드 스마트폰 단말로 출력할지

구현 할 수 있는 public api 가  있는지 문의 드립니다.

 

감사합니다.

 

 

Edited by: 예슬 최 on 27 Apr, 2016

Responses

2 Replies
Nafisul Islam Kiron

Hello, can you please post your question in English?

I tried Bing Translator and couldn't understand your question.

Gear S 2 Bluetooth earpiece to connect music, contact an output location.

How are you.
Connect your Smartphone and gear S 2 music outputs to create Android apps.
Samsung Gear gears using the app S 2 and S video connection to a Smartphone after you connect to 2 Bluetooth earpiece gears
In the case of the Samsung default music player, play music in the menu, select the location of the gear or Smartphone devices.
After connecting the gear as above, S 2 S 2 gear Bluetooth earpiece-Smartphone by connecting
Gear music output (if so, will the music with Bluetooth earphone output), Android Smartphone Terminal output to
If the public api is able to implement.

Thank you.

Nafisul Islam Kiron

Please take a look here:

https://developer.tizen.org/dev-guide/2.3.1/org.tizen.native.wearable.apireference/group__CAPI__NETWORK__BLUETOOTH__AUDIO__MODULE.html

1. bt_audio_connect (const char *remote_address, bt_audio_profile_type_e type)
           Connects the remote device with the given audio profile, asynchronously.
2. bt_audio_disconnect (const char *remote_address, bt_audio_profile_type_e type)
           Disconnects the remote device with the given audio profile, asynchronously.