Searched refs:connectingInfo (Results 1 – 1 of 1) sorted by relevance
104 AttConnectingInfo *connectingInfo = NULL; in AttAlarmListInit() local107 connectingInfo = AttGetConnectingStart(); in AttAlarmListInit()212 if (connectingInfo[index].bredrAlarm) { in ATT_ShutDownAsync()213 AlarmCancel(connectingInfo[index].bredrAlarm); in ATT_ShutDownAsync()215 if (connectingInfo[index].leAlarm) { in ATT_ShutDownAsync()216 AlarmCancel(connectingInfo[index].leAlarm); in ATT_ShutDownAsync()312 if (connectingInfo[index].bredrAlarm) { in AttDelete()314 connectingInfo[index].bredrAlarm = NULL; in AttDelete()316 if (connectingInfo[index].leAlarm) { in AttDelete()317 AlarmDelete(connectingInfo[index].leAlarm); in AttDelete()[all …]