Home
last modified time | relevance | path

Searched refs:connectingInfo (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_init.c104 AttConnectingInfo *connectingInfo = NULL; in AttAlarmListInit() local
107 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 …]