OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bd_addr_str
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/btif/src/
btif_gatt_util.c
311
char
bd_addr_str
[18] = {0};
local
312
bd2str(&bda, &
bd_addr_str
);
314
if (!btif_config_get_int("Remote",
bd_addr_str
, "DevType", device_type))
317
if (!btif_config_get_int("Remote",
bd_addr_str
, "AddrType", addr_type))
320
ALOGD("%s: Device [%s] type %d, addr. type %d", __FUNCTION__,
bd_addr_str
, *device_type, *addr_type);
btif_gatt_client.c
1150
char
bd_addr_str
[18] = {0};
local
[
all
...]
Completed in 163 milliseconds