Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/
H A Dhciattach_rtk.c2271 size_t tlength; in rtk_get_bt_config() local
2354 tlength = filelen; in rtk_get_bt_config()
2356 tlength += 9; in rtk_get_bt_config()
2364 tlength += 7; in rtk_get_bt_config()
2366 tlength += 4; in rtk_get_bt_config()
2369 if ((*config_buf = malloc(tlength)) == NULL) { in rtk_get_bt_config()
2370 RS_DBG("Couldnt malloc buffer for config (%zd)\n", tlength); in rtk_get_bt_config()