HomeSort by relevance Sort by last modified time
    Searched refs:BTA_JV_SUCCESS (Results 1 - 5 of 5) sorted by null

  /system/bt/bta/jv/
bta_jv_api.cc 53 * Returns BTA_JV_SUCCESS if successful.
78 status = BTA_JV_SUCCESS;
146 * Returns BTA_JV_SUCCESS, if the request is being processed.
171 return BTA_JV_SUCCESS;
184 * Returns BTA_JV_SUCCESS, if the request is being processed.
200 return BTA_JV_SUCCESS;
212 * Returns BTA_JV_SUCCESS, if the request is being processed.
233 return BTA_JV_SUCCESS;
244 * Returns BTA_JV_SUCCESS, if the request is being processed.
259 return BTA_JV_SUCCESS;
    [all...]
bta_jv_act.cc 257 tBTA_JV_STATUS status = BTA_JV_SUCCESS;
271 if (p_cb->curr_sess <= 0) return BTA_JV_SUCCESS;
314 if (BTA_JV_SUCCESS == status) {
366 tBTA_JV_STATUS status = BTA_JV_SUCCESS;
411 * Returns BTA_JV_SUCCESS if cb has been freed correctly,
483 status = BTA_JV_SUCCESS;
626 tBTA_JV_STATUS status = BTA_JV_SUCCESS;
836 status = BTA_JV_SUCCESS;
915 evt_data.status = BTA_JV_SUCCESS;
957 evt_data.l2c_open.status = BTA_JV_SUCCESS;
    [all...]
  /system/bt/btif/src/
btif_sock_l2cap.cc 397 if (p_start->status != BTA_JV_SUCCESS) {
426 if (p_init->status != BTA_JV_SUCCESS) {
586 if (sock->fixed_chan && le_open->status == BTA_JV_SUCCESS) {
591 } else if (!sock->fixed_chan && psm_open->status == BTA_JV_SUCCESS) {
715 if (BTA_JvL2capReady(sock->handle, &count) == BTA_JV_SUCCESS) {
717 BTA_JV_SUCCESS) {
842 sock->id) != BTA_JV_SUCCESS)
851 BTA_JV_SUCCESS)
855 BTA_JV_SUCCESS)
863 sock->id) != BTA_JV_SUCCESS)
    [all...]
btif_sock_rfc.cc 358 if (ret != BTA_JV_SUCCESS) {
477 if (p_init->status == BTA_JV_SUCCESS) {
490 if (p_start->status == BTA_JV_SUCCESS) {
526 if (p_open->status != BTA_JV_SUCCESS) {
552 if (p->status != BTA_JV_SUCCESS) {
708 if (p_data->disc_comp.status == BTA_JV_SUCCESS && p_data->disc_comp.scn) {
714 rfcomm_cback, slot->id) == BTA_JV_SUCCESS) {
  /system/bt/bta/include/
bta_jv_api.h 37 #define BTA_JV_SUCCESS 0 /* Successful operation. */
399 * Returns BTA_JV_SUCCESS if successful.
445 * Returns BTA_JV_SUCCESS, if the request is being processed.
458 * Returns BTA_JV_SUCCESS, if the request is being processed.
473 * Returns BTA_JV_SUCCESS, if the request is being processed.
488 * Returns BTA_JV_SUCCESS, if the request is being processed.
500 * Returns BTA_JV_SUCCESS, if the request is being processed.
517 * Returns BTA_JV_SUCCESS, if the request is being processed.
539 * Returns BTA_JV_SUCCESS, if the request is being processed.
557 * Returns BTA_JV_SUCCESS, if the request is being processed
    [all...]

Completed in 52 milliseconds