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

  /system/bt/main/
bte_conf.c 102 if (status != BTA_SUCCESS) {
  /system/bt/bta/ag/
bta_ag_api.c 54 ** Returns BTA_SUCCESS if OK, BTA_FAILURE otherwise.
83 return BTA_SUCCESS;
  /system/bt/bta/hf_client/
bta_hf_client_api.c 56 ** Returns BTA_SUCCESS if OK, BTA_FAILURE otherwise.
79 return BTA_SUCCESS;
  /system/bt/bta/dm/
bta_dm_api.c 84 return BTA_SUCCESS;
115 return BTA_SUCCESS;
138 return BTA_SUCCESS;
577 return BTA_SUCCESS;
652 ** Returns BTA_SUCCESS if record set sucessfully, otherwise error code.
671 status = BTA_SUCCESS;
714 ** Returns BTA_SUCCESS if successful
    [all...]
bta_dm_act.c     [all...]
  /system/bt/btif/src/
btif_gatt_util.c 301 if (result != BTA_SUCCESS && result != BTA_BUSY)
btif_dm.c 817 if (p_src_data->disc_res.result == BTA_SUCCESS)
    [all...]
btif_av.c 616 if ((p_av->start.status == BTA_SUCCESS) && (p_av->start.suspending == TRUE))
    [all...]
btif_core.c 507 if (status == BTA_SUCCESS)
    [all...]
  /system/bt/bta/include/
bta_api.h 42 #define BTA_SUCCESS 0 /* Successful operation. */
    [all...]

Completed in 90 milliseconds