OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTA_JV_SUCCESS
(Results
1 - 5
of
5
) sorted by null
/system/bt/bta/jv/
bta_jv_api.c
56
** Returns
BTA_JV_SUCCESS
if successful.
84
status =
BTA_JV_SUCCESS
;
172
** Returns
BTA_JV_SUCCESS
, if the request is being processed.
189
status =
BTA_JV_SUCCESS
;
205
** Returns
BTA_JV_SUCCESS
, if the request is being processed.
221
status =
BTA_JV_SUCCESS
;
236
** Returns
BTA_JV_SUCCESS
, if the request is being processed.
256
status =
BTA_JV_SUCCESS
;
270
** Returns
BTA_JV_SUCCESS
, if the request is being processed.
285
status =
BTA_JV_SUCCESS
;
[
all
...]
bta_jv_act.c
293
tBTA_JV_STATUS status =
BTA_JV_SUCCESS
;
307
return
BTA_JV_SUCCESS
;
343
if (
BTA_JV_SUCCESS
== status)
400
tBTA_JV_STATUS status =
BTA_JV_SUCCESS
;
444
** Returns
BTA_JV_SUCCESS
if cb has been freed correctly,
518
status =
BTA_JV_SUCCESS
;
678
tBTA_JV_STATUS status =
BTA_JV_SUCCESS
;
897
status =
BTA_JV_SUCCESS
;
969
evt_data.status =
BTA_JV_SUCCESS
;
[
all
...]
/system/bt/btif/src/
btif_sock_l2cap.c
439
if (p_start->status !=
BTA_JV_SUCCESS
) {
468
if (p_init->status !=
BTA_JV_SUCCESS
) {
606
if (sock->fixed_chan && le_open->status ==
BTA_JV_SUCCESS
) {
611
} else if (!sock->fixed_chan && psm_open->status ==
BTA_JV_SUCCESS
) {
727
if (BTA_JvL2capReady(sock->handle, &count) ==
BTA_JV_SUCCESS
) {
728
if (BTA_JvL2capRead(sock->handle, sock->id, buffer, count) ==
BTA_JV_SUCCESS
) {
856
!=
BTA_JV_SUCCESS
)
864
!=
BTA_JV_SUCCESS
)
869
!=
BTA_JV_SUCCESS
)
924
(void*)sock->id) !=
BTA_JV_SUCCESS
)
[
all
...]
btif_sock_rfc.c
331
if (ret !=
BTA_JV_SUCCESS
) {
450
if (p_init->status ==
BTA_JV_SUCCESS
)
466
if (p_start->status ==
BTA_JV_SUCCESS
) {
506
if (p_open->status !=
BTA_JV_SUCCESS
) {
672
if (p_data->disc_comp.status ==
BTA_JV_SUCCESS
&& p_data->disc_comp.scn) {
675
if (BTA_JvRfcommConnect(slot->security, slot->role, p_data->disc_comp.scn, slot->addr.address, rfcomm_cback, (void *)(uintptr_t)slot->id) ==
BTA_JV_SUCCESS
) {
/system/bt/bta/include/
bta_jv_api.h
37
#define
BTA_JV_SUCCESS
0 /* Successful operation. */
440
** Returns
BTA_JV_SUCCESS
if successful.
497
** Returns
BTA_JV_SUCCESS
, if the request is being processed.
511
** Returns
BTA_JV_SUCCESS
, if the request is being processed.
526
** Returns
BTA_JV_SUCCESS
, if the request is being processed.
540
** Returns
BTA_JV_SUCCESS
, if the request is being processed.
552
** Returns
BTA_JV_SUCCESS
, if the request is being processed.
569
** Returns
BTA_JV_SUCCESS
, if the request is being processed.
589
** Returns
BTA_JV_SUCCESS
, if the request is being processed.
604
** Returns
BTA_JV_SUCCESS
, if the request is being processed
[
all
...]
Completed in 1216 milliseconds