OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTA_HD_APP_PROVIDER_LEN
(Results
1 - 2
of
2
) sorted by null
/system/bt/bta/hd/
bta_hd_int.h
68
#define
BTA_HD_APP_PROVIDER_LEN
50
82
char provider[
BTA_HD_APP_PROVIDER_LEN
+ 1];
bta_hd_api.cc
122
strncpy(p_buf->provider, p_app_info->p_provider,
BTA_HD_APP_PROVIDER_LEN
);
123
p_buf->provider[
BTA_HD_APP_PROVIDER_LEN
] = '\0';
Completed in 56 milliseconds