Home
last modified time | relevance | path

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

/aosp12/system/bt/service/client/
H A 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()
/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetooth.aidl60 IBluetoothLowEnergy GetLowEnergyInterface(); in GetLowEnergyInterface() method
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_binder_server.h104 Status GetLowEnergyInterface(
H A Dbluetooth_binder_server.cc241 Status BluetoothBinderServer::GetLowEnergyInterface( in GetLowEnergyInterface() function in ipc::binder::BluetoothBinderServer
/aosp12/packages/apps/Test/connectivity/sl4n/facades/bluetooth/
H A Dbt_binder_facade.cpp138 bt_iface->GetLowEnergyInterface(&ble_iface); in BtBinderRegisterBLE()