当前位置:首页
> 第33页
CC2541 HOGP Android 5.x无法自动回连
参考资料:https://e2e.ti.com/support/wireless_connectivity/bluetooth_low_energy/f/538/t/406142问题:使用CC254x做BLE键盘,利用HOGP(HID Over Gatt Profile),成功实现了键盘的功能。首次...
Xcode Warning: The Copy Bundle Resources build phase contains this target's Info.plist file
问题: 编译时,提示The Copy Bundle Resources build phase contains this target's Info.plist file 原因: ......
Android Warning: Converting to string: TypedValue …
参考资料:http://stackoverflow.com/questions/4903948/android-resources-converting-to-string-typedvalue-warning 问题: 切换activity时,android studio lo...
ios:autolayout下如何获取UIView的实际宽度
参考资料:http://stackoverflow.com/questions/27653247/how-to-get-real-size-uiview-with-autolayout问题:在 storyboard里放了一个UIView,并使用autolayout来约束其宽度。为了获取其实际宽度,我...
OSAL系统如何写中断服务函数
参考资料;http://bbs.21ic.com/icview-192248-1-1.html问题:OSAL添加中断服务程序的时候编译报错 ......
Eclipse导入Android工程,出现default与Displaying的问题解决
Eclipse导入android工程时出现如下提示:[15:04:03 - XXX] 'default' is not a best match for any device/locale combination. ......
CC254x android6.x无法配对
参考资料:https://e2e.ti.com/support/wireless_connectivity/bluetooth_low_energy/f/538/t/457958问题:配对时提示密码或PIN错误,但是根本就没有到输入密码这一步,就直接说密码错误了。环境:android 6.0,CC2...
android bluetoothGatt :onClientRegistered() - status=133 clientIf=0
参考资料:http://stackoverflow.com/questions/25330938/android-bluetoothgatt-status-133-register-callback问题:BLE连接时(使用 .connectGatt),不是提示成功或失败,而是提示:Bluetooth...
ios宏: 判断是否是retina屏,是否iPad,设备判断(4,5,5s,6等)
#define IS_IPAD (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)#define IS_IPHONE (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone)......
