Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_main.c32 if (BTA_EnableBluetooth(btc_dm_sec_evt) != BTA_SUCCESS) { in btc_enable_bluetooth()
42 if (BTA_DisableBluetooth() != BTA_SUCCESS) { in btc_disable_bluetooth()
Dbtc_util.c399 case BTA_SUCCESS: in btc_bta_status_to_esp_status()
Dbtc_dm.c115 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()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c1832 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 …]
Dbta_dm_api.c83 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()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_api.c102 return BTA_SUCCESS; in BTA_HfClientEnable()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_api.c79 return BTA_SUCCESS; in BTA_AgEnable()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_bt.c479 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()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h43 #define BTA_SUCCESS 0 /* Successful operation. */ macro
768 #define BTA_DM_SEC_GRANTED BTA_SUCCESS
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_av.c705 if ((p_av->start.status == BTA_SUCCESS) && (p_av->start.suspending == TRUE)) { in btc_av_state_opened_handler()