Home
last modified time | relevance | path

Searched defs:BluetoothProfile (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/utils/
Dandroid_bluetooth_decorator.py596 …def connect_with_profile(self, snd_ad_mac_address: str, profile: bt_constants.BluetoothProfile) ->…
632 profile: bt_constants.BluetoothProfile,
776 def set_profile_policy(self, snd_ad_mac_address: str, profile: bt_constants.BluetoothProfile,
806 profile_list: Sequence[bt_constants.BluetoothProfile],
820 profile_list: Sequence[bt_constants.BluetoothProfile]) -> None:
Dbt_constants.py106 class BluetoothProfile(enum.IntEnum): class
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothProfile.java38 public interface BluetoothProfile { interface