Integrate ble_discovered_cb with discovered_cb 99/261799/4
authorCheoleun Moon <chleun.moon@samsung.com>
Mon, 26 Jul 2021 12:09:13 +0000 (21:09 +0900)
committercheoleun moon <chleun.moon@samsung.com>
Mon, 30 Aug 2021 07:50:56 +0000 (07:50 +0000)
commitc6a0e2b2475337ded684ae1a7c2f15c0ed975cca
treefd8605410a56ab3f6a530be904592421422b1f42
parent176f50b6bace73ba225011e4ce3f23bb0aedb989
Integrate ble_discovered_cb with discovered_cb

To identify peer device, host name or MAC address may be used.
DNS-SD uses host name while BLE and NAN use MAC address.

Change-Id: I4ac6deaea26ed4551c3b7dd1de65a3d5719d0a8f
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
plugins/ble/ble-plugin.cpp
plugins/dns-sd/dns-sd-plugin.cpp
plugins/nan/nan-plugin.cpp
src/include/vine-disc-plugin.h
src/include/vine-disc.h
src/vine-disc.cpp
src/vine-dp.cpp
src/vine-session.cpp
tests/unittest/mocks/vine-mock-dns-sd.cpp [changed mode: 0644->0755]