OSDN Git Service

Use the device type from saved properties instead of assuming default
authorMatthew Xie <mattx@google.com>
Mon, 10 Nov 2014 18:24:46 +0000 (10:24 -0800)
committerMatthew Xie <mattx@google.com>
Tue, 18 Nov 2014 01:08:24 +0000 (01:08 +0000)
commit86f97eda524568f2d264186844450db5e56dac36
treefd0bfc1c94503a745bfe1ee2d27295a6e990c655
parentc5916e97384f07ec5a2e061e6af24f70107c74a2
Use the device type from saved properties instead of assuming default

DUMO device can do both BLE and BREDR operations. It was wrong
to assign BLE or BREDR type to it.
Bug: 18275230

Change-Id: I8d6c17e5157ba29a1af459629de9e2d6f6dc5e99
btif/include/btif_config.h
btif/include/btif_gatt_util.h
btif/src/btif_config.c
btif/src/btif_dm.c
btif/src/btif_gatt_client.c
btif/src/btif_gatt_server.c
btif/src/btif_gatt_util.c
btif/src/btif_sock_util.c
btif/src/btif_util.c