Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- SeSAC
- DependencyInjection
- DynamicMemberLookup
- 코테
- gitflow
- leetcode
- MethodSwilzzling
- MainScheduler
- 등굣길
- MainScheduler.Instance
- IOS
- data_structure
- DiffableDataSource
- CoreBluetooth
- swift
- rxswift
- Realm
- GIT
- RaceCondition
- 명품cppProgramming c++
- 프로그래머스
- 청년취업사관학교
- combine
- MainScheduler.asyncInstance
- SRP
- DispatchQueue
- SwiftUI
- cleanarchitecture
- GCD
- 오픈채팅방
Archives
- Today
- Total
목록CoreBluetooth (1)
Do.
Swift- CoreBluetooth 찍먹
Bluetooth iOS에서는 BLE(Bluetooth Low Energy) 무선 기술을 CoreBluetooth 프레임워크를 통해 연결 가능하다. Central: Bluetooth 장치에서 데이터를 수신하는 개체 Peripheral: 다른 장치에서 사용할 데이터를 게시할 Bluetooth 장치 Advertising Packets: 블루투스는 Advertising Packets 형태로 가지고 있는 데이터 중 일부를 브로드캐스트 한다. 패킷에는 주변 장치의 이름, 기능 등과 같은 정보가 포함될 수 있다. Central의 역할은 이러한 AdvertisingPackets 을 스캔하고 관련이 있는 주변 장치를 식별하고 개별 장치에 연결하고 추가 정보를 확인한다. Service 주변 장치의 특정 기능 또는 특징을..
iOS
2022. 3. 1. 21:40