Home
last modified time | relevance | path

Searched refs:GetLowEnergyInterface (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/service/client/
Dmain.cc535 bt_iface->GetLowEnergyInterface(&ble_iface); in HandleRegisterBLE()
556 bt_iface->GetLowEnergyInterface(&ble_iface); in HandleUnregisterBLE()
571 bt_iface->GetLowEnergyInterface(&ble_iface); in HandleUnregisterAllBLE()
785 bt_iface->GetLowEnergyInterface(&ble_iface); in HandleConnect()
815 bt_iface->GetLowEnergyInterface(&ble_iface); in HandleDisconnect()
850 bt_iface->GetLowEnergyInterface(&ble_iface); in HandleSetMtu()
/packages/modules/Bluetooth/system/service/common/android/bluetooth/
DIBluetooth.aidl60 IBluetoothLowEnergy GetLowEnergyInterface(); in GetLowEnergyInterface() method
/packages/modules/Bluetooth/system/service/ipc/binder/
Dbluetooth_binder_server.h107 Status GetLowEnergyInterface(
Dbluetooth_binder_server.cc241 Status BluetoothBinderServer::GetLowEnergyInterface( in GetLowEnergyInterface() function in ipc::binder::BluetoothBinderServer
/packages/apps/Test/connectivity/sl4n/facades/bluetooth/
Dbt_binder_facade.cpp138 bt_iface->GetLowEnergyInterface(&ble_iface); in BtBinderRegisterBLE()