projects
/
platform
/
core
/
api
/
bluetooth.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9689f4d
)
Change API name from bt_device_get_ida() to bt_device_get_id_address()
92/146692/1
tizen_3.0
submit/tizen_3.0/20171207.001107
author
Deokhyun Kim
<dukan.kim@samsung.com>
Wed, 30 Aug 2017 05:33:26 +0000
(14:33 +0900)
committer
Deokhyun Kim
<dukan.kim@samsung.com>
Wed, 30 Aug 2017 05:33:48 +0000
(14:33 +0900)
Change-Id: Ib6ffe6a4776be642daca20173240265e96927ca6
Signed-off-by: Deokhyun Kim <dukan.kim@samsung.com>
src/bluetooth-device.c
patch
|
blob
|
history
diff --git
a/src/bluetooth-device.c
b/src/bluetooth-device.c
index 08a2bcda5665a13eab4b888a14b31f548b8769bc..9ac9035ab16d7fed7a72f64ac22a56af199be9be 100644
(file)
--- a/
src/bluetooth-device.c
+++ b/
src/bluetooth-device.c
@@
-802,7
+802,7
@@
int bt_device_get_att_mtu(const char *remote_address, unsigned int *mtu)
}
-int bt_device_get_id
a
(const char *remote_rpa, char **id_address)
+int bt_device_get_id
_address
(const char *remote_rpa, char **id_address)
{
bluetooth_device_address_t id_addr = { {0} };
bluetooth_device_address_t addr_hex = { {0,} };