/packages/modules/Bluetooth/system/bta/include/ |
D | bta_api_data_types.h | 42 } 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> {};
|
D | bta_sec_api.h | 217 tBTA_STATUS result; /* true of bond cancel succeeded, false if failed. */ 256 tBTA_STATUS result); 356 tBTA_STATUS BTA_DmRemoveDevice(const RawAddress& bd_addr);
|
D | bta_api.h | 292 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,
|
D | bta_hf_client_api.h | 304 tBTA_STATUS BTA_HfClientEnable(tBTA_HF_CLIENT_CBACK* p_cback,
|
D | bta_ag_api.h | 514 tBTA_STATUS BTA_AgEnable(tBTA_AG_CBACK* p_cback);
|
/packages/modules/Bluetooth/system/bta/test/ |
D | bta_disc_test.cc | 198 [](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
|
D | bta_api_test.cc | 39 std::vector<std::pair<tBTA_STATUS, std::string>> statuses = { in TEST_F() 53 bta_status_text(static_cast<tBTA_STATUS>( in TEST_F()
|
D | bta_dm_test.cc | 176 tBTA_STATUS result; 182 tBTA_STATUS result) { in BTA_DM_ENCRYPT_CBACK()
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_disc_int.h | 64 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,
|
D | bta_dm_api.cc | 143 tBTA_STATUS BTA_DmSetLocalDiRecord(tSDP_DI_RECORD* p_device_info, in BTA_DmSetLocalDiRecord() 145 tBTA_STATUS status = BTA_FAILURE; in BTA_DmSetLocalDiRecord()
|
D | bta_dm_disc_sdp.cc | 287 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()
|
D | bta_dm_disc_int_legacy.h | 115 tBTA_STATUS result;
|
D | bta_dm_sec_api.cc | 156 tBTA_STATUS BTA_DmRemoveDevice(const RawAddress& bd_addr) { in BTA_DmRemoveDevice()
|
D | bta_dm_disc.cc | 258 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/ |
D | mock_bta_dm_api.h | 410 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()
|
D | mock_bta_dm_api.cc | 97 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()
|
D | mock_bta_hf_client_api.cc | 29 tBTA_STATUS BTA_HfClientEnable(tBTA_HF_CLIENT_CBACK* /* p_cback */, in BTA_HfClientEnable()
|
D | mock_bta_ag_api.cc | 33 tBTA_STATUS BTA_AgEnable(tBTA_AG_CBACK* /* p_cback */) { in BTA_AgEnable()
|
/packages/modules/Bluetooth/system/btif/test/ |
D | btif_hf_client_service_test.cc | 24 tBTA_STATUS BTA_HfClientEnable(tBTA_HF_CLIENT_CBACK* p_cback, in BTA_HfClientEnable()
|
D | btif_dm_test.cc | 55 tBTM_CONTRL_STATE ctrl_state, tBTA_STATUS status);
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_util.cc | 70 tBTA_STATUS result) { in btif_gatt_set_encryption_cb()
|
/packages/modules/Bluetooth/system/bta/hf_client/ |
D | bta_hf_client_api.cc | 63 tBTA_STATUS BTA_HfClientEnable(tBTA_HF_CLIENT_CBACK* p_cback, in BTA_HfClientEnable()
|
D | bta_hf_client_int.h | 232 tBTA_STATUS bta_hf_client_api_enable(tBTA_HF_CLIENT_CBACK* p_cback,
|
/packages/modules/Bluetooth/system/main/ |
D | bte_conf.cc | 98 tBTA_STATUS status = BTA_DmSetLocalDiRecord(&record, &record_handle); in bte_load_did_conf()
|
/packages/modules/Bluetooth/system/bta/ag/ |
D | bta_ag_api.cc | 63 tBTA_STATUS BTA_AgEnable(tBTA_AG_CBACK* p_cback) { in BTA_AgEnable()
|