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

  /external/bluetooth/bluedroid/bta/dm/
bta_dm_api.c 87 return BTA_SUCCESS;
118 return BTA_SUCCESS;
141 return BTA_SUCCESS;
370 return (BTA_SUCCESS);
773 return BTA_SUCCESS;
    [all...]
bta_dm_act.c     [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_api.c 55 ** Returns BTA_SUCCESS if OK, BTA_FAILURE otherwise.
86 return BTA_SUCCESS;
  /external/bluetooth/bluedroid/btif/src/
btif_dm.c 518 if(remove_hid_bond(bd_addr) != BTA_SUCCESS)
524 if (BTA_DmRemoveDevice((UINT8 *)bd_addr->address) == BTA_SUCCESS)
591 if (p_src_data->disc_res.result == BTA_SUCCESS)
    [all...]
btif_gatt_util.c 332 if (result == BTA_SUCCESS)
btif_core.c 605 if (status == BTA_SUCCESS)
676 if (status != BTA_SUCCESS)
    [all...]
btif_av.c 488 if ((p_av->start.status == BTA_SUCCESS) && (p_av->start.suspending == TRUE))
    [all...]
  /external/bluetooth/bluedroid/main/
bte_conf.c 443 if (BTA_DmSetLocalDiRecord(&rec, &rec_num) != BTA_SUCCESS) {
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 43 #define BTA_SUCCESS 0 /* Successful operation. */
595 #define BTA_DM_SEC_GRANTED BTA_SUCCESS
    [all...]

Completed in 1679 milliseconds