BluetoothProfile

public final class BluetoothProfile extends Object

상수 요약

int STATE_CONNECTED 프로필이 연결된 상태입니다.
int STATE_CONNECTING 프로필이 연결 중 상태임
int STATE_DISCONNECTED 프로필이 연결 해제 상태임
int STATE_DISCONNECTING 프로필이 연결 해제 상태임

공개 생성자 요약

상속받은 메서드 요약

상수

public static final int STATE_CONNECTED

프로필이 연결된 상태입니다.

상수 값: 2

public static final int STATE_CONNECTING

프로필이 연결 중 상태임

상수 값: 1

public static final int STATE_DISCONNECTED

프로필이 연결 해제 상태임

상수 값: 0

public static final int STATE_DISCONNECTING

프로필이 연결 해제 상태임

상수 값: 3

공개 생성자

public BluetoothProfile ()