Home
last modified time | relevance | path

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

12

/packages/modules/Bluetooth/system/bta/include/
Dbta_api_data_types.h42 } tBTA_STATUS; typedef
44 inline std::string bta_status_text(const tBTA_STATUS& status) { in bta_status_text()
68 struct formatter<tBTA_STATUS> : enum_formatter<tBTA_STATUS> {};
Dbta_sec_api.h217 tBTA_STATUS result; /* true of bond cancel succeeded, false if failed. */
256 tBTA_STATUS result);
356 tBTA_STATUS BTA_DmRemoveDevice(const RawAddress& bd_addr);
Dbta_api.h292 tBTA_STATUS result);
309 tBTA_STATUS status);
569 tBTA_STATUS BTA_DmGetCachedRemoteName(const RawAddress& remote_device,
592 tBTA_STATUS BTA_DmSetLocalDiRecord(tSDP_DI_RECORD* p_device_info,
Dbta_hf_client_api.h304 tBTA_STATUS BTA_HfClientEnable(tBTA_HF_CLIENT_CBACK* p_cback,
Dbta_ag_api.h514 tBTA_STATUS BTA_AgEnable(tBTA_AG_CBACK* p_cback);
/packages/modules/Bluetooth/system/bta/test/
Dbta_disc_test.cc198 [](RawAddress, const std::vector<bluetooth::Uuid>&, tBTA_STATUS) {}}, in TEST_F() argument
222 [](RawAddress addr, const std::vector<bluetooth::Uuid>&, tBTA_STATUS) { in TEST_F_WITH_FLAGS() argument
298 [](RawAddress addr, const std::vector<bluetooth::Uuid>&, tBTA_STATUS) { in TEST_F_WITH_FLAGS() argument
309 [](RawAddress addr, const std::vector<bluetooth::Uuid>&, tBTA_STATUS) { in TEST_F_WITH_FLAGS() argument
357 [](RawAddress addr, const std::vector<bluetooth::Uuid>&, tBTA_STATUS) { in TEST_F_WITH_FLAGS() argument
368 [](RawAddress addr, const std::vector<bluetooth::Uuid>&, tBTA_STATUS) { in TEST_F_WITH_FLAGS() argument
Dbta_api_test.cc39 std::vector<std::pair<tBTA_STATUS, std::string>> statuses = { in TEST_F()
53 bta_status_text(static_cast<tBTA_STATUS>( in TEST_F()
Dbta_dm_test.cc176 tBTA_STATUS result;
182 tBTA_STATUS result) { in BTA_DM_ENCRYPT_CBACK()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_disc_int.h64 tBTA_STATUS result;
127 void bta_dm_sdp_finished(RawAddress bda, tBTA_STATUS result,
130 void bta_dm_gatt_finished(RawAddress bda, tBTA_STATUS result,
Dbta_dm_api.cc143 tBTA_STATUS BTA_DmSetLocalDiRecord(tSDP_DI_RECORD* p_device_info, in BTA_DmSetLocalDiRecord()
145 tBTA_STATUS status = BTA_FAILURE; in BTA_DmSetLocalDiRecord()
Dbta_dm_disc_sdp.cc287 tBTA_STATUS result = BTA_SUCCESS; in bta_dm_sdp_result()
290 result = static_cast<tBTA_STATUS>((3 + sdp_state->peer_scn)); in bta_dm_sdp_result()
Dbta_dm_disc_int_legacy.h115 tBTA_STATUS result;
Dbta_dm_sec_api.cc156 tBTA_STATUS BTA_DmRemoveDevice(const RawAddress& bd_addr) { in BTA_DmRemoveDevice()
Dbta_dm_disc.cc258 void bta_dm_sdp_finished(RawAddress bda, tBTA_STATUS result, in bta_dm_sdp_finished()
546 void bta_dm_gatt_finished(RawAddress bda, tBTA_STATUS result, in bta_dm_gatt_finished()
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_dm_api.h410 static tBTA_STATUS return_value;
411 std::function<tBTA_STATUS(const RawAddress& bd_addr)> body{
413 tBTA_STATUS operator()(const RawAddress& bd_addr) { return body(bd_addr); }; in operator()
528 static tBTA_STATUS return_value;
529 std::function<tBTA_STATUS(tSDP_DI_RECORD* p_device_info, uint32_t* p_handle)>
533 tBTA_STATUS operator()(tSDP_DI_RECORD* p_device_info, uint32_t* p_handle) { in operator()
Dmock_bta_dm_api.cc97 tBTA_STATUS BTA_DmRemoveDevice::return_value = BTA_SUCCESS;
98 tBTA_STATUS BTA_DmSetLocalDiRecord::return_value = BTA_SUCCESS;
238 tBTA_STATUS BTA_DmRemoveDevice(const RawAddress& bd_addr) { in BTA_DmRemoveDevice()
287 tBTA_STATUS BTA_DmSetLocalDiRecord(tSDP_DI_RECORD* p_device_info, in BTA_DmSetLocalDiRecord()
Dmock_bta_hf_client_api.cc29 tBTA_STATUS BTA_HfClientEnable(tBTA_HF_CLIENT_CBACK* /* p_cback */, in BTA_HfClientEnable()
Dmock_bta_ag_api.cc33 tBTA_STATUS BTA_AgEnable(tBTA_AG_CBACK* /* p_cback */) { in BTA_AgEnable()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_hf_client_service_test.cc24 tBTA_STATUS BTA_HfClientEnable(tBTA_HF_CLIENT_CBACK* p_cback, in BTA_HfClientEnable()
Dbtif_dm_test.cc55 tBTM_CONTRL_STATE ctrl_state, tBTA_STATUS status);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_util.cc70 tBTA_STATUS result) { in btif_gatt_set_encryption_cb()
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_api.cc63 tBTA_STATUS BTA_HfClientEnable(tBTA_HF_CLIENT_CBACK* p_cback, in BTA_HfClientEnable()
Dbta_hf_client_int.h232 tBTA_STATUS bta_hf_client_api_enable(tBTA_HF_CLIENT_CBACK* p_cback,
/packages/modules/Bluetooth/system/main/
Dbte_conf.cc98 tBTA_STATUS status = BTA_DmSetLocalDiRecord(&record, &record_handle); in bte_load_did_conf()
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_api.cc63 tBTA_STATUS BTA_AgEnable(tBTA_AG_CBACK* p_cback) { in BTA_AgEnable()

12