ios - Whether app connect to BLE device successfully or not run on jailbreak device? -
app run in jailbreak device core bluetooth framework,whether app connect ble device or not? thanks.
corebluetooth framework not private framework dont have jailbrake . using core bluetooth can connect ble devices . there 2 modes :
central
peripheral
in central mode device scanning peripherals . peripheral having services , characteristic . characteristics either read,write or notify .so after connecting device can write or read data peripheral . can check this application reference.
Comments
Post a Comment