일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- LeetCode
- 동적 계획법
- 다이나믹 프로그래밍
- vscode
- db
- network
- Database
- frontend
- CS
- VIM
- Data Structure
- Python
- 리트코드
- Graph
- 자바
- react
- TypeScript
- Algorithm
- DP
- Redux
- 알고리즘
- git
- java
- 프로그래머스
- 백준
- 그레이들
- DFS
- Javascript
- 안드로이드
- BFS
Archives
- Today
- Total
목록BluetoothAdapater (1)
늘 겸손하게

안녕하세요 besforyou입니다 이번 글에서는 BluetoothAdapter로 블루투스 기기 검색이 안될 때 해결책 한가지를 소개하겠습니다 문제 상황 android manifest에 Bluetooth, Bluetooth_ADMIN 퍼미션을 주고 BluetoothAdapter를 생성한 뒤 startDiscovery() 메소드를 호출해도 기기 주변 블루투스 장치가 검색이 안 되는 오류가 발생했습니다. 왜 그러나 싶었는데 스택 오버플로우에 해결책이 있었네요. 출처 : https://stackoverflow.com/questions/16184420/bluetooth-on-android-startdiscovery-not-working-cannot-scan-devices Bluetooth on Android: S..
Programming/Android
2021. 8. 27. 10:11