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.py592 …def connect_with_profile(self, snd_ad_mac_address: str, profile: bt_constants.BluetoothProfile) ->…
628 profile: bt_constants.BluetoothProfile,
774 def set_profile_policy(self, snd_ad_mac_address: str, profile: bt_constants.BluetoothProfile,
804 profile_list: Sequence[bt_constants.BluetoothProfile],
818 profile_list: Sequence[bt_constants.BluetoothProfile]) -> None:
Dbt_constants.py106 class BluetoothProfile(enum.IntEnum): class
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothProfile.java39 public interface BluetoothProfile { interface