Bluetooth 4.0 BLE Development

Bluetooth 4.0 BLE Development

Source code introduction: Integrate the current mainstream Bluetooth demo

Source code effect:

Source code snippet:

  1. final BluetoothManager bluetoothManager = (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE);
  2. mBluetoothAdapter = bluetoothManager.getAdapter();
  3.    
  4. // Checks if Bluetooth is supported on the device.  
  5. if (mBluetoothAdapter == null ) {
  6. Toast.makeText( this , R.string.error_bluetooth_not_supported,
  7. Toast.LENGTH_SHORT).show();
  8. finish();
  9. return ;
  10. }
  11. // Turn on Bluetooth  
  12. mBluetoothAdapter.enable();
  13.    
  14. mBLE = new BluetoothLeClass( this );
  15. if (!mBLE.initialize()) {
  16. Log.e(TAG, "Unable to initialize Bluetooth" );
  17. finish();
  18. }
  19. // Callback when the BLE terminal's Service is discovered  
  20. mBLE.setOnServiceDiscoverListener(mOnServiceDiscover);
  21. // Receive the event of BLE terminal data interaction  
  22. mBLE.setOnDataAvailableListener(mOnDataAvailable);

Download address: http://download..com/data/2096560

<<:  Behind the rumors of Google entering China: the market structure has been determined or it may not adapt to the local environment

>>:  Photo browsing artifact source code sharing

Recommend

10 ways to increase APP download and registration rate!

On my first day at work in 2019, I was assigned n...

Teach you step by step to build an online training camp from scratch!

This year, private traffic pools have made many c...

Silicon Valley Growth Hacker Practical Manual!

This article is from the Silicon Valley Growth Ha...

Practice: How to implement member repurchase in the 618 event?

This article mainly analyzes how to conduct membe...

How to build your user system?

The past and present of the user system This titl...

400 phone applications can be processed online directly

Now when we help you with the phone number, a com...

20 points to pay attention to in mobile front-end development

[[164368]] Mobile front-end development is gradua...

Nine tips for early stage app brand building

Although the author is not an expert, he comes fr...

Wuwei Investment Class "Trading Sense Training Camp" 252th issue_2022

Course Catalog 1The effective bottom-fishing meth...

Sharing of advertising cases on WeChat Moments - wedding industry!

Brand Name: MuseMarry After one week of launch, c...