toggle menu
Android-RTCLib-SDK
5.6.9
cn.rongcloud.rtc
switch theme
search in API
Android-RTCLib-SDK
/
cn.rongcloud.rtc.audioroute
/
RCBluetoothEventsManager
/
BluetoothEvents
Bluetooth
Events
public
interface
BluetoothEvents
Members
Functions
on
Blue
Tooth
Started
Link copied to clipboard
public
abstract
void
onBlueToothStarted
(
)
蓝牙开启SCO成功
on
Blue
Tooth
Start
Failed
Link copied to clipboard
public
abstract
void
onBlueToothStartFailed
(
RCBluetoothEventsManager.BluetoothError
error
)
on
Blue
Tooth
Stopped
Link copied to clipboard
public
abstract
void
onBlueToothStopped
(
)
蓝牙关闭SCO *
on
Device
Connected
Link copied to clipboard
public
abstract
void
onDeviceConnected
(
)
蓝牙设备链接成功
on
Device
Disconnected
Link copied to clipboard
public
abstract
void
onDeviceDisconnected
(
)
蓝牙设备断开链接
on
Start
Blue
Tooth
Link copied to clipboard
public
abstract
void
onStartBlueTooth
(
)
通知开启蓝牙SCO事件
on
Stop
Blue
Tooth
Link copied to clipboard
public
abstract
void
onStopBlueTooth
(
)
通知关闭蓝牙SCO事件