Lines Matching refs:BluetoothChatService
87 private BluetoothChatService mChatService = null;
136 if (mChatService.getState() == BluetoothChatService.STATE_NONE) {
183 // Initialize the BluetoothChatService to perform bluetooth connections
184 mChatService = new BluetoothChatService(getActivity(), mHandler);
209 if (mChatService.getState() != BluetoothChatService.STATE_CONNECTED) {
216 // Get the message bytes and tell the BluetoothChatService to write
276 * The Handler that gets information back from the BluetoothChatService
285 case BluetoothChatService.STATE_CONNECTED:
289 case BluetoothChatService.STATE_CONNECTING:
292 case BluetoothChatService.STATE_LISTEN:
293 case BluetoothChatService.STATE_NONE: