OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTA_AG_SUCCESS
(Results
1 - 4
of
4
) sorted by null
/system/bt/bta/ag/
bta_ag_act.c
141
reg.status =
BTA_AG_SUCCESS
;
529
bta_ag_cback_open(p_scb, NULL,
BTA_AG_SUCCESS
);
934
val.hdr.status =
BTA_AG_SUCCESS
;
bta_ag_cmd.c
[
all
...]
/system/bt/bta/include/
bta_ag_api.h
82
#define
BTA_AG_SUCCESS
0 /* Connection successfully opened */
/system/bt/btif/src/
btif_hf.c
419
if (p_data->open.status ==
BTA_AG_SUCCESS
)
445
if (p_data->open.status !=
BTA_AG_SUCCESS
)
629
if (p_data->val.hdr.status ==
BTA_AG_SUCCESS
)
637
if (p_data->val.hdr.status ==
BTA_AG_SUCCESS
)
[
all
...]
Completed in 46 milliseconds