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 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/bta/include/
bta_ag_api.h
61
#define
BTA_AG_SUCCESS
0 /* Connection successfully opened */
/external/bluetooth/bluedroid/bta/ag/
bta_ag_act.c
142
reg.status =
BTA_AG_SUCCESS
;
518
bta_ag_cback_open(p_scb, NULL,
BTA_AG_SUCCESS
);
/external/bluetooth/bluedroid/btif/src/
btif_hf.c
269
if (p_data->open.status ==
BTA_AG_SUCCESS
)
292
if (p_data->open.status !=
BTA_AG_SUCCESS
)
[
all
...]
Completed in 1622 milliseconds