Home
last modified time | relevance | path

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

/system/bt/service/client/
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()
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/
DIBluetoothManagerCallback.aidl19 import android.bluetooth.IBluetooth;
27 void onBluetoothServiceUp(in IBluetooth bluetoothService); in onBluetoothServiceUp()
DIBluetoothManager.aidl19 import android.bluetooth.IBluetooth;
32 IBluetooth registerAdapter(in IBluetoothManagerCallback callback); in registerAdapter()
DIBluetooth.aidl36 interface IBluetooth interface
/system/bt/service/example/heart_rate/
Dserver_main.cc35 using android::bluetooth::IBluetooth;
92 sp<IBluetooth> bluetooth; in main()
Dheart_rate_server.h40 HeartRateServer(android::sp<android::bluetooth::IBluetooth> bluetooth,
93 android::sp<android::bluetooth::IBluetooth> bluetooth_;
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()
/system/bt/service/common/android/bluetooth/
DIBluetooth.aidl32 interface IBluetooth { interface
/system/bt/binder/
DAndroid.bp13 "android/bluetooth/IBluetooth.aidl",
88 "android/bluetooth/IBluetooth.aidl",
/system/bt/service/common/
DAndroid.bp45 "android/bluetooth/IBluetooth.aidl",
/system/bt/service/doc/
DIBluetooth.txt21 interface IBluetooth {