Using SiriKit's Car Command Intents (INGetCarLockStatusIntent, INSetCarLockStatusIntent),
we are developing SiriKit extension which responds to open and close car door commands from Apple Watch.
However, we do not know how to implement the communication between car and Apple Watch. In particular,
We do not know whether inter-device communication is possible via "Watch Connectivity Framework".
We knows that connection via BLE is not supported from Apple's documents.
NG : [Watch SiriKit Extension] --- (BLE) --- [Car]
We knows that connection via WIFI is supported from those documents.
OK : [Watch SiriKit Extension] --- (HTTP Connection) --- [Car]
However, we do not know whether the extension is possible to connect iPhone companion application via "Watch Connectivity Framework" .
??? : [Watch SiriKit Extension] --- (Watch Connectivity Framework) --- [iPhone] --- (BLE) --- [Car]
We would like to know if there is only a way to connect via WIFI, or even via "Watch Connectivity Framework".