Searched refs:IBluetooth (Results 1 – 11 of 11) sorted by relevance
/system/bt/service/client/ |
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() 397 void HandleGetState(IBluetooth* bt_iface, const vector<string>& args) { in HandleGetState() 406 void HandleIsEnabled(IBluetooth* bt_iface, const vector<string>& args) { in HandleIsEnabled() 413 void HandleGetLocalAddress(IBluetooth* bt_iface, const vector<string>& args) { in HandleGetLocalAddress() 420 void HandleSetLocalName(IBluetooth* bt_iface, const vector<string>& args) { in HandleSetLocalName() 433 void HandleGetLocalName(IBluetooth* bt_iface, const vector<string>& args) { in HandleGetLocalName() 440 void HandleAdapterInfo(IBluetooth* bt_iface, const vector<string>& args) { in HandleAdapterInfo() 464 void HandleSupportsMultiAdv(IBluetooth* bt_iface, const vector<string>& args) { in HandleSupportsMultiAdv() [all …]
|
/system/bt/binder/android/bluetooth/ |
D | IBluetoothManagerCallback.aidl | 19 import android.bluetooth.IBluetooth; 27 void onBluetoothServiceUp(in IBluetooth bluetoothService); in onBluetoothServiceUp()
|
D | IBluetoothManager.aidl | 19 import android.bluetooth.IBluetooth; 32 IBluetooth registerAdapter(in IBluetoothManagerCallback callback); in registerAdapter()
|
D | IBluetooth.aidl | 36 interface IBluetooth interface
|
/system/bt/service/example/heart_rate/ |
D | server_main.cc | 35 using android::bluetooth::IBluetooth; 92 sp<IBluetooth> bluetooth; in main()
|
D | heart_rate_server.h | 40 HeartRateServer(android::sp<android::bluetooth::IBluetooth> bluetooth, 93 android::sp<android::bluetooth::IBluetooth> bluetooth_;
|
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()
|
/system/bt/service/common/android/bluetooth/ |
D | IBluetooth.aidl | 32 interface IBluetooth { interface
|
/system/bt/binder/ |
D | Android.bp | 13 "android/bluetooth/IBluetooth.aidl", 88 "android/bluetooth/IBluetooth.aidl",
|
/system/bt/service/common/ |
D | Android.bp | 45 "android/bluetooth/IBluetooth.aidl",
|
/system/bt/service/doc/ |
D | IBluetooth.txt | 21 interface IBluetooth {
|