/aosp12/system/bt/service/client/ |
H A D | main.cc | 56 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 D | BluetoothDevice.java | 1113 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 D | BluetoothSocket.java | 401 IBluetooth bluetoothProxy = in connect() 441 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(); in bindListen() 708 IBluetooth bluetoothProxy = in requestMaximumTxDataLength()
|
H A D | BluetoothAdapter.java | 727 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 D | IBluetoothManagerCallback.aidl | 19 import android.bluetooth.IBluetooth; 27 void onBluetoothServiceUp(in IBluetooth bluetoothService); in onBluetoothServiceUp()
|
H A D | IBluetoothManager.aidl | 19 import android.bluetooth.IBluetooth; 34 IBluetooth registerAdapter(in IBluetoothManagerCallback callback); in registerAdapter()
|
H A D | IBluetoothOobDataCallback.aidl | 19 import android.bluetooth.IBluetooth;
|
H A D | IBluetooth.aidl | 39 interface IBluetooth interface
|
/aosp12/system/bt/gd/rust/linux/service/src/ |
H A D | iface_bluetooth.rs | 3 use btstack::bluetooth::{IBluetooth, IBluetoothCallback}; 34 impl IBluetooth for IBluetoothDBus {
|
/aosp12/system/bt/service/example/heart_rate/ |
H A D | server_main.cc | 35 using android::bluetooth::IBluetooth; 92 sp<IBluetooth> bluetooth; in main()
|
H A D | heart_rate_server.h | 40 HeartRateServer(android::sp<android::bluetooth::IBluetooth> bluetooth, 93 android::sp<android::bluetooth::IBluetooth> bluetooth_;
|
H A D | heart_rate_server.cc | 41 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 D | bluetooth.rs | 22 pub trait IBluetooth { interface 160 impl IBluetooth for Bluetooth {
|
/aosp12/system/bt/binder/ |
H A D | Android.bp | 22 "android/bluetooth/IBluetooth.aidl", 98 "android/bluetooth/IBluetooth.aidl",
|
/aosp12/packages/apps/Test/connectivity/sl4n/facades/bluetooth/ |
H A D | bt_binder_facade.h | 53 android::sp<android::bluetooth::IBluetooth> bt_iface;
|
H A D | bt_binder_facade.cpp | 40 using android::bluetooth::IBluetooth;
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-r-loprio.txt | 6 Landroid/bluetooth/IBluetooth$Stub$Proxy;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I 7 Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_enable:I
|
H A D | hiddenapi-max-target-p.txt | 4 Landroid/bluetooth/IBluetooth$Stub;-><init>()V
|
H A D | hiddenapi-unsupported.txt | 65 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 D | IBluetooth.aidl | 32 interface IBluetooth { interface
|
/aosp12/system/bt/service/common/ |
H A D | Android.bp | 54 "android/bluetooth/IBluetooth.aidl",
|
/aosp12/system/bt/service/doc/ |
H A D | IBluetooth.txt | 21 interface IBluetooth {
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | BluetoothManagerService.java | 40 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 D | hiddenapi-greylist | 55 "android.bluetooth.IBluetooth",
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
H A D | AdapterService.java | 52 import android.bluetooth.IBluetooth; 1219 public static class AdapterServiceBinder extends IBluetooth.Stub {
|