OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTA_AG_AT_MAX_LEN
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/bta/include/
bta_ag_api.h
197
#ifndef
BTA_AG_AT_MAX_LEN
198
#define
BTA_AG_AT_MAX_LEN
256
211
char str[
BTA_AG_AT_MAX_LEN
+1];
290
char str[
BTA_AG_AT_MAX_LEN
+1];
/external/bluetooth/bluedroid/bta/ag/
bta_ag_cmd.c
332
char buf[
BTA_AG_AT_MAX_LEN
+ 16];
402
char buf[
BTA_AG_AT_MAX_LEN
* BTA_AG_AT_MULTI_LEN + 16];
715
char trim_data[
BTA_AG_AT_MAX_LEN
];
737
BCM_STRNCPY_S(unat_result,
BTA_AG_AT_MAX_LEN
+1, trim_data,str_leng+1);
834
BCM_STRNCPY_S(val.str, sizeof(val.str), p_arg,
BTA_AG_AT_MAX_LEN
);
835
val.str[
BTA_AG_AT_MAX_LEN
] = 0;
869
BCM_STRNCPY_S(val.str, sizeof(val.str), p_arg,
BTA_AG_AT_MAX_LEN
);
870
val.str[
BTA_AG_AT_MAX_LEN
] = 0;
[
all
...]
bta_ag_int.h
243
char clip[
BTA_AG_AT_MAX_LEN
+1]; /* number string used for CLIP */
/external/bluetooth/bluedroid/include/
bt_target.h
326
#ifndef
BTA_AG_AT_MAX_LEN
327
#define
BTA_AG_AT_MAX_LEN
512
[
all
...]
/external/bluetooth/bluedroid/btif/src/
btif_hf.c
810
strncpy(ag_res.str, rsp,
BTA_AG_AT_MAX_LEN
);
[
all
...]
Completed in 225 milliseconds