OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLUEZ_PATH
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/btif/include/
btif_config_util.h
38
#define
BLUEZ_PATH
"/data/misc/bluetoothd/"
/external/bluetooth/bluedroid/btif/src/
btif_config_util.cpp
498
if((dirp = opendir(
BLUEZ_PATH
)) != NULL)
505
snprintf(adapter_path, size, "%s%s",
BLUEZ_PATH
, dptr->d_name);
btif_config.c
609
rename(
BLUEZ_PATH
, BLUEZ_PATH_BAK);
Completed in 97 milliseconds