Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h51 typedef UINT8 tBTA_STATUS; typedef
302 typedef void (tBTA_DM_CONFIG_EIR_CBACK) (tBTA_STATUS status, UINT8 eir_type_num, UINT8 *eir_type);
416 typedef void (tBTA_UPDATE_DUPLICATE_EXCEPTIONAL_LIST_CMPL_CBACK) (tBTA_STATUS status, uint8_t subco…
418 typedef void (tBTA_SET_ADV_DATA_CMPL_CBACK) (tBTA_STATUS status);
686 tBTA_STATUS status;
991 tBTA_STATUS result; /* TRUE of bond cancel succeeded, FALSE if failed. */
1048 UINT8 inst_id, void *p_ref, tBTA_STATUS status);
1062 tBTA_DM_BLE_PF_AVBL_SPACE avbl_space, tBTA_STATUS status,
1066 tBTA_DM_BLE_REF_VALUE ref_value, tBTA_STATUS status);
1069 typedef void (tBTA_DM_BLE_PF_STATUS_CBACK) (UINT8 action, tBTA_STATUS status,
[all …]
Dbta_hf_client_api.h291 tBTA_STATUS BTA_HfClientEnable(tBTA_HF_CLIENT_CBACK *p_cback);
Dbta_ag_api.h476 tBTA_STATUS BTA_AgEnable(tBTA_AG_PARSE_MODE parse_mode, tBTA_AG_CBACK *p_cback);
/hal_espressif-latest/components/bt/host/bluedroid/bta/hd/
Dbta_hd_main.c323 tBTA_STATUS bta_hd_bqb_set_local_di_record(void) in bta_hd_bqb_set_local_di_record()
325 tBTA_STATUS status = BTA_FAILURE; in bta_hd_bqb_set_local_di_record()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_api.c84 tBTA_STATUS BTA_HfClientEnable(tBTA_HF_CLIENT_CBACK *p_cback) in BTA_HfClientEnable()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_api.c58 tBTA_STATUS BTA_AgEnable(tBTA_AG_PARSE_MODE parse_mode, tBTA_AG_CBACK *p_cback) in BTA_AgEnable()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c61 tBTA_STATUS BTA_EnableBluetooth(tBTA_DM_SEC_CBACK *p_cback) in BTA_EnableBluetooth()
99 tBTA_STATUS BTA_DisableBluetooth(void) in BTA_DisableBluetooth()
124 tBTA_STATUS BTA_EnableTestMode(void) in BTA_EnableTestMode()
898 tBTA_STATUS BTA_DmRemoveDevice(BD_ADDR bd_addr, tBT_TRANSPORT transport) in BTA_DmRemoveDevice()
992 tBTA_STATUS BTA_DmSetLocalDiRecord( tBTA_DI_RECORD *p_device_info, in BTA_DmSetLocalDiRecord()
995 tBTA_STATUS status = BTA_FAILURE; in BTA_DmSetLocalDiRecord()
1035 tBTA_STATUS BTA_DmRemoveLocalDiRecord(UINT32 handle) in BTA_DmRemoveLocalDiRecord()
1037 tBTA_STATUS status = BTA_FAILURE; in BTA_DmRemoveLocalDiRecord()
Dbta_dm_act.c4068 tBTA_STATUS status = BTA_SUCCESS; in bta_dm_set_eir()
4566 tBTA_STATUS bta_status = BTA_SUCCESS; in bta_dm_encrypt_cback()
5107 tBTA_STATUS status = BTA_FAILURE; in bta_dm_ble_set_scan_fil_params()
5372 tBTA_STATUS status = BTA_FAILURE; in bta_dm_ble_set_adv_params_all()
5424 tBTA_STATUS status = BTA_FAILURE; in bta_dm_ble_set_adv_config()
5447 tBTA_STATUS status = BTA_FAILURE; in bta_dm_ble_set_long_adv()
5470 tBTA_STATUS status = BTA_FAILURE; in bta_dm_ble_set_adv_config_raw()
5494 tBTA_STATUS status = BTA_FAILURE; in bta_dm_ble_set_scan_rsp()
5517 tBTA_STATUS status = BTA_FAILURE; in bta_dm_ble_set_scan_rsp_raw()
5596 tBTA_STATUS status = BTA_FAILURE; in bta_dm_ble_broadcast()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c333 static void btc_adv_data_callback(tBTA_STATUS status) in btc_adv_data_callback()
352 static void btc_scan_rsp_data_callback(tBTA_STATUS status) in btc_scan_rsp_data_callback()
371 static void btc_adv_data_raw_callback(tBTA_STATUS status) in btc_adv_data_raw_callback()
390 static void btc_scan_rsp_data_raw_callback(tBTA_STATUS status) in btc_scan_rsp_data_raw_callback()
492 void btc_update_duplicate_exceptional_list_callback(tBTA_STATUS status, uint8_t subcode, uint32_t l… in btc_update_duplicate_exceptional_list_callback()
749 static void btc_stop_scan_callback(tBTA_STATUS status) in btc_stop_scan_callback()
923 static void btc_set_encryption_callback(BD_ADDR bd_addr, tBTA_TRANSPORT transport, tBTA_STATUS enc_… in btc_set_encryption_callback()
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_dm.c113 static void btc_enable_bluetooth_evt(tBTA_STATUS status) in btc_enable_bluetooth_evt()