HomeSort by relevance Sort by last modified time
    Searched refs:adapter_path (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/btif/include/
btif_config_util.h 55 int load_bluez_adapter_info(char* adapter_path, int size);
56 int load_bluez_linkkeys(const char* adapter_path);
  /external/bluetooth/bluedroid/btif/src/
btif_config_util.cpp 458 static int load_bluez_cfg_value(const char* adapter_path, const char* file_name)
466 snprintf(path, sizeof(path), "%s/%s", adapter_path, file_name);
493 int load_bluez_adapter_info(char* adapter_path, int size)
505 snprintf(adapter_path, size, "%s%s", BLUEZ_PATH, dptr->d_name);
507 load_bluez_cfg_value(adapter_path, BLUEZ_CONFIG);
524 static int load_bluez_dev_value(const char* adapter_path, const char* bd_addr,
535 snprintf(path, sizeof(path), "%s/%s", adapter_path, file_name);
587 int load_bluez_linkkeys(const char* adapter_path)
594 snprintf(path, sizeof(path), "%s/%s", adapter_path, BLUEZ_LINKKEY);
636 if(load_bluez_dev_value(adapter_path, addr
    [all...]
btif_config.c 599 char adapter_path[256]; local
600 if(load_bluez_adapter_info(adapter_path, sizeof(adapter_path)))
602 if(load_bluez_linkkeys(adapter_path))

Completed in 27 milliseconds