Home
last modified time | relevance | path

Searched refs:GetController (Results 1 – 3 of 3) sorted by relevance

/system/bt/main/shim/
Dcontroller.cc28 using ::bluetooth::shim::GetController;
78 GetController()->GetControllerMacAddress().ToString(); in start_up()
82 bluetooth::shim::GetController()->GetControllerLeSupportedStates(); in start_up()
121 return GetController()->GetControllerLocalExtendedFeatures(kPageOne) & in supports_simple_pairing()
126 return GetController()->GetControllerLocalExtendedFeatures(kPageTwo) & BIT(8); in supports_secure_connections()
130 return GetController()->GetControllerLocalExtendedFeatures(kPageZero) & in supports_simultaneous_le_bredr()
135 return GetController()->IsSupported( in supports_reading_remote_extended_features()
140 return GetController()->GetControllerLocalExtendedFeatures(kPageZero) & in supports_interlaced_inquiry_scan()
145 return GetController()->GetControllerLocalExtendedFeatures(kPageZero) & in supports_rssi_with_inquiry_results()
150 return GetController()->GetControllerLocalExtendedFeatures(kPageZero) & in supports_extended_inquiry_response()
[all …]
Dentry.h73 bluetooth::hci::Controller* GetController();
Dentry.cc48 hci::Controller* GetController() { in GetController() function