藍牙設定檔

公開最終類別 BluetoothProfile 擴充物件

常數摘要

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 ()