일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 안드로이드
- TypeScript
- 알고리즘
- 다이나믹 프로그래밍
- 리트코드
- Redux
- LeetCode
- network
- 그레이들
- frontend
- java
- 자바
- DFS
- 동적 계획법
- Graph
- Algorithm
- VIM
- Javascript
- Data Structure
- CS
- git
- db
- DP
- Python
- 백준
- 프로그래머스
- vscode
- BFS
- react
- Database
Archives
- Today
- Total
목록UUID (1)
늘 겸손하게

안드로이드의 BluetoothDevice 클래스의 메소드 getUuids()로 uuid를 받아와 화면에 출력하려고 합니다. 아래 코드의 device 는 BluetoothDevice 객체입니다. 다른 디바이스 정보들은 아무 문제없이 출력됐지만 이상하게 getUuids() 메소드로 받아온 ParcelUuid 객체에 접근만 하려고 하면 앱이 튕기더군요 코드 줄 777 : ParcelUuid [] pU = device.getUuids() 그래서 해결책을 찾았습니다 https://stackoverflow.com/questions/4032391/android-bluetooth-where-can-i-get-uuid Android Bluetooth Where can I get UUID? I want to connect..
Programming/Android
2021. 7. 23. 14:38