Home
last modified time | relevance | path

Searched refs:IBluetooth (Results 1 – 25 of 31) sorted by relevance

12

/aosp12/system/bt/service/client/
H A Dmain.cc56 using android::bluetooth::IBluetooth;
384 void HandleDisable(IBluetooth* bt_iface, const vector<string>& args) { in HandleDisable()
391 void HandleEnable(IBluetooth* bt_iface, const vector<string>& args) { in HandleEnable()
472 void HandleRegisterBLEAdvertiser(IBluetooth* bt_iface, in HandleRegisterBLEAdvertiser()
500 void HandleUnregisterBLEAdvertiser(IBluetooth* bt_iface, in HandleUnregisterBLEAdvertiser()
827 void HandleSetMtu(IBluetooth* bt_iface, const vector<string>& args) { in HandleSetMtu()
862 void HandleRegisterBLEScanner(IBluetooth* bt_iface, in HandleRegisterBLEScanner()
890 void HandleUnregisterBLEScanner(IBluetooth* bt_iface, in HandleUnregisterBLEScanner()
966 void HandleHelp(IBluetooth* bt_iface, const vector<string>& args);
970 void (*func)(IBluetooth*, const vector<string>& args);
[all …]
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java1113 static IBluetooth getService() { in getService()
1267 final IBluetooth service = sService; in getName()
1298 final IBluetooth service = sService; in getType()
1322 final IBluetooth service = sService; in getAlias()
1378 final IBluetooth service = sService; in setAlias()
1404 final IBluetooth service = sService; in getBatteryLevel()
1494 final IBluetooth service = sService; in createBondInternal()
1520 final IBluetooth service = sService; in isBondingInitiatedLocally()
1542 final IBluetooth service = sService; in cancelBondProcess()
1570 final IBluetooth service = sService; in removeBond()
[all …]
H A DBluetoothSocket.java401 IBluetooth bluetoothProxy = in connect()
441 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(); in bindListen()
708 IBluetooth bluetoothProxy = in requestMaximumTxDataLength()
H A DBluetoothAdapter.java727 private IBluetooth mService;
733 private static IBluetooth sService;
3165 public void onBluetoothServiceUp(IBluetooth bluetoothService) {
3230 public void onBluetoothServiceUp(IBluetooth bluetoothService) {
3580 /*package*/ IBluetooth getBluetoothService() { in getBluetoothService()
3591 /*package*/ IBluetooth getBluetoothService(IBluetoothManagerCallback cb) { in getBluetoothService()
3697 public void onBluetoothServiceUp(IBluetooth bluetoothService) {
3993 final IBluetooth service = mService; in addOnMetadataChangedListener()
4088 final IBluetooth service = mService; in removeOnMetadataChangedListener()
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothManagerCallback.aidl19 import android.bluetooth.IBluetooth;
27 void onBluetoothServiceUp(in IBluetooth bluetoothService); in onBluetoothServiceUp()
H A DIBluetoothManager.aidl19 import android.bluetooth.IBluetooth;
34 IBluetooth registerAdapter(in IBluetoothManagerCallback callback); in registerAdapter()
H A DIBluetoothOobDataCallback.aidl19 import android.bluetooth.IBluetooth;
H A DIBluetooth.aidl39 interface IBluetooth interface
/aosp12/system/bt/gd/rust/linux/service/src/
H A Diface_bluetooth.rs3 use btstack::bluetooth::{IBluetooth, IBluetoothCallback};
34 impl IBluetooth for IBluetoothDBus {
/aosp12/system/bt/service/example/heart_rate/
H A Dserver_main.cc35 using android::bluetooth::IBluetooth;
92 sp<IBluetooth> bluetooth; in main()
H A Dheart_rate_server.h40 HeartRateServer(android::sp<android::bluetooth::IBluetooth> bluetooth,
93 android::sp<android::bluetooth::IBluetooth> bluetooth_;
H A Dheart_rate_server.cc41 android::sp<android::bluetooth::IBluetooth> bt) in CLIBluetoothLeAdvertiserCallback()
92 android::sp<android::bluetooth::IBluetooth> bt_;
97 android::sp<android::bluetooth::IBluetooth> bluetooth, in HeartRateServer()
/aosp12/system/bt/gd/rust/linux/stack/src/
H A Dbluetooth.rs22 pub trait IBluetooth { interface
160 impl IBluetooth for Bluetooth {
/aosp12/system/bt/binder/
H A DAndroid.bp22 "android/bluetooth/IBluetooth.aidl",
98 "android/bluetooth/IBluetooth.aidl",
/aosp12/packages/apps/Test/connectivity/sl4n/facades/bluetooth/
H A Dbt_binder_facade.h53 android::sp<android::bluetooth::IBluetooth> bt_iface;
H A Dbt_binder_facade.cpp40 using android::bluetooth::IBluetooth;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-r-loprio.txt6 Landroid/bluetooth/IBluetooth$Stub$Proxy;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I
7 Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_enable:I
H A Dhiddenapi-max-target-p.txt4 Landroid/bluetooth/IBluetooth$Stub;-><init>()V
H A Dhiddenapi-unsupported.txt65 Landroid/bluetooth/IBluetooth$Stub$Proxy;->getAddress()Ljava/lang/String;
66 Landroid/bluetooth/IBluetooth$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetooth;
/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetooth.aidl32 interface IBluetooth { interface
/aosp12/system/bt/service/common/
H A DAndroid.bp54 "android/bluetooth/IBluetooth.aidl",
/aosp12/system/bt/service/doc/
H A DIBluetooth.txt21 interface IBluetooth {
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java40 import android.bluetooth.IBluetooth;
181 private IBluetooth mBluetooth;
688 public IBluetooth registerAdapter(IBluetoothManagerCallback callback) { in registerAdapter()
1823 Intent i = new Intent(IBluetooth.class.getName()); in handleMessage()
2100 mBluetooth = IBluetooth.Stub.asInterface(Binder.allowBlocking(service)); in handleMessage()
2434 Intent i = new Intent(IBluetooth.class.getName()); in handleEnable()
/aosp12/system/tools/aidl/
H A Dhiddenapi-greylist55 "android.bluetooth.IBluetooth",
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java52 import android.bluetooth.IBluetooth;
1219 public static class AdapterServiceBinder extends IBluetooth.Stub {

12