Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hd/include/
Dbta_hd_int.h61 #define BTA_HD_APP_DESCRIPTION_LEN 50 macro
73 char description[BTA_HD_APP_DESCRIPTION_LEN + 1];
/hal_espressif-latest/components/bt/host/bluedroid/bta/hd/
Dbta_hd_api.c103 strncpy(p_buf->description, p_app_info->p_description, BTA_HD_APP_DESCRIPTION_LEN); in BTA_HdRegisterApp()
104 p_buf->description[BTA_HD_APP_DESCRIPTION_LEN] = '\0'; in BTA_HdRegisterApp()