Home
last modified time | relevance | path

Searched refs:BTA_SUCCESS (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/core/
Dbtc_main.c40 if (BTA_EnableBluetooth(btc_dm_sec_evt) != BTA_SUCCESS) { in btc_enable_bluetooth()
50 if (BTA_DisableBluetooth() != BTA_SUCCESS) { in btc_disable_bluetooth()
Dbtc_dm.c120 if (status == BTA_SUCCESS) { in btc_enable_bluetooth_evt()
316 if (BTA_DmRemoveDevice(bd_addr, BT_TRANSPORT_BR_EDR) == BTA_SUCCESS) { in btc_dm_link_up_evt()
655 if (p_data->enable.status == BTA_SUCCESS) { in btc_dm_sec_cb_handler()
Dbtc_util.c400 case BTA_SUCCESS: in btc_bta_status_to_esp_status()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c1737 result = BTA_SUCCESS; in bta_dm_di_disc()
1982 p_msg->disc_result.result.disc_res.result = BTA_SUCCESS; in bta_dm_sdp_result()
2632 p_msg->disc_result.result.disc_res.result = BTA_SUCCESS; in bta_dm_discover_device()
3273 sec_event.enable.status = BTA_SUCCESS; in bta_dm_local_name_cback()
3907 sec_event.bond_cancel_cmpl.result = BTA_SUCCESS; in bta_dm_bond_cancel_complete_cback()
3955 tBTA_STATUS status = BTA_SUCCESS; in bta_dm_set_eir()
4419 tBTA_STATUS bta_status = BTA_SUCCESS; in bta_dm_encrypt_cback()
4958 status = BTA_SUCCESS; in bta_dm_ble_set_scan_fil_params()
5121 status = (status == BTM_CMD_STARTED ? BTA_SUCCESS : BTA_FAILURE); in bta_dm_ble_observe()
5133 status = (status == BTM_CMD_STARTED ? BTA_SUCCESS : BTA_FAILURE); in bta_dm_ble_observe()
[all …]
Dbta_dm_api.c82 return BTA_SUCCESS; in BTA_EnableBluetooth()
110 return BTA_SUCCESS; in BTA_DisableBluetooth()
132 return BTA_SUCCESS; in BTA_EnableTestMode()
801 return BTA_SUCCESS; in BTA_DmRemoveDevice()
893 status = BTA_SUCCESS; in BTA_DmSetLocalDiRecord()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_bt.c487 if (p_data->p_data->disc_res.result == BTA_SUCCESS) { in btc_gap_bt_search_services()
544 if ((p_data->disc_res.result == BTA_SUCCESS) && (p_data->disc_res.num_uuids > 0)) { in bte_dm_search_services_evt()
574 if (p_src_data->p_data->disc_res.result == BTA_SUCCESS) { in search_services_copy_cb()
649 if(BTA_DmRemoveDevice(bd_addr, BT_TRANSPORT_BR_EDR) == BTA_SUCCESS){ in btc_gap_bt_remove_bond_device()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_api.c101 return BTA_SUCCESS; in BTA_HfClientEnable()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_api.c79 return BTA_SUCCESS; in BTA_AgEnable()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h43 #define BTA_SUCCESS 0 /* Successful operation. */ macro
746 #define BTA_DM_SEC_GRANTED BTA_SUCCESS
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_av.c635 if ((p_av->start.status == BTA_SUCCESS) && (p_av->start.suspending == TRUE)) { in btc_av_state_opened_handler()