CN110519735A - 一种基于Android系统的蓝牙音频设备自适应连接方法 - Google Patents

一种基于Android系统的蓝牙音频设备自适应连接方法 Download PDF

Info

Publication number
CN110519735A
CN110519735A CN201910811608.5A CN201910811608A CN110519735A CN 110519735 A CN110519735 A CN 110519735A CN 201910811608 A CN201910811608 A CN 201910811608A CN 110519735 A CN110519735 A CN 110519735A
Authority
CN
China
Prior art keywords
bluetooth
audio equipment
connection
bluetooth audio
bluetoothdevice
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201910811608.5A
Other languages
English (en)
Inventor
鲁霖
蒋少彬
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Xiamen Sixin Micro Technology Co Ltd
Original Assignee
Xiamen Sixin Micro Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Xiamen Sixin Micro Technology Co Ltd filed Critical Xiamen Sixin Micro Technology Co Ltd
Priority to CN201910811608.5A priority Critical patent/CN110519735A/zh
Publication of CN110519735A publication Critical patent/CN110519735A/zh
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/80Services using short range communication, e.g. near-field communication [NFC], radio-frequency identification [RFID] or low energy communication
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W76/00Connection management
    • H04W76/10Connection setup
    • H04W76/14Direct-mode setup

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

本发明属于蓝牙通信设备连接方法领域,具体涉及一种基于Android系统的蓝牙音频设备自适应连接方法,一种基于Android系统的蓝牙音频设备自适应连接方法,涉及蓝牙设备和移动数据终端;所述移动数据终端包括蓝牙连接模块;移动数据终端安装有蓝牙自连接APP;具体包括:蓝牙自连接APP注册BroadcastReceiver;初始化获取蓝牙音频设备适配器BluetoothAdapter和BluetoothA2dp;开启移动数据终端蓝牙连接模块搜索功能,并启动搜索超时定时器;蓝牙自连接APP对已搜索到的蓝牙音频设备与预设设备名称进行匹配等。有益效果:解决现有技术方案中APP无法直接自动连接蓝牙音频设备的问题,实现APP对蓝牙音频设备的自适应连接和音频输出,减少用户操作难度,改善使用体验。

Description

一种基于Android系统的蓝牙音频设备自适应连接方法
技术领域
本发明属于蓝牙通信设备连接方法领域,具体涉及一种基于Android系统的蓝牙音频设备自适应连接方法。
背景技术
目前,随着安卓系统的不断普及,在蓝牙音频设备接入智能语音系统之后,蓝牙音频设备使用量快速增加。虽然安卓系统平台为APP提供了许多实用的APIs,但是对蓝牙音频设备的连接还停留在手动设置蓝牙连接的阶段。目前,APP内部实现蓝牙自适应连接和音频输出已成为热门研究课题之一。
发明内容
为解决上述技术问题,本发明提供了一种基于Android系统的蓝牙音频设备自适应连接方法,通过优化方法步骤,使APP自动进行蓝牙连接,有效简化操作步骤,具有较高的通用性,便捷性,有效地改善用户体验。。
具体技术方案为:一种基于Android系统的蓝牙音频设备自适应连接方法,方法中使用硬件包括蓝牙设备和移动数据终端;所述移动数据终端包括蓝牙连接模块;移动数据终端安装有蓝牙自连接APP;
包括以下步骤:
步骤一(S101)、蓝牙自连接APP注册BroadcastReceiver;
步骤二(S102)、注册成功后,蓝牙自连接APP初始化获取蓝牙音频设备适配器BluetoothAdapter和BluetoothA2dp;
步骤三(S103)、蓝牙自连接APP开启移动数据终端蓝牙连接模块搜索功能,并启动搜索超时定时器;
步骤四(S104)、蓝牙自连接APP对已搜索到的蓝牙音频设备与预设设备名称进行匹配;若匹配,则停止搜索;若未匹配,则继续搜索直至超时取消搜索;
步骤五(S105)、蓝牙自连接APP检测蓝牙音频设备绑定状态;
步骤六(S106)、蓝牙自连接APP若检测到蓝牙音频设备未绑定,则执行绑定操作;
步骤七(S107)、蓝牙自连接APP监听已绑定的蓝牙音频设备状态,开启连接超时倒计时;
步骤八(S108)、在倒计时结束之前,蓝牙自连接APP若无法连接上蓝牙音频设备,则开启反射机制连接蓝牙音频设备。
优选的,一种基于Android系统的蓝牙音频设备自适应连接方法中,步骤一(S101)为:蓝牙自连接APP注册BroadcastReceiver,其中含有的广播:
BluetoothDevice.ACTION_FOUND(发现蓝牙音频设备广播)
BluetoothDevice.ACTION_BOND_STATE_CHANGED(蓝牙音频设备绑定状态变化)
BluetoothDevice.ACTION_PAIRING_REQUEST(蓝牙音频设备配对码请求)
BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED(蓝牙音频设备连接状态变化)。
优选的,一种基于Android系统的蓝牙音频设备自适应连接方法中,步骤二(S102)为:
初始化获取BluetoothAdapter对象:
mBluetoothAdapter = BluetoothAdapter.getDefaultAdapter();
获取BluetoothA2dp对象:
new BluetoothProfile.ServiceListener() {
public void onServiceConnected(int profile, BluetoothProfile proxy) {
mBluetoothA2dp = (BluetoothA2dp) proxy;
}
public void onServiceDisconnected(int profile) {
}
}
优选的,一种基于Android系统的蓝牙音频设备自适应连接方法中,步骤三(S103)为:
开启搜索功能的方位:
mBluetoothA2dp. startDiscovery();
超时取消搜索的方法:
Observable.timer(5, TimeUnit.SECONDS).subscribe(aLong -> {
mBluetoothAdapter.cancelDiscovery();
})
优选的,一种基于Android系统的蓝牙音频设备自适应连接方法中,步骤四(S104)为:
获取搜索到的蓝牙音频设备方法:
蓝牙自连接APP通过监听BluetoothDevice.ACTION_FOUND上报;
if (BluetoothDevice.ACTION_FOUND.equals(action)) {
BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
if(device.getName == name){
mDevice = device;
}
}
优选的,一种基于Android系统的蓝牙音频设备自适应连接方法中,步骤五(S105)为:
检测绑定状态的方法:
通过mBluetoothAdapter获取所有已绑定蓝牙音频设备:
public boolean isBond(String mac) {
Set<BluetoothDevice> bondedDevices = mBluetoothAdapter.getBondedDevices();
for (BluetoothDevice device : bondedDevices) {
if (mac.equals(device.getAddress())) {
return true;
}
}
return false;
}
优选的,一种基于Android系统的蓝牙音频设备自适应连接方法中,步骤六(S106)为:
绑定操作的方法:
bluetoothDevice.createBond()
优选的,一种基于Android系统的蓝牙音频设备自适应连接方法中,步骤七(S107)为:
蓝牙自连接APP监听BluetoothDevice.ACTION_BOND_STATE_CHANGED广播;在收到BluetoothDevice.ACTION_BOND_STATE_CHANGED广播后,通过intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, -1);获取state为BluetoothDevice.BOND_BONDED之后开启倒计时;若在倒计时结束前无法接收到BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED广播且state为state == BluetoothA2dp.STATE_CONNECTING,则开始步骤八(S108);
倒计时方法:
Message message = new Message();
message.what = MSG_WHAT_A2DP_CONNECT;
Bundle bundle = new Bundle();
bundle.putParcelable("device", device);
message.setData(bundle);
handler.sendMessageDelayed(message, 2000)
优选的,一种基于Android系统的蓝牙音频设备自适应连接方法中,步骤八(S108)为:
采用反射机制再次进行连接:
先从BluetoothA2dp中获取它的类:
Class<BluetoothA2dp> bluetoothA2dpClass = BluetoothA2dp.class;
然后从类中获取方法“connect”和“setPriority”进行连接;
Class<BluetoothA2dp> bluetoothA2dpClass = BluetoothA2dp.class;
try {
Method connect = bluetoothA2dpClass.getMethod("connect",BluetoothDevice.class);
connect.invoke(mBluetoothA2dp, device);
} catch (NoSuchMethodException | IllegalAccessException |InvocationTargetException e) {
e.printStackTrace();
}
try {
Method setPriority = bluetoothA2dpClass.getMethod("setPriority",BluetoothDevice.class, int.class);
setPriority.invoke(mBluetoothA2dp, device, 1000);
} catch (NoSuchMethodException | IllegalAccessException |InvocationTargetException e) {
e.printStackTrace();
}
优选的,一种基于Android系统的蓝牙音频设备自适应连接方法中,移动数据终端为台式电脑、智能手机、平板电脑、笔记本电脑、智能穿戴设备。
采用了上述技术方案后,本发明的有益效果是:
相对于已披露的技术方案,本技术方案将通过提供一种基于Android系统的蓝牙音频设备自适应连接方法,解决现有技术方案中APP无法直接自动连接蓝牙音频设备的问题,实现APP对蓝牙音频设备的自适应连接和音频输出,减少用户操作难度,改善使用体验。
附图说明
图1是一种基于Android系统的蓝牙音频设备自适应连接方法步骤的流程示意图。
具体实施方式
实施例一
一种基于Android系统的蓝牙音频设备自适应连接方法,方法中使用硬件包括蓝牙设备和移动数据终端;移动数据终端为台式电脑、智能手机、平板电脑、笔记本电脑、智能穿戴设备;本实施例移动数据终端以一部智能手机为例。
具体步骤如附图1所示:
步骤一(S101)、蓝牙自连接APP注册BroadcastReceiver;蓝牙自连接APP注册BroadcastReceiver,其中含有的广播:
BluetoothDevice.ACTION_FOUND(发现蓝牙音频设备广播)
BluetoothDevice.ACTION_BOND_STATE_CHANGED(蓝牙音频设备绑定状态变化)
BluetoothDevice.ACTION_PAIRING_REQUEST(蓝牙音频设备配对码请求)
BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED(蓝牙音频设备连接状态变化)。
步骤二(S102)、注册成功后,蓝牙自连接APP初始化获取蓝牙音频设备适配器BluetoothAdapter和BluetoothA2dp;初始化获取BluetoothAdapter对象:
mBluetoothAdapter = BluetoothAdapter.getDefaultAdapter();
获取BluetoothA2dp对象:
new BluetoothProfile.ServiceListener() {
public void onServiceConnected(int profile, BluetoothProfile proxy) {
mBluetoothA2dp = (BluetoothA2dp) proxy;
}
public void onServiceDisconnected(int profile) {
}
}
步骤三(S103)、蓝牙自连接APP开启移动数据终端蓝牙连接模块搜索功能,并启动搜索超时定时器;开启搜索功能的方位:
mBluetoothA2dp. startDiscovery();
超时取消搜索的方法:
Observable.timer(5, TimeUnit.SECONDS).subscribe(aLong -> {
mBluetoothAdapter.cancelDiscovery();
})
步骤四(S104)、蓝牙自连接APP对已搜索到的蓝牙音频设备与预设设备名称进行匹配;若匹配,则停止搜索;若未匹配,则继续搜索直至超时取消搜索;获取搜索到的蓝牙音频设备方法:
蓝牙自连接APP通过监听BluetoothDevice.ACTION_FOUND上报;
if (BluetoothDevice.ACTION_FOUND.equals(action)) {
BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
if(device.getName == name){
mDevice = device;
}
}
步骤五(S105)、蓝牙自连接APP检测蓝牙音频设备绑定状态;检测绑定状态的方法:
通过mBluetoothAdapter获取所有已绑定蓝牙音频设备:
public boolean isBond(String mac) {
Set<BluetoothDevice> bondedDevices = mBluetoothAdapter.getBondedDevices();
for (BluetoothDevice device : bondedDevices) {
if (mac.equals(device.getAddress())) {
return true;
}
}
return false;
}
步骤六(S106)、蓝牙自连接APP若检测到蓝牙音频设备未绑定,则执行绑定操作;绑定操作的方法:
bluetoothDevice.createBond()
步骤七(S107)、蓝牙自连接APP监听已绑定的蓝牙音频设备状态,开启连接超时倒计时;蓝牙自连接APP监听BluetoothDevice.ACTION_BOND_STATE_CHANGED广播;在收到BluetoothDevice.ACTION_BOND_STATE_CHANGED广播后,通过intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, -1);获取state为BluetoothDevice.BOND_BONDED之后开启倒计时;若在倒计时结束前无法接收到BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED广播且state为state == BluetoothA2dp.STATE_CONNECTING,则开始步骤八(S108);
倒计时方法:
Message message = new Message();
message.what = MSG_WHAT_A2DP_CONNECT;
Bundle bundle = new Bundle();
bundle.putParcelable("device", device);
message.setData(bundle);
handler.sendMessageDelayed(message, 2000)
步骤八(S108)、在倒计时结束之前,蓝牙自连接APP若无法连接上蓝牙音频设备,则开启反射机制连接蓝牙音频设备。采用反射机制再次进行连接:
先从BluetoothA2dp中获取它的类:
Class<BluetoothA2dp> bluetoothA2dpClass = BluetoothA2dp.class;
然后从类中获取方法“connect”和“setPriority”进行连接;
Class<BluetoothA2dp> bluetoothA2dpClass = BluetoothA2dp.class;
try {
Method connect = bluetoothA2dpClass.getMethod("connect",BluetoothDevice.class);
connect.invoke(mBluetoothA2dp, device);
} catch (NoSuchMethodException | IllegalAccessException |InvocationTargetException e) {
e.printStackTrace();
}
try {
Method setPriority = bluetoothA2dpClass.getMethod("setPriority",BluetoothDevice.class, int.class);
setPriority.invoke(mBluetoothA2dp, device, 1000);
} catch (NoSuchMethodException | IllegalAccessException |InvocationTargetException e) {
e.printStackTrace();
}
由技术常识可知,本技术方案可以通过其它的不脱离其精神实质或必要特征的实施方案来实现。因此,上述公开的实施方案,就各方面而言,都只是举例说明,并不是仅有的。所有在本发明范围内或在等同于本发明的范围内的改变均被本发明包含。

Claims (10)

1.一种基于Android系统的蓝牙音频设备自适应连接方法, 其特征在于包括以下步骤:
步骤一(S101)、蓝牙自连接APP注册BroadcastReceiver;
步骤二(S102)、注册成功后,蓝牙自连接APP初始化获取蓝牙音频设备适配器BluetoothAdapter和BluetoothA2dp;
步骤三(S103)、蓝牙自连接APP开启移动数据终端蓝牙连接模块搜索功能,并启动搜索超时定时器;
步骤四(S104)、蓝牙自连接APP对已搜索到的蓝牙音频设备与预设设备名称进行匹配;若匹配,则停止搜索;若未匹配,则继续搜索直至超时取消搜索;
步骤五(S105)、蓝牙自连接APP检测蓝牙音频设备绑定状态;
步骤六(S106)、蓝牙自连接APP若检测到蓝牙音频设备未绑定,则执行绑定操作;
步骤七(S107)、蓝牙自连接APP监听已绑定的蓝牙音频设备状态,开启连接超时倒计时;
步骤八(S108)、在倒计时结束之前,蓝牙自连接APP若无法连接上蓝牙音频设备,则开启反射机制连接蓝牙音频设备。
2.根据权利要求1所述的一种基于Android系统的蓝牙音频设备自适应连接方法,其特征在于步骤一(S101)为:蓝牙自连接APP注册BroadcastReceiver,其中含有的广播:
BluetoothDevice.ACTION_FOUND(发现蓝牙音频设备广播)
BluetoothDevice.ACTION_BOND_STATE_CHANGED(蓝牙音频设备绑定状态变化)
BluetoothDevice.ACTION_PAIRING_REQUEST(蓝牙音频设备配对码请求)
BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED(蓝牙音频设备连接状态变化)。
3.根据权利要求1所述的一种基于Android系统的蓝牙音频设备自适应连接方法,其特征在于步骤二(S102)为:
初始化获取BluetoothAdapter对象:
mBluetoothAdapter = BluetoothAdapter.getDefaultAdapter();
获取BluetoothA2dp对象:
new BluetoothProfile.ServiceListener() {
public void onServiceConnected(int profile, BluetoothProfile proxy) {
mBluetoothA2dp = (BluetoothA2dp) proxy;
}
public void onServiceDisconnected(int profile) {
}
}。
4.根据权利要求1所述的一种基于Android系统的蓝牙音频设备自适应连接方法,其特征在于步骤三(S103)为:
开启搜索功能的方位:
mBluetoothA2dp. startDiscovery();
超时取消搜索的方法:
Observable.timer(5, TimeUnit.SECONDS).subscribe(aLong -> {
mBluetoothAdapter.cancelDiscovery();
})。
5.根据权利要求1所述的一种基于Android系统的蓝牙音频设备自适应连接方法,其特征在于步骤四(S104)为:
获取搜索到的蓝牙音频设备方法:
蓝牙自连接APP通过监听BluetoothDevice.ACTION_FOUND上报;
if (BluetoothDevice.ACTION_FOUND.equals(action)) {
BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
if(device.getName == name){
mDevice = device;
}
}。
6.根据权利要求1所述的一种基于Android系统的蓝牙音频设备自适应连接方法,其特征在于步骤五(S105)为:
检测绑定状态的方法:
通过mBluetoothAdapter获取所有已绑定蓝牙音频设备:
public boolean isBond(String mac) {
Set<BluetoothDevice> bondedDevices = mBluetoothAdapter.getBondedDevices();
for (BluetoothDevice device : bondedDevices) {
if (mac.equals(device.getAddress())) {
return true;
}
}
return false;
}。
7.根据权利要求1所述的一种基于Android系统的蓝牙音频设备自适应连接方法,其特征在于步骤六(S106)为:
绑定操作的方法:
bluetoothDevice.createBond()。
8.根据权利要求1所述的一种基于Android系统的蓝牙音频设备自适应连接方法,其特征在于步骤七(S107)为:
蓝牙自连接APP监听BluetoothDevice.ACTION_BOND_STATE_CHANGED广播;在收到BluetoothDevice.ACTION_BOND_STATE_CHANGED广播后,通过intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, -1);获取state为BluetoothDevice.BOND_BONDED之后开启倒计时;若在倒计时结束前无法接收到BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED广播且state为state == BluetoothA2dp.STATE_CONNECTING,则开始步骤八(S108);
倒计时方法:
Message message = new Message();
message.what = MSG_WHAT_A2DP_CONNECT;
Bundle bundle = new Bundle();
bundle.putParcelable("device", device);
message.setData(bundle);
handler.sendMessageDelayed(message, 2000)。
9.根据权利要求1所述的一种基于Android系统的蓝牙音频设备自适应连接方法,其特征在于步骤八(S108)为:
采用反射机制再次进行连接:
先从BluetoothA2dp中获取它的类:
Class<BluetoothA2dp> bluetoothA2dpClass = BluetoothA2dp.class;
然后从类中获取方法“connect”和“setPriority”进行连接;
Class<BluetoothA2dp> bluetoothA2dpClass = BluetoothA2dp.class;
try {
Method connect = bluetoothA2dpClass.getMethod("connect",BluetoothDevice.class);
connect.invoke(mBluetoothA2dp, device);
} catch (NoSuchMethodException | IllegalAccessException |InvocationTargetException e) {
e.printStackTrace();
}
try {
Method setPriority = bluetoothA2dpClass.getMethod("setPriority",BluetoothDevice.class, int.class);
setPriority.invoke(mBluetoothA2dp, device, 1000);
} catch (NoSuchMethodException | IllegalAccessException |InvocationTargetException e) {
e.printStackTrace();
}。
10.根据权利要求1至9任一项所述的一种基于Android系统的蓝牙音频设备自适应连接方法,其特征在于:所述移动数据终端为台式电脑、智能手机、平板电脑、笔记本电脑、智能穿戴设备。
CN201910811608.5A 2019-08-30 2019-08-30 一种基于Android系统的蓝牙音频设备自适应连接方法 Pending CN110519735A (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910811608.5A CN110519735A (zh) 2019-08-30 2019-08-30 一种基于Android系统的蓝牙音频设备自适应连接方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910811608.5A CN110519735A (zh) 2019-08-30 2019-08-30 一种基于Android系统的蓝牙音频设备自适应连接方法

Publications (1)

Publication Number Publication Date
CN110519735A true CN110519735A (zh) 2019-11-29

Family

ID=68629508

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910811608.5A Pending CN110519735A (zh) 2019-08-30 2019-08-30 一种基于Android系统的蓝牙音频设备自适应连接方法

Country Status (1)

Country Link
CN (1) CN110519735A (zh)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101785198A (zh) * 2007-08-31 2010-07-21 摩托罗拉公司 用于蓝牙设备的自动多个配对的方法和设备
CN102752029A (zh) * 2011-04-18 2012-10-24 中兴通讯股份有限公司 蓝牙配件配对蓝牙设备的方法及蓝牙配件
CN105302430A (zh) * 2014-07-02 2016-02-03 现代自动车株式会社 用于注册新蓝牙装置的方法和设备
CN105516897A (zh) * 2015-12-07 2016-04-20 哈尔滨工业大学深圳研究生院 一种蓝牙设备间一键建立通信连接的方法及装置
US20160128114A1 (en) * 2014-10-29 2016-05-05 Qualcomm Incorporated Methods and Systems of Pairing Wireless Devices
AU2019100803A4 (en) * 2018-09-27 2019-08-22 Apple Inc. Low-power activation of accessory in sleep state

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101785198A (zh) * 2007-08-31 2010-07-21 摩托罗拉公司 用于蓝牙设备的自动多个配对的方法和设备
CN102752029A (zh) * 2011-04-18 2012-10-24 中兴通讯股份有限公司 蓝牙配件配对蓝牙设备的方法及蓝牙配件
CN105302430A (zh) * 2014-07-02 2016-02-03 现代自动车株式会社 用于注册新蓝牙装置的方法和设备
US20160128114A1 (en) * 2014-10-29 2016-05-05 Qualcomm Incorporated Methods and Systems of Pairing Wireless Devices
CN105516897A (zh) * 2015-12-07 2016-04-20 哈尔滨工业大学深圳研究生院 一种蓝牙设备间一键建立通信连接的方法及装置
AU2019100803A4 (en) * 2018-09-27 2019-08-22 Apple Inc. Low-power activation of accessory in sleep state
US20200107262A1 (en) * 2018-09-27 2020-04-02 Apple Inc. Low-Power Activation of Accessory in Sleep State

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
VNANYESHESHOU: ""Android 蓝牙开发A2DP基本功能"", 《CSDN》 *

Similar Documents

Publication Publication Date Title
WO2021008534A1 (zh) 一种语音唤醒的方法和电子设备
WO2021052263A1 (zh) 语音助手显示方法及装置
WO2020192714A1 (zh) 显示设备控制页面的方法、相关装置及系统
WO2021147686A1 (zh) 引导智能设备接入网络的方法、介质、控制终端及系统
WO2021000808A1 (zh) 设备控制方法和设备
CN111405681B (zh) Wi-Fi Aware的建链方法、系统、电子设备和存储介质
WO2021052282A1 (zh) 数据处理方法、蓝牙模块、电子设备与可读存储介质
CN103905956B (zh) 音频控制方法、电子设备和音频输出设备
CN109696833A (zh) 一种智能家居控制方法、可穿戴设备和音箱设备
CN106385666A (zh) 一种蓝牙防丢实现方法
CN108496395A (zh) 寻呼同步指示方法及装置、寻呼同步方法及装置和基站
CN102457618A (zh) 一种新型移动通信终端
CN107370881A (zh) 一种智能手表控制方法及系统
CN109379735A (zh) eSIM卡操作方法、移动终端及eSIM卡设备
CN208227271U (zh) 蓝牙智能音响及音响语音交互系统
CN115622177A (zh) 一种充电方法、移动终端及存储介质
WO2021239144A1 (zh) 定位方法和相关装置
CN110519735A (zh) 一种基于Android系统的蓝牙音频设备自适应连接方法
CN106131773A (zh) 一种寻找电子设备的方法及装置
CN102945575A (zh) 用于开锁发出提示音的方法和系统
CN112738794A (zh) 驻网方法、芯片、移动终端及存储介质
CN209606794U (zh) 一种可穿戴设备、音箱设备和智能家居控制系统
CN106710197A (zh) 遥控方法及装置
CN110337095A (zh) 音频聆听设备的参数更新方法、装置及音频聆听设备
CN104918113A (zh) 一种模块电视的功能卡端兼容方法及系统

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20191129

RJ01 Rejection of invention patent application after publication