본문 바로가기

iOS

📝[docs]: Core Bluetooth - 0621

728x90
반응형
SMALL

공식 문서

https://developer.apple.com/documentation/corebluetooth/transferring_data_between_bluetooth_low_energy_devices

 

Transferring Data Between Bluetooth Low Energy Devices | Apple Developer Documentation

Create a Bluetooth low energy central and peripheral device, and allow them to discover each other and exchange data.

developer.apple.com

 

https://trashblog.tistory.com/192

 

예시코드(블로그 예제 obj-c):

https://qteveryday.tistory.com/76

 

코어 블루투스 - IOS Core Bluetooth

#.CENTRAL (아이폰) 1.뷰컨트롤러.h 2.뷰컨트롤러.m #.PERIPHERAL (블루투스 기기) 1.기기정보 2.뷰컨트롤러.h 3.뷰컨트롤러.m 파일

qteveryday.tistory.com

 

공식문서예제(UIKit - 스토리보드)

https://developer.apple.com/documentation/corebluetooth/transferring_data_between_bluetooth_low_energy_devices

 

Transferring Data Between Bluetooth Low Energy Devices | Apple Developer Documentation

Create a Bluetooth low energy central and peripheral device, and allow them to discover each other and exchange data.

developer.apple.com

 

728x90
반응형
LIST

'iOS' 카테고리의 다른 글

DDD 중간 회고 feat. ( fastlane, slack, jira, tuist )  (1) 2023.07.09
SwiftUI CustomSlidebar  (0) 2023.06.24
Tuist에서 xcode 버전 manage  (0) 2023.06.17
ViewBuilder  (0) 2023.06.01
Global DispatchQueue, QoS  (0) 2023.05.30