Home
last modified time | relevance | path

Searched refs:RTKBT_CONF_FILE (Results 1 – 2 of 2) sorted by relevance

/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/
Dbt_vendor_rtk.c85 #define RTKBT_CONF_FILE "/vendor/etc/bluetooth/rtkbt.conf" macro
224 FILE *fp = fopen(RTKBT_CONF_FILE, "rt"); in load_rtkbt_conf()
227 HILOGE("%s unable to open file '%s': %s", __func__, RTKBT_CONF_FILE, in load_rtkbt_conf()
321 FILE *fp = fopen(RTKBT_CONF_FILE, "rt"); in load_rtkbt_stack_conf()
324 HILOGE("%s unable to open file '%s': %s", __func__, RTKBT_CONF_FILE, in load_rtkbt_stack_conf()
/device/board/unionman/unionpi_tiger/hardware/bt/src/
Dbt_vendor_rtk.c78 #define RTKBT_CONF_FILE "/vendor/etc/bluetooth/rtkbt.conf" macro
244 FILE *fp = fopen(RTKBT_CONF_FILE, "rt"); in load_rtkbt_conf()
246 HILOGE("%s unable to open file '%s': %s", __func__, RTKBT_CONF_FILE, strerror(errno)); in load_rtkbt_conf()
300 FILE *fp = fopen(RTKBT_CONF_FILE, "rt"); in load_rtkbt_stack_conf()
302 HILOGE("%s unable to open file '%s': %s", __func__, RTKBT_CONF_FILE, strerror(errno)); in load_rtkbt_stack_conf()