Home
last modified time | relevance | path

Searched refs:PROFILE_PAN_SERVER (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_pan.cpp156 profileRegisterId = BluetoothProfileManager::GetInstance().RegisterFunc(PROFILE_PAN_SERVER, in impl()
171 sptr<IBluetoothPan> proxy = GetRemoteProxy<IBluetoothPan>(PROFILE_PAN_SERVER); in ~impl()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h50 const std::string PROFILE_PAN_SERVER = "BluetoothPanServer"; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp680 servers_.EnsureInsert(PROFILE_PAN_SERVER, panServer->AsObject()); in createServers()