Home
last modified time | relevance | path

Searched refs:Mode (Results 1 – 25 of 38) sorted by relevance

12

/system/bt/service/common/bluetooth/
Dadvertise_settings.h31 enum Mode { enum
64 AdvertiseSettings(Mode mode, base::TimeDelta timeout,
75 Mode mode() const { return mode_; } in mode()
90 Mode mode_;
Dscan_settings.h29 enum Mode { enum
116 ScanSettings(Mode mode, CallbackTypeBitField callback_type,
122 Mode mode() const { return mode_; } in mode()
123 void set_mode(Mode mode) { mode_ = mode; } in set_mode()
153 Mode mode_;
Dadvertise_settings.cc21 AdvertiseSettings::AdvertiseSettings(Mode mode, base::TimeDelta timeout, in AdvertiseSettings()
Dscan_settings.cc27 ScanSettings::ScanSettings(Mode mode, CallbackTypeBitField callback_type, in ScanSettings()
/system/bt/main/shim/
Dlink_policy.cc132 if (p_acl->policy.Mode() == new_mode.mode) { in BTM_SetPowerMode()
134 power_mode_state_text(p_acl->policy.Mode()).c_str(), in BTM_SetPowerMode()
135 p_acl->policy.Mode()); in BTM_SetPowerMode()
143 power_mode_state_text(p_acl->policy.Mode()).c_str(), in BTM_SetPowerMode()
144 p_acl->policy.Mode(), power_mode_state_text(new_mode.mode).c_str(), in BTM_SetPowerMode()
195 power_mode_state_text(p_acl->policy.Mode()).c_str(), in btm_pm_on_mode_change()
196 p_acl->policy.Mode(), in btm_pm_on_mode_change()
200 power_mode_state_text(p_acl->policy.Mode()).c_str(), in btm_pm_on_mode_change()
201 p_acl->policy.Mode(), power_mode_state_text(new_mode).c_str(), in btm_pm_on_mode_change()
Dhelpers.h238 inline tHCI_MODE ToLegacyHciMode(const hci::Mode& mode) { in ToLegacyHciMode()
/system/core/libprocessgroup/profiles/
Dcgroups.proto31 string mode = 3 [json_name = "Mode"];
44 string mode = 2 [json_name = "Mode"];
/system/bt/doc/
Dpts_guide.md1 # Fluoride Bluetooth Profile Tuning Suite (PTS) Test Mode
7 ## PTS Test Mode system property
/system/bt/service/common/android/bluetooth/
Dadvertise_settings.cc43 mode_ = static_cast<AdvertiseSettings::Mode>(value); in readFromParcel()
Dscan_settings.cc54 mode_ = static_cast<ScanSettings::Mode>(value); in readFromParcel()
/system/bt/gd/l2cap/classic/
Dlink_property_listener.h79 …virtual void OnModeChange(hci::ErrorCode hci_status, hci::Address remote, hci::Mode mode, uint16_t… in OnModeChange()
/system/sepolicy/prebuilts/api/29.0/private/
Dapp.te1 # Allow apps to read the Test Harness Mode property. This property is used in
Dadbd.te96 # Read whether or not Test Harness Mode is enabled
/system/bt/gd/hci/acl_manager/
Dconnection_management_callbacks.h41 virtual void OnModeChange(ErrorCode status, Mode current_mode, uint16_t interval) = 0;
/system/tools/hidl/build/
Dhidl_interface.go375 Mode string member
415 "mode": g.properties.Mode,
869 Mode: "DRIVER",
878 Mode: "DRIVER",
901 Mode: "PROFILER",
910 Mode: "PROFILER",
/system/bt/stack/acl/
Dacl.h312 tBTM_PM_MODE Mode() const { return this->mode.mode_; } in Mode() function
329 friend tBTM_PM_MODE tACL_CONN::tPolicy::Mode() const;
/system/sepolicy/prebuilts/api/30.0/private/
Dapp.te1 # Allow apps to read the Test Harness Mode property. This property is used in
Dadbd.te99 # Read whether or not Test Harness Mode is enabled
/system/bt/gd/l2cap/classic/internal/
Dlink_manager.h87 …void OnModeChange(hci::ErrorCode hci_status, hci::Address remote, hci::Mode mode, uint16_t interva…
Dlink.h159 void OnModeChange(hci::ErrorCode status, hci::Mode current_mode, uint16_t interval) override;
Dlink_manager.cc416 void LinkManager::OnModeChange(hci::ErrorCode hci_status, hci::Address remote, hci::Mode mode, uint… in OnModeChange()
/system/bt/service/
Dlow_energy_advertiser.cc47 int GetAdvertisingIntervalUnit(AdvertiseSettings::Mode mode) { in GetAdvertisingIntervalUnit()
/system/bt/gd/hci/
Dacl_manager_test.cc496 MOCK_METHOD3(OnModeChange, void(ErrorCode status, Mode current_mode, uint16_t interval));
1034 …EXPECT_CALL(mock_connection_management_callbacks_, OnModeChange(ErrorCode::SUCCESS, Mode::HOLD, 0x… in TEST_F()
1035 …test_hci_layer_->IncomingEvent(ModeChangeBuilder::Create(ErrorCode::SUCCESS, handle_, Mode::HOLD, … in TEST_F()
1049 …EXPECT_CALL(mock_connection_management_callbacks_, OnModeChange(ErrorCode::SUCCESS, Mode::SNIFF, 0… in TEST_F()
1050 …test_hci_layer_->IncomingEvent(ModeChangeBuilder::Create(ErrorCode::SUCCESS, handle_, Mode::SNIFF,… in TEST_F()
1060 …EXPECT_CALL(mock_connection_management_callbacks_, OnModeChange(ErrorCode::SUCCESS, Mode::ACTIVE, … in TEST_F()
1061 …test_hci_layer_->IncomingEvent(ModeChangeBuilder::Create(ErrorCode::SUCCESS, handle_, Mode::ACTIVE… in TEST_F()
/system/sepolicy/private/
Dapp.te1 # Allow apps to read the Test Harness Mode property. This property is used in
/system/sepolicy/prebuilts/api/31.0/private/
Dapp.te1 # Allow apps to read the Test Harness Mode property. This property is used in

12