Implement bluetooth_rfcomm_listen() function 53/217753/6
authorWootak Jung <wootak.jung@samsung.com>
Thu, 14 Nov 2019 05:03:21 +0000 (14:03 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Mon, 18 Nov 2019 00:56:47 +0000 (00:56 +0000)
commit3f91aa7033220a4114c7c92eb857865caaa6d1dd
tree6045ebfcf02519db8ecf1fc42ae9a629a2d8b9f7
parent4aa5deabf373ea1e9eaf88a89b4d35093e45c5d3
Implement bluetooth_rfcomm_listen() function

If user listens to rfcomm server by bluetooth_rfcomm_listen(),
connection requested callback should be occured not popup
when rfcomm connection request is come from client.

Change-Id: I688171b31c853e2761074f757f6a21fad1f7bcbd
15 files changed:
bt-oal/bluez_hal/inc/bt-hal-msg.h
bt-oal/bluez_hal/src/bt-hal-agent.c
bt-oal/bluez_hal/src/bt-hal-bluetooth.c
bt-oal/bluez_hal/src/bt-hal-device-dbus-handler.c
bt-oal/bluez_hal/src/bt-hal-device-dbus-handler.h
bt-oal/bluez_hal/src/bt-hal-gap-agent.c
bt-oal/bluez_hal/src/bt-hal-gap-agent.h
bt-oal/hardware/bluetooth.h
bt-oal/include/oal-device-mgr.h
bt-oal/include/oal-event.h
bt-oal/oal-adapter-mgr.c
bt-oal/oal-device-mgr.c
bt-service-adaptation/services/bt-service-common.c
bt-service-adaptation/services/obex/bt-service-obex-server.c
bt-service-adaptation/services/socket/bt-service-socket.c