Home
last modified time | relevance | path

Searched refs:getClientInterface (Results 1 – 4 of 4) sorted by relevance

/system/bt/service/example/heart_rate/
Dserver_main.cpp95 sp<IBluetooth> bluetooth = IBluetooth::getClientInterface(); in main()
/system/bt/service/common/bluetooth/binder/
DIBluetooth.h131 static android::sp<IBluetooth> getClientInterface();
DIBluetooth.cpp40 sp<IBluetooth> IBluetooth::getClientInterface() { in getClientInterface() function in ipc::binder::IBluetooth
/system/bt/service/client/
Dmain.cpp815 sp<IBluetooth> bt_iface = IBluetooth::getClientInterface(); in main()