JAVA/android_studio
2024. 2. 18. 14:17
-
- 아래 그림에서 검색버튼을 누르면 블루투스 장치 목록이 나타남
2024-02-17 22:17:54.950 23048-23048/com.example.bluetoothsearch D/BluetoothAdapter: startDiscovery 2024-02-17 22:17:54.953 23048-23048/com.example.bluetoothsearch D/MainActivity: mOnBluetoothSearch(): mBluetoothAdapter.startDiscovery() called 2024-02-17 22:17:55.397 23048-23048/com.example.bluetoothsearch D/MainActivity: ======> BluetoothDevice.ACTION_FOUND received 2024-02-17 22:17:55.399 23048-23048/com.example.bluetoothsearch D/MainActivity: ===> BluetoothDevice.ACTION_FOUND{address=68:51:06:F7:71:03, name=null} 2024-02-17 22:17:55.410 23048-23048/com.example.bluetoothsearch D/MainActivity: ======> BluetoothDevice.ACTION_FOUND received 2024-02-17 22:17:55.414 23048-23048/com.example.bluetoothsearch D/MainActivity: ===> BluetoothDevice.ACTION_FOUND{address=D0:B5:C2:95:12:7C, name=HC-05_EdiTech} 2024-02-17 22:17:55.486 23048-23048/com.example.bluetoothsearch D/MainActivity: ======> BluetoothDevice.ACTION_FOUND received 2024-02-17 22:17:55.489 23048-23048/com.example.bluetoothsearch D/MainActivity: ===> BluetoothDevice.ACTION_FOUND{address=CC:4F:5C:3E:6E:3A, name=MEDICAL PHANTOM} 2024-02-17 22:17:56.742 23048-23048/com.example.bluetoothsearch D/MainActivity: ======> BluetoothDevice.ACTION_FOUND received 2024-02-17 22:17:56.744 23048-23048/com.example.bluetoothsearch D/MainActivity: ===> BluetoothDevice.ACTION_FOUND{address=41:63:F7:19:E7:DD, name=null} 2024-02-17 22:18:05.562 23048-23048/com.example.bluetoothsearch D/MainActivity: ======> BluetoothDevice.ACTION_FOUND received 2024-02-17 22:18:05.577 23048-23048/com.example.bluetoothsearch D/MainActivity: ===> BluetoothDevice.ACTION_FOUND{address=88:0F:10:9A:4B:A7, name=MI_SCALE} 2024-02-17 22:18:07.841 23048-23048/com.example.bluetoothsearch D/MainActivity: ===> BluetoothAdapter.ACTION_DISCOVERY_FINISHED |
'JAVA > android_studio' 카테고리의 다른 글
안드로이드 벡터 패스(Vector Path) 그리기 (0) | 2024.03.14 |
---|---|
Listview의 글자 크기 변경 (0) | 2024.03.14 |
+-> Fragment , getActivity() (0) | 2023.10.15 |
+-> ListView 사용하기 , RecyclerView (0) | 2023.10.15 |
+->Activity.runOnUiThread(Runnable) (0) | 2023.10.15 |