Searched refs:BT_ADDR_FILE (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/ |
| H A D | rtb_fwc.c | 42 #define BT_ADDR_FILE "/opt/bdaddr" macro 988 if (stat(BT_ADDR_FILE, &st) < 0) { in rtb_read_config() 990 BT_ADDR_FILE); in rtb_read_config() 1000 fd = open(BT_ADDR_FILE, O_RDONLY); in rtb_read_config() 1002 RS_INFO("Couldnt open BT MAC file %s, %s", BT_ADDR_FILE, in rtb_read_config() 1016 BT_ADDR_FILE, strerror(errno)); in rtb_read_config()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/ |
| H A D | hciattach_rtk.c | 70 #define BT_ADDR_FILE "/opt/bdaddr" macro 2283 if (stat(BT_ADDR_FILE, &st) < 0) { in rtk_get_bt_config() 2285 BT_ADDR_FILE); in rtk_get_bt_config() 2299 fd = open(BT_ADDR_FILE, O_RDONLY); in rtk_get_bt_config() 2301 RS_ERR("Couldnt open BT MAC file %s, %s", BT_ADDR_FILE, in rtk_get_bt_config() 2309 BT_ADDR_FILE, strerror(errno)); in rtk_get_bt_config()
|