Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Ddtm_cmd_db.c14013 …packed_Gatt_Srv_Notify_Attr_t *Gatt_Srv_Notify_Attr_tmp = (packed_Gatt_Srv_Notify_Attr_t *)(((uint… in aci_gatt_srv_multi_notify_process() local
14014 Gatt_Srv_Notify_Attr[i].Handle = Gatt_Srv_Notify_Attr_tmp->Handle; in aci_gatt_srv_multi_notify_process()
14016 Gatt_Srv_Notify_Attr[i].Val_Length = Gatt_Srv_Notify_Attr_tmp->Val_Length; in aci_gatt_srv_multi_notify_process()
14018 Gatt_Srv_Notify_Attr[i].Val = Gatt_Srv_Notify_Attr_tmp->Val; in aci_gatt_srv_multi_notify_process()
14019 struct_length += Gatt_Srv_Notify_Attr_tmp->Val_Length; in aci_gatt_srv_multi_notify_process()