Searched refs:BTA_SUCCESS (Results 1 – 10 of 10) sorted by relevance
32 if (BTA_EnableBluetooth(btc_dm_sec_evt) != BTA_SUCCESS) { in btc_enable_bluetooth()42 if (BTA_DisableBluetooth() != BTA_SUCCESS) { in btc_disable_bluetooth()
399 case BTA_SUCCESS: in btc_bta_status_to_esp_status()
115 if (status == BTA_SUCCESS) { in btc_enable_bluetooth_evt()323 if (BTA_DmRemoveDevice(bd_addr, BT_TRANSPORT_BR_EDR) == BTA_SUCCESS) { in btc_dm_link_up_evt()773 if (p_data->enable.status == BTA_SUCCESS) { in btc_dm_sec_cb_handler()
1832 result = BTA_SUCCESS; in bta_dm_di_disc()2077 p_msg->disc_result.result.disc_res.result = BTA_SUCCESS; in bta_dm_sdp_result()2721 p_msg->disc_result.result.disc_res.result = BTA_SUCCESS; in bta_dm_discover_device()3351 sec_event.enable.status = BTA_SUCCESS; in bta_dm_local_name_cback()4020 sec_event.bond_cancel_cmpl.result = BTA_SUCCESS; in bta_dm_bond_cancel_complete_cback()4068 tBTA_STATUS status = BTA_SUCCESS; in bta_dm_set_eir()4566 tBTA_STATUS bta_status = BTA_SUCCESS; in bta_dm_encrypt_cback()5117 status = BTA_SUCCESS; in bta_dm_ble_set_scan_fil_params()5280 status = (status == BTM_CMD_STARTED ? BTA_SUCCESS : BTA_FAILURE); in bta_dm_ble_observe()5292 status = (status == BTM_CMD_STARTED ? BTA_SUCCESS : BTA_FAILURE); in bta_dm_ble_observe()[all …]
83 return BTA_SUCCESS; in BTA_EnableBluetooth()111 return BTA_SUCCESS; in BTA_DisableBluetooth()133 return BTA_SUCCESS; in BTA_EnableTestMode()913 return BTA_SUCCESS; in BTA_DmRemoveDevice()1019 status = BTA_SUCCESS; in BTA_DmSetLocalDiRecord()1044 status = BTA_SUCCESS; in BTA_DmRemoveLocalDiRecord()
102 return BTA_SUCCESS; in BTA_HfClientEnable()
79 return BTA_SUCCESS; in BTA_AgEnable()
479 if (p_data->p_data->disc_res.result == BTA_SUCCESS) { in btc_gap_bt_search_services()536 if ((p_data->disc_res.result == BTA_SUCCESS) && (p_data->disc_res.num_uuids > 0)) { in bte_dm_search_services_evt()566 if (p_src_data->p_data->disc_res.result == BTA_SUCCESS) { in search_services_copy_cb()643 if(BTA_DmRemoveDevice(bd_addr, BT_TRANSPORT_BR_EDR) == BTA_SUCCESS){ in btc_gap_bt_remove_bond_device()
43 #define BTA_SUCCESS 0 /* Successful operation. */ macro768 #define BTA_DM_SEC_GRANTED BTA_SUCCESS
705 if ((p_av->start.status == BTA_SUCCESS) && (p_av->start.suspending == TRUE)) { in btc_av_state_opened_handler()