>>251
こんな感じでどうでしょうか?
これならProfileもTaskも1つで済みます

Profile: プロファイル名 (98)
Time: From 6:55午前 Till 7:05午前
Enter: Verification VI (52)
A1: If [ %PACTIVE ~ *,プロファイル名,* ]
A2: Variable Set [ Name:%BTS To:%BLUE Recurse Variables:Off Do Maths:Off Append:Off ]
A3: Bluetooth [ Set:On ]
A4: Else
A5: Bluetooth [ Set:On ] If [ %BTS ~ on ]
A6: Bluetooth [ Set:Off ] If [ %BTS ~ off ]
A7: End If

Exit: Verification VI (52)
A1: If [ %PACTIVE ~ *,プロファイル名,* ]
A2: Variable Set [ Name:%BTS To:%BLUE Recurse Variables:Off Do Maths:Off Append:Off ]
A3: Bluetooth [ Set:On ]
A4: Else
A5: Bluetooth [ Set:On ] If [ %BTS ~ on ]
A6: Bluetooth [ Set:Off ] If [ %BTS ~ off ]
A7: End If