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];
302
char str[
BTA_AG_AT_MAX_LEN
+1];
/external/bluetooth/bluedroid/bta/ag/
bta_ag_cmd.c
335
char buf[
BTA_AG_AT_MAX_LEN
+ 16];
405
char buf[
BTA_AG_AT_MAX_LEN
* BTA_AG_AT_MULTI_LEN + 16];
719
char trim_data[
BTA_AG_AT_MAX_LEN
];
741
BCM_STRNCPY_S(unat_result,
BTA_AG_AT_MAX_LEN
+1, trim_data,str_leng+1);
838
BCM_STRNCPY_S(val.str, sizeof(val.str), p_arg,
BTA_AG_AT_MAX_LEN
);
839
val.str[
BTA_AG_AT_MAX_LEN
] = 0;
874
BCM_STRNCPY_S(val.str, sizeof(val.str), p_arg,
BTA_AG_AT_MAX_LEN
);
875
val.str[
BTA_AG_AT_MAX_LEN
] = 0;
[
all
...]
bta_ag_int.h
251
char clip[
BTA_AG_AT_MAX_LEN
+1]; /* number string used for CLIP */
/external/bluetooth/bluedroid/include/
bt_target.h
238
#ifndef
BTA_AG_AT_MAX_LEN
239
#define
BTA_AG_AT_MAX_LEN
512
[
all
...]
/external/bluetooth/bluedroid/btif/src/
btif_hf.c
[
all
...]
Completed in 617 milliseconds